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 2009/09/27 10:53:57 UTC

svn commit: r819273 - in /maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-57-MECLIPSE-368: expected/.project pom.xml

Author: aheritier
Date: Sun Sep 27 08:53:57 2009
New Revision: 819273

URL: http://svn.apache.org/viewvc?rev=819273&view=rev
Log:
Add IT for MECLIPSE-368 - fix it

Modified:
    maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-57-MECLIPSE-368/expected/.project
    maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-57-MECLIPSE-368/pom.xml

Modified: maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-57-MECLIPSE-368/expected/.project
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-57-MECLIPSE-368/expected/.project?rev=819273&r1=819272&r2=819273&view=diff
==============================================================================
--- maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-57-MECLIPSE-368/expected/.project (original)
+++ maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-57-MECLIPSE-368/expected/.project Sun Sep 27 08:53:57 2009
@@ -1,5 +1,5 @@
 <projectDescription>
-  <name>maven-eclipse-plugin-test-MECLIPSE-368</name>
+  <name>maven-eclipse-plugin-test-project-57</name>
   <comment/>
   <projects/>
   <buildSpec>
@@ -10,4 +10,4 @@
   <natures>
     <nature>org.eclipse.jdt.core.javanature</nature>
   </natures>
-</projectDescription>
\ No newline at end of file
+</projectDescription>

Modified: maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-57-MECLIPSE-368/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-57-MECLIPSE-368/pom.xml?rev=819273&r1=819272&r2=819273&view=diff
==============================================================================
--- maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-57-MECLIPSE-368/pom.xml (original)
+++ maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-57-MECLIPSE-368/pom.xml Sun Sep 27 08:53:57 2009
@@ -3,10 +3,10 @@
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <groupId>eclipse</groupId>
-  <artifactId>maven-eclipse-plugin-test-project-56</artifactId>
+  <artifactId>maven-eclipse-plugin-test-project-57</artifactId>
   <version>1.0-SNAPSHOT</version>
-  <name>Project-56 - Test MECLIPSE-368</name>
-  <description>Project-56 - Test MECLIPSE-368</description>
+  <name>Project-57 - Test MECLIPSE-368</name>
+  <description>Project-57 - Test MECLIPSE-368</description>
   <packaging>jar</packaging>
   <dependencies>
     <dependency>