You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by si...@apache.org on 2008/10/31 03:22:21 UTC

svn commit: r709326 - /maven/components/branches/sisbell-maven-3.0-mercury/maven-mercury/src/test/resources/simpleWithProfile.xml

Author: sisbell
Date: Thu Oct 30 19:22:21 2008
New Revision: 709326

URL: http://svn.apache.org/viewvc?rev=709326&view=rev
Log:
Left hard coded path in pom, was breaking the bootstrap on other machines. Fixed.

Modified:
    maven/components/branches/sisbell-maven-3.0-mercury/maven-mercury/src/test/resources/simpleWithProfile.xml

Modified: maven/components/branches/sisbell-maven-3.0-mercury/maven-mercury/src/test/resources/simpleWithProfile.xml
URL: http://svn.apache.org/viewvc/maven/components/branches/sisbell-maven-3.0-mercury/maven-mercury/src/test/resources/simpleWithProfile.xml?rev=709326&r1=709325&r2=709326&view=diff
==============================================================================
--- maven/components/branches/sisbell-maven-3.0-mercury/maven-mercury/src/test/resources/simpleWithProfile.xml (original)
+++ maven/components/branches/sisbell-maven-3.0-mercury/maven-mercury/src/test/resources/simpleWithProfile.xml Thu Oct 30 19:22:21 2008
@@ -15,7 +15,7 @@
         <profile>
             <activation>
                 <file>
-                    <exists>/Users/brittonisbell/checkout/sisbell-maven-3.0-mercury/maven-mercury/src/test/resources/test.txt</exists>
+                    <exists>src/test/resources/test.txt</exists>
                 </file>
             </activation>
             <dependencies>