[jboss-svn-commits] JBL Code SVN: r31423 - labs/jbosstm/workspace/whitingjr/trunk/performance.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Fri Feb 5 03:43:31 EST 2010


Author: whitingjr
Date: 2010-02-05 03:43:31 -0500 (Fri, 05 Feb 2010)
New Revision: 31423

Modified:
   labs/jbosstm/workspace/whitingjr/trunk/performance/.classpath
Log:
Changed compiled classes output directory.

Modified: labs/jbosstm/workspace/whitingjr/trunk/performance/.classpath
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/.classpath	2010-02-05 08:43:17 UTC (rev 31422)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/.classpath	2010-02-05 08:43:31 UTC (rev 31423)
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-	<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources"/>
+	<classpathentry excluding="**" kind="src" path="src/main/resources"/>
 	<classpathentry kind="src" path="src/main/java"/>
-	<classpathentry kind="src" output="target/test-classes" path="src/test/java"/>
+	<classpathentry kind="src" path="src/test/java"/>
 	<classpathentry kind="src" path="src/test/resources"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>



More information about the jboss-svn-commits mailing list