You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ba...@apache.org on 2009/06/22 04:12:24 UTC

svn commit: r787121 - /maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-rad-3/classpath

Author: baerrach
Date: Mon Jun 22 02:12:24 2009
New Revision: 787121

URL: http://svn.apache.org/viewvc?rev=787121&view=rev
Log:
Added back in original classpath as another file.
the RAD support needs more work

Added:
    maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-rad-3/classpath

Added: maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-rad-3/classpath
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-rad-3/classpath?rev=787121&view=auto
==============================================================================
--- maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-rad-3/classpath (added)
+++ maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-rad-3/classpath Mon Jun 22 02:12:24 2009
@@ -0,0 +1,9 @@
+<classpath>
+  <classpathentry kind="src" path="src/main/java" including="**/*.java"/>
+  <classpathentry kind="src" path="ejbModule" excluding="**/*.java"/>
+  <classpathentry kind="lib" path="target/websphere/generated-classes"/>
+  <classpathentry kind="output" path="target/classes"/>
+  <classpathentry kind="var" path="M2_REPO/maven/maven-core/98.0/maven-core-98.0.jar" sourcepath="M2_REPO/maven/maven-core/98.0/maven-core-98.0-sources.jar"/>
+  <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+  <classpathentry kind="con" path="com.ibm.wtp.server.java.core.container/com.ibm.ws.ast.st.runtime.core.runtimeTarget.v60/was.base.v6"/>
+</classpath>
\ No newline at end of file