Author: aheritier
Date: Tue Sep  2 15:03:13 2008
New Revision: 691405

URL: http://svn.apache.org/viewvc?rev=691405&view=rev
Log:
Force download of sources to fix it

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

Modified: 
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-30/expected/.classpath
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-30/expected/.classpath?rev=691405&r1=691404&r2=691405&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-30/expected/.classpath
 (original)
+++ 
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-30/expected/.classpath
 Tue Sep  2 15:03:13 2008
@@ -1,5 +1,5 @@
 <classpath>
   <classpathentry kind="output" path="target/classes"/>
-  <classpathentry kind="var" 
path="M2_REPO/javax/servlet/servlet-api/2.3/servlet-api-2.3.jar"/>
+  <classpathentry kind="var" 
path="M2_REPO/javax/servlet/servlet-api/2.3/servlet-api-2.3.jar" 
sourcepath="M2_REPO/javax/servlet/servlet-api/2.3/servlet-api-2.3-sources.jar"/>
   <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
-</classpath>
\ No newline at end of file
+</classpath>

Modified: 
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-30/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-30/pom.xml?rev=691405&r1=691404&r2=691405&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-30/pom.xml
 (original)
+++ 
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-30/pom.xml
 Tue Sep  2 15:03:13 2008
@@ -23,6 +23,7 @@
         <version>test</version>
         <configuration>
           <wtpversion>R7</wtpversion>
+          <downloadSources>true</downloadSources>
         </configuration>
       </plugin>
     </plugins>


Reply via email to