[jboss-cvs] JBossAS SVN: r72701 - projects/security/security-jboss-sx/trunk.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Apr 24 15:59:48 EDT 2008


Author: mmoyses
Date: 2008-04-24 15:59:48 -0400 (Thu, 24 Apr 2008)
New Revision: 72701

Modified:
   projects/security/security-jboss-sx/trunk/.classpath
Log:
classpath for tests

Modified: projects/security/security-jboss-sx/trunk/.classpath
===================================================================
--- projects/security/security-jboss-sx/trunk/.classpath	2008-04-24 19:54:20 UTC (rev 72700)
+++ projects/security/security-jboss-sx/trunk/.classpath	2008-04-24 19:59:48 UTC (rev 72701)
@@ -1,6 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
 	<classpathentry kind="src" path="jbosssx/src/main"/>
+	<classpathentry excluding="resources/" kind="src" path="jbosssx/src/tests"/>
+	<classpathentry kind="src" path="jbosssx/src/tests/resources"/>
+	<classpathentry kind="src" path="identity/src/tests"/>
+	<classpathentry kind="src" path="acl/src/main/resources"/>
+	<classpathentry kind="src" path="acl/src/tests/java"/>
 	<classpathentry kind="src" path="jbosssx/target/generated-sources/javacc"/>
 	<classpathentry kind="src" path="identity/src/main"/>
 	<classpathentry kind="src" path="acl/src/main/java"/>
@@ -29,5 +34,9 @@
 	<classpathentry kind="var" path="M2_REPO/jboss/jboss-jmx/4.2.1.GA/jboss-jmx-4.2.1.GA.jar"/>
 	<classpathentry kind="var" path="M2_REPO/org/jboss/security/jboss-sunxacml/2.0.2.GA/jboss-sunxacml-2.0.2.GA.jar"/>
 	<classpathentry kind="var" path="M2_REPO/org/jboss/security/jboss-xacml/2.0.2.GA/jboss-xacml-2.0.2.GA.jar"/>
+	<classpathentry kind="var" path="M2_REPO/apache-xerces/xercesImpl/2.7.1/xercesImpl-2.7.1.jar"/>
+	<classpathentry kind="var" path="M2_REPO/junit/junit/3.8.1/junit-3.8.1.jar"/>
+	<classpathentry kind="var" path="M2_REPO/org/jboss/jboss-test/1.0.4.GA/jboss-test-1.0.4.GA.jar"/>
+	<classpathentry kind="var" path="M2_REPO/sun-opends/opends-core/1.0.0-BUILD04/opends-core-1.0.0-BUILD04.jar"/>
 	<classpathentry kind="output" path="bin"/>
 </classpath>




More information about the jboss-cvs-commits mailing list