[jboss-cvs] JBossAS SVN: r67337 - trunk/ejb3.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Nov 21 10:16:32 EST 2007


Author: adrian at jboss.org
Date: 2007-11-21 10:16:32 -0500 (Wed, 21 Nov 2007)
New Revision: 67337

Modified:
   trunk/ejb3/.classpath
Log:
Don't leak the jndi.properties in src/resources/test into other projects

Modified: trunk/ejb3/.classpath
===================================================================
--- trunk/ejb3/.classpath	2007-11-21 15:16:00 UTC (rev 67336)
+++ trunk/ejb3/.classpath	2007-11-21 15:16:32 UTC (rev 67337)
@@ -2,7 +2,7 @@
 <classpath>
 	<classpathentry kind="src" path="src/main"/>
 	<classpathentry excluding="org/jboss/ejb3/test/**/*EmbeddedTest.java|org/jboss/ejb3/test/clusteredentity/unit/|org/jboss/ejb3/test/clusteredservice/unit/|org/jboss/ejb3/test/clusteredsession/unit/|org/jboss/ejb3/test/ejbthree921/unit/" kind="src" path="src/test"/>
-	<classpathentry kind="lib" path="src/resources/test"/>
+	<!--classpathentry kind="lib" path="src/resources/test"/-->
 	<classpathentry kind="lib" path="/thirdparty/trove/lib/trove.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/common-core/lib/jboss-common-core.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/common-logging-spi/lib/jboss-logging-spi.jar"/>




More information about the jboss-cvs-commits mailing list