You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by fg...@apache.org on 2006/11/26 11:04:00 UTC

svn commit: r479326 - in /maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects: project-04/pom.xml project-09/pom.xml

Author: fgiust
Date: Sun Nov 26 02:04:00 2006
New Revision: 479326

URL: http://svn.apache.org/viewvc?view=rev&rev=479326
Log:
fix test #4 and #9 (don't test the resource output dir handling, it's already tested in other projects).

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

Modified: maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-04/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-04/pom.xml?view=diff&rev=479326&r1=479325&r2=479326
==============================================================================
--- maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-04/pom.xml (original)
+++ maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-04/pom.xml Sun Nov 26 02:04:00 2006
@@ -18,7 +18,6 @@
     <resources>
       <resource>
         <directory>src/main/resources</directory>
-        <targetPath>main-resources</targetPath>
       </resource>
     </resources>
     <plugins>

Modified: maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-09/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-09/pom.xml?view=diff&rev=479326&r1=479325&r2=479326
==============================================================================
--- maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-09/pom.xml (original)
+++ maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-09/pom.xml Sun Nov 26 02:04:00 2006
@@ -18,7 +18,6 @@
     <resources>
       <resource>
         <directory>src/main/resources</directory>
-        <targetPath>main-resources</targetPath>
       </resource>
     </resources>
     <plugins>