[Jboss-cvs] JBossAS SVN: r55437 - in branches/Branch_4_0/security: . src src/main/org/jboss

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Aug 9 08:54:27 EDT 2006


Author: scott.stark at jboss.org
Date: 2006-08-09 08:54:24 -0400 (Wed, 09 Aug 2006)
New Revision: 55437

Added:
   branches/Branch_4_0/security/src/tests/
Removed:
   branches/Branch_4_0/security/src/main/org/jboss/test/
Modified:
   branches/Branch_4_0/security/.classpath
Log:
Move the local unit tests to src/tests

Modified: branches/Branch_4_0/security/.classpath
===================================================================
--- branches/Branch_4_0/security/.classpath	2006-08-09 12:15:19 UTC (rev 55436)
+++ branches/Branch_4_0/security/.classpath	2006-08-09 12:54:24 UTC (rev 55437)
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
 	<classpathentry kind="src" path="src/main"/>
+	<classpathentry output="output/eclipse-test-classes" kind="src" path="src/tests"/>
 	<classpathentry kind="src" path="output/gen-parsers"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/common/lib/jboss-common.jar"/>
 	<classpathentry kind="src" path="/j2ee"/>




More information about the jboss-cvs-commits mailing list