You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by rh...@apache.org on 2009/12/04 20:09:34 UTC

svn commit: r887323 - in /subversion/trunk/build/generator/templates: vcnet_sln.ezt vcnet_vc7_sln.ezt

Author: rhuijben
Date: Fri Dec  4 19:09:33 2009
New Revision: 887323

URL: http://svn.apache.org/viewvc?rev=887323&view=rev
Log:
Following up on r887280, make the project file generator create valid
solution files by moving the copyright block inside a ezt define block.

* build/generator/templates/vcnet_vc7_sln.ezt
* build/generator/templates/vcnet_sln.ezt
  Make copyright header a define block to remove it from the ezt output.

Modified:
    subversion/trunk/build/generator/templates/vcnet_sln.ezt
    subversion/trunk/build/generator/templates/vcnet_vc7_sln.ezt

Modified: subversion/trunk/build/generator/templates/vcnet_sln.ezt
URL: http://svn.apache.org/viewvc/subversion/trunk/build/generator/templates/vcnet_sln.ezt?rev=887323&r1=887322&r2=887323&view=diff
==============================================================================
--- subversion/trunk/build/generator/templates/vcnet_sln.ezt (original)
+++ subversion/trunk/build/generator/templates/vcnet_sln.ezt Fri Dec  4 19:09:33 2009
@@ -1,3 +1,4 @@
+[define COPYRIGHT]
 #
 #
 # Licensed to the Apache Software Foundation (ASF) under one
@@ -18,7 +19,7 @@
 # under the License.
 #
 #
-Microsoft Visual Studio Solution File, Format Version [version]
+[end]Microsoft Visual Studio Solution File, Format Version [version]
 # Visual Studio [vs_version]
 [for targets]Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "[targets.name]", "[targets.path]", "[targets.guid]"
 [is dependency_location "solution"]	ProjectSection(ProjectDependencies) = postProject

Modified: subversion/trunk/build/generator/templates/vcnet_vc7_sln.ezt
URL: http://svn.apache.org/viewvc/subversion/trunk/build/generator/templates/vcnet_vc7_sln.ezt?rev=887323&r1=887322&r2=887323&view=diff
==============================================================================
--- subversion/trunk/build/generator/templates/vcnet_vc7_sln.ezt (original)
+++ subversion/trunk/build/generator/templates/vcnet_vc7_sln.ezt Fri Dec  4 19:09:33 2009
@@ -1,3 +1,4 @@
+[define COPYRIGHT]
 #
 #
 # Licensed to the Apache Software Foundation (ASF) under one
@@ -18,7 +19,7 @@
 # under the License.
 #
 #
-Microsoft Visual Studio Solution File, Format Version [version]
+[end]Microsoft Visual Studio Solution File, Format Version [version]
 [for targets]Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "[targets.name]", "[targets.path]", "[targets.guid]"
 EndProject
 [end]Global