[Jboss-cvs] JBossAS SVN: r56503 - projects/test/trunk/test

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Sep 1 08:04:31 EDT 2006


Author: adrian at jboss.org
Date: 2006-09-01 08:04:29 -0400 (Fri, 01 Sep 2006)
New Revision: 56503

Modified:
   projects/test/trunk/test/.classpath
Log:
Add the examples source to the eclipse build

Modified: projects/test/trunk/test/.classpath
===================================================================
--- projects/test/trunk/test/.classpath	2006-09-01 11:54:32 UTC (rev 56502)
+++ projects/test/trunk/test/.classpath	2006-09-01 12:04:29 UTC (rev 56503)
@@ -1,12 +1,13 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
 	<classpathentry kind="src" path="src/main"/>
+	<classpathentry kind="src" path="examples/src/main"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry kind="lib" path="/thirdparty/apache-log4j/lib/log4j.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/junit/lib/junit.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/common/lib/jboss-common.jar"/>
-	<classpathentry kind="lib" path="/test/tools/lib/ant.jar"/>
+	<classpathentry kind="lib" path="tools/lib/ant.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/profiler/jvmti/lib/jboss-profiler-jvmti.jar"/>
-	<classpathentry kind="lib" path="/test/tools/lib/ant-junit.jar"/>
+	<classpathentry kind="lib" path="tools/lib/ant-junit.jar"/>
 	<classpathentry kind="output" path="output/eclipse-classes"/>
 </classpath>




More information about the jboss-cvs-commits mailing list