[jboss-cvs] JBossAS SVN: r110226 - projects/jboss-jca/trunk/common.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sun Dec 26 22:39:54 EST 2010


Author: jeff.zhang
Date: 2010-12-26 22:39:54 -0500 (Sun, 26 Dec 2010)
New Revision: 110226

Modified:
   projects/jboss-jca/trunk/common/.classpath
Log:
add tests and test resources into classpath file of eclipse

Modified: projects/jboss-jca/trunk/common/.classpath
===================================================================
--- projects/jboss-jca/trunk/common/.classpath	2010-12-27 01:53:35 UTC (rev 110225)
+++ projects/jboss-jca/trunk/common/.classpath	2010-12-27 03:39:54 UTC (rev 110226)
@@ -2,6 +2,8 @@
 <classpath>
 	<classpathentry kind="src" path="src/main/java"/>
 	<classpathentry excluding="**/*.java" kind="src" path="src/main/resources"/>
+	<classpathentry kind="src" output="eclipse-target/tests-classes" path="src/test/java"/>
+	<classpathentry excluding="**/*.java" kind="src" output="eclipse-target/tests-classes" path="src/test/resources"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/ironjacamar-api"/>
 	<classpathentry kind="lib" path="/ironjacamar-parent/lib/common/jboss-common-core.jar"/>



More information about the jboss-cvs-commits mailing list