[jboss-cvs] JBossAS SVN: r77982 - in projects/jboss-reflect/trunk: src and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Sep 4 11:33:12 EDT 2008


Author: pgier
Date: 2008-09-04 11:33:12 -0400 (Thu, 04 Sep 2008)
New Revision: 77982

Removed:
   projects/jboss-reflect/trunk/src/tests/
Modified:
   projects/jboss-reflect/trunk/.classpath
Log:
[JBBUILD-484] Update .classpath and remove unused directory.

Modified: projects/jboss-reflect/trunk/.classpath
===================================================================
--- projects/jboss-reflect/trunk/.classpath	2008-09-04 15:31:05 UTC (rev 77981)
+++ projects/jboss-reflect/trunk/.classpath	2008-09-04 15:33:12 UTC (rev 77982)
@@ -1,6 +1,6 @@
 <classpath>
-  <classpathentry kind="src" path="src/main"/>
-  <classpathentry kind="src" path="src/tests" output="target/tests-classes"/>
+  <classpathentry kind="src" path="src/main/java"/>
+  <classpathentry kind="src" path="src/test/java" output="target/test-classes"/>
   <classpathentry kind="output" path="target/classes"/>
   <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
   <classpathentry kind="var" path="M2_REPO/jboss/jboss-common-logging-spi/2.0.4.GA/jboss-common-logging-spi-2.0.4.GA.jar" sourcepath="M2_REPO/jboss/jboss-common-logging-spi/2.0.4.GA/jboss-common-logging-spi-2.0.4.GA-sources.jar"/>




More information about the jboss-cvs-commits mailing list