You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2009/09/11 12:37:42 UTC

svn commit: r813769 - in /maven/maven-2/branches/maven-2.2.x: build.xml pom.xml

Author: hboutemy
Date: Fri Sep 11 10:37:41 2009
New Revision: 813769

URL: http://svn.apache.org/viewvc?rev=813769&view=rev
Log:
renamed tokens used during bootstrap to better understand their role (merged from maven-3 r766862)

Modified:
    maven/maven-2/branches/maven-2.2.x/build.xml
    maven/maven-2/branches/maven-2.2.x/pom.xml

Modified: maven/maven-2/branches/maven-2.2.x/build.xml
URL: http://svn.apache.org/viewvc/maven/maven-2/branches/maven-2.2.x/build.xml?rev=813769&r1=813768&r2=813769&view=diff
==============================================================================
--- maven/maven-2/branches/maven-2.2.x/build.xml (original)
+++ maven/maven-2/branches/maven-2.2.x/build.xml Fri Sep 11 10:37:41 2009
@@ -67,8 +67,8 @@
 
   <target name="read-poms" depends="initTaskDefs,initLocalRepo" unless="pom.version">
     <copy file="pom.xml" tofile="dependencies.xml"/>
-    <replace file="${basedir}/dependencies.xml" token="&lt;!--start--&gt;" value="&lt;!--"/>
-    <replace file="${basedir}/dependencies.xml" token="&lt;!--end--&gt;" value="--&gt;"/>
+    <replace file="${basedir}/dependencies.xml" token="&lt;!--bootstrap-start-comment--&gt;" value="&lt;!--"/>
+    <replace file="${basedir}/dependencies.xml" token="&lt;!--bootstrap-end-comment--&gt;" value="--&gt;"/>
     <artifact:pom file="${basedir}/dependencies.xml" id="pom">
       <localRepository path="${maven.repo.local}"/>
     </artifact:pom>

Modified: maven/maven-2/branches/maven-2.2.x/pom.xml
URL: http://svn.apache.org/viewvc/maven/maven-2/branches/maven-2.2.x/pom.xml?rev=813769&r1=813768&r2=813769&view=diff
==============================================================================
--- maven/maven-2/branches/maven-2.2.x/pom.xml (original)
+++ maven/maven-2/branches/maven-2.2.x/pom.xml Fri Sep 11 10:37:41 2009
@@ -278,7 +278,7 @@
     <doxiaVersion>1.1</doxiaVersion>
   </properties>
 
-  <!--start-->
+  <!--bootstrap-start-comment-->
   <dependencies>
     <dependency>
       <groupId>junit</groupId>
@@ -289,10 +289,10 @@
   </dependencies>
 
   <dependencyManagement>
-    <!--end-->
+    <!--bootstrap-end-comment-->
     <dependencies>
       <!-- Maven -->
-      <!--start-->
+      <!--bootstrap-start-comment-->
       <dependency>
         <groupId>org.apache.maven</groupId>
         <artifactId>maven-plugin-descriptor</artifactId>
@@ -383,7 +383,7 @@
         <artifactId>maven-toolchain</artifactId>
         <version>${mavenVersion}</version>
       </dependency>
-      <!--end-->
+      <!--bootstrap-end-comment-->
       <dependency>
         <groupId>commons-cli</groupId>
         <artifactId>commons-cli</artifactId>
@@ -482,9 +482,9 @@
         <version>1.1</version>
       </dependency>
     </dependencies>
-    <!--start-->
+    <!--bootstrap-start-comment-->
   </dependencyManagement>
-  <!--end-->
+  <!--bootstrap-end-comment-->
 
   <distributionManagement>
     <site>