summaryrefslogtreecommitdiff
path: root/modules/VC12WorkspaceCreator.pm
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2015-01-07 17:13:32 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2015-01-07 17:13:32 +0100
commit0ad78bc4b93df5aed2cf964e2719844bada69436 (patch)
tree234f8184fd07e9bdf69e784cebde848e2f42d1a2 /modules/VC12WorkspaceCreator.pm
parent029b0a0b9154ae9f4da0497aa6a0071539adf293 (diff)
downloadMPC-0ad78bc4b93df5aed2cf964e2719844bada69436.tar.gz
Removed svn Id tag
Diffstat (limited to 'modules/VC12WorkspaceCreator.pm')
-rw-r--r--modules/VC12WorkspaceCreator.pm3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/VC12WorkspaceCreator.pm b/modules/VC12WorkspaceCreator.pm
index 301b304a..f4ff8373 100644
--- a/modules/VC12WorkspaceCreator.pm
+++ b/modules/VC12WorkspaceCreator.pm
@@ -4,7 +4,6 @@ package VC12WorkspaceCreator;
# Description : A VC12 Workspace Creator
# Author : Johnny Willemsen
# Create Date : 10/20/2012
-# $Id$
# ************************************************************
# ************************************************************
@@ -31,7 +30,7 @@ sub pre_workspace {
'Microsoft Visual Studio Solution File, Format Version 12.00', $crlf;
$self->print_workspace_comment($fh,
'# Visual Studio 2012', $crlf,
- '# $Id$', $crlf,
+ '# ', $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,