[jbossws-commits] JBossWS SVN: r9215 - stack/cxf/trunk.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Tue Feb 3 05:11:30 EST 2009


Author: richard.opalka at jboss.com
Date: 2009-02-03 05:11:30 -0500 (Tue, 03 Feb 2009)
New Revision: 9215

Modified:
   stack/cxf/trunk/.classpath
Log:
restore test sources

Modified: stack/cxf/trunk/.classpath
===================================================================
--- stack/cxf/trunk/.classpath	2009-02-03 10:09:55 UTC (rev 9214)
+++ stack/cxf/trunk/.classpath	2009-02-03 10:11:30 UTC (rev 9215)
@@ -1,12 +1,13 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
+	<classpathentry kind="src" path="modules/testsuite/cxf-tests/src/test/java"/>
 	<classpathentry kind="src" output="modules/server/target/classes" path="modules/server/src/main/java"/>
 	<classpathentry excluding="**" kind="src" output="modules/server/target/classes" path="modules/server/src/main/resources/jbossws-cxf-server.jar"/>
 	<classpathentry excluding="**" kind="src" output="modules/server/target/classes" path="modules/server/src/main/resources/jbossws-cxf.sar"/>
 	<classpathentry kind="src" output="modules/client/target/classes" path="modules/client/src/main/java"/>
 	<classpathentry excluding="**" kind="src" output="modules/client/target/classes" path="modules/client/src/main/resources"/>
 	<classpathentry excluding="**" kind="src" output="modules/resources/target/classes" path="modules/resources/src/main/resources"/>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
 	<classpathentry kind="output" path="target/classes"/>
 </classpath>




More information about the jbossws-commits mailing list