Author: baerrach
Date: Sat Mar 21 21:33:39 2009
New Revision: 757029
URL: http://svn.apache.org/viewvc?rev=757029&view=rev
Log:
[MECLIPSE-241] with the change to dynamically locate workspaces - this will
find the workspace for building maven-eclipse-plugin and hence be
non-deterministic. Setting the workspace to one that does not exist fits with
the IT here.
Modified:
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-28/module-1/pom.xml
Modified:
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-28/module-1/pom.xml
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-28/module-1/pom.xml?rev=757029&r1=757028&r2=757029&view=diff
==============================================================================
---
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-28/module-1/pom.xml
(original)
+++
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-28/module-1/pom.xml
Sat Mar 21 21:33:39 2009
@@ -19,6 +19,7 @@
<artifactId>maven-eclipse-plugin</artifactId>
<version>test</version>
<configuration>
+ <workspace>${basedir}</workspace>
<wtpversion>1.5</wtpversion>
<wtpContextName>contextName</wtpContextName>
</configuration>