[jboss-cvs] JBossAS SVN: r91212 - projects/jboss-osgi/trunk/reactor/bundles/blueprint/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jul 14 09:36:33 EDT 2009


Author: thomas.diesler at jboss.com
Date: 2009-07-14 09:36:33 -0400 (Tue, 14 Jul 2009)
New Revision: 91212

Modified:
   projects/jboss-osgi/trunk/reactor/bundles/blueprint/testsuite/.classpath
Log:
fix eclipse classpath

Modified: projects/jboss-osgi/trunk/reactor/bundles/blueprint/testsuite/.classpath
===================================================================
--- projects/jboss-osgi/trunk/reactor/bundles/blueprint/testsuite/.classpath	2009-07-14 13:33:53 UTC (rev 91211)
+++ projects/jboss-osgi/trunk/reactor/bundles/blueprint/testsuite/.classpath	2009-07-14 13:36:33 UTC (rev 91212)
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-	<classpathentry kind="src" path="src/test/java"/>
-	<classpathentry excluding="**" kind="src" path="src/test/resources"/>
+	<classpathentry kind="src" output="target/test-classes" path="src/test/java"/>
+	<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/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.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
-	<classpathentry kind="output" path="target/test-classes"/>
+	<classpathentry kind="output" path="target/classes"/>
 </classpath>




More information about the jboss-cvs-commits mailing list