You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ah...@apache.org on 2008/01/31 07:01:06 UTC

svn commit: r617013 - /maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-07/expected/.wtpmodules

Author: aheritier
Date: Wed Jan 30 22:01:04 2008
New Revision: 617013

URL: http://svn.apache.org/viewvc?rev=617013&view=rev
Log:
Fix test case. Wasn't maintained because it was deactivated.

Modified:
    maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-07/expected/.wtpmodules

Modified: maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-07/expected/.wtpmodules
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-07/expected/.wtpmodules?rev=617013&r1=617012&r2=617013&view=diff
==============================================================================
--- maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-07/expected/.wtpmodules (original)
+++ maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-07/expected/.wtpmodules Wed Jan 30 22:01:04 2008
@@ -2,13 +2,13 @@
   <wb-module deploy-name="maven-eclipse-plugin-test-project-7">
     <module-type module-type-id="jst.web">
       <version>2.4</version>
-      <property name="context-root" value="mywar"/>
+      <property name="context-root" value="maven-eclipse-plugin-test-project-7"/>
     </module-type>
-    <wb-resource deploy-path="/" source-path="/src/main/webapp"/>
-    <dependent-module deploy-path="/WEB-INF/lib" handle="module:/classpath/var/M2_REPO/maven/maven-core/98.0/maven-core-98.0-tests.jar">
+    <wb-resource deploy-path="/" source-path="/src/main/webapp"/>
+    <dependent-module archiveName="maven-core-98.0-tests.jar" deploy-path="/WEB-INF/lib" handle="module:/classpath/var/M2_REPO/maven/maven-core/98.0/maven-core-98.0-tests.jar">
       <dependency-type>uses</dependency-type>
-    </dependent-module>
-    <dependent-module deploy-path="/WEB-INF/lib" handle="module:/classpath/var/M2_REPO/maven/maven-core/98.0/maven-core-98.0.jar">
+    </dependent-module>
+    <dependent-module archiveName="maven-core-98.0.jar" deploy-path="/WEB-INF/lib" handle="module:/classpath/var/M2_REPO/maven/maven-core/98.0/maven-core-98.0.jar">
       <dependency-type>uses</dependency-type>
     </dependent-module>
   </wb-module>