You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ba...@apache.org on 2008/12/16 23:36:08 UTC

svn commit: r727202 - /maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-34/pom.xml

Author: baerrach
Date: Tue Dec 16 14:36:08 2008
New Revision: 727202

URL: http://svn.apache.org/viewvc?rev=727202&view=rev
Log:
Fixing corruption of workspace value.
(Contained user specific details from my environment)

Modified:
    maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-34/pom.xml

Modified: maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-34/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-34/pom.xml?rev=727202&r1=727201&r2=727202&view=diff
==============================================================================
--- maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-34/pom.xml (original)
+++ maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-34/pom.xml Tue Dec 16 14:36:08 2008
@@ -14,7 +14,7 @@
         <artifactId>maven-eclipse-plugin</artifactId>
         <version>test</version>
         <configuration>
-          <workspace>D:\ide\maven\maven-eclipse-plugin\target\test-classes\projects\project-34</workspace>
+          <workspace>${basedir}</workspace>
           <projectNameTemplate>[artifactId]-[version]</projectNameTemplate>
           <wtpmanifest>true</wtpmanifest>
           <wtpapplicationxml>true</wtpapplicationxml>