summaryrefslogtreecommitdiff
path: root/modules/WB26WorkspaceCreator.pm
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2015-01-07 18:54:26 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2015-01-07 18:54:26 +0100
commitd3825129b2e64ba884311a09dc22fc310484d377 (patch)
tree20f6fc6014b8ea2cdc85419b47469d4da348c100 /modules/WB26WorkspaceCreator.pm
parent48e6d910a07e94c271ab57d18ef9f3f49c572d4a (diff)
downloadMPC-d3825129b2e64ba884311a09dc22fc310484d377.tar.gz
Cleanup and removed last remains of Id
Diffstat (limited to 'modules/WB26WorkspaceCreator.pm')
-rw-r--r--modules/WB26WorkspaceCreator.pm8
1 files changed, 0 insertions, 8 deletions
diff --git a/modules/WB26WorkspaceCreator.pm b/modules/WB26WorkspaceCreator.pm
index 7f674c51..d60a8bf3 100644
--- a/modules/WB26WorkspaceCreator.pm
+++ b/modules/WB26WorkspaceCreator.pm
@@ -37,10 +37,6 @@ sub workspace_file_name {
return 'org.eclipse.core.resources.prefs';
}
-sub get_id_for_comment {
- return '';
-}
-
sub get_project_prefix {
return '';
}
@@ -54,8 +50,6 @@ sub pre_workspace {
'#----------------------------------------------------------------------------', $crlf,
'# WindRiver Workbench generator', $crlf,
'#', $crlf,
- '# ', $self->get_id_for_comment(), $crlf,
- '#', $crlf,
'# This file was generated by MPC. Any changes made directly to', $crlf,
'# this file will be lost the next time it is generated.', $crlf,
'# This file should be placed in the .metadata/.plugins/org.eclipse.core.runtime/.settings directory', $crlf,
@@ -115,8 +109,6 @@ sub list_file_body {
'#----------------------------------------------------------------------------', $crlf,
'# WindRiver Workbench generator', $crlf,
'#', $crlf,
- '# ', $self->get_id_for_comment() , $crlf,
- '#', $crlf,
'# This file was generated by MPC. Any changes made directly to', $crlf,
'# this file will be lost the next time it is generated.', $crlf,
'# MPC Command:', $crlf,