[Jboss-cvs] JBossAS SVN: r56813 - projects/security/trunk

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Sep 13 14:02:05 EDT 2006


Author: scott.stark at jboss.org
Date: 2006-09-13 14:02:04 -0400 (Wed, 13 Sep 2006)
New Revision: 56813

Modified:
   projects/security/trunk/.classpath
Log:
Move the tests into their own source tree

Modified: projects/security/trunk/.classpath
===================================================================
--- projects/security/trunk/.classpath	2006-09-13 18:00:40 UTC (rev 56812)
+++ projects/security/trunk/.classpath	2006-09-13 18:02:04 UTC (rev 56813)
@@ -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="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry kind="lib" path="thirdparty/dom4j/lib/dom4j.jar"/>




More information about the jboss-cvs-commits mailing list