[jboss-cvs] JBossAS SVN: r71522 - in projects/security/security-xacml/trunk/jboss-xacml: src/tests and 1 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Mar 31 17:10:41 EDT 2008


Author: anil.saldhana at jboss.com
Date: 2008-03-31 17:10:41 -0400 (Mon, 31 Mar 2008)
New Revision: 71522

Added:
   projects/security/security-xacml/trunk/jboss-xacml/src/tests/java/
   projects/security/security-xacml/trunk/jboss-xacml/src/tests/java/org/
Removed:
   projects/security/security-xacml/trunk/jboss-xacml/src/tests/org/
Modified:
   projects/security/security-xacml/trunk/jboss-xacml/.classpath
Log:
move tests into java folder

Modified: projects/security/security-xacml/trunk/jboss-xacml/.classpath
===================================================================
--- projects/security/security-xacml/trunk/jboss-xacml/.classpath	2008-03-31 21:03:45 UTC (rev 71521)
+++ projects/security/security-xacml/trunk/jboss-xacml/.classpath	2008-03-31 21:10:41 UTC (rev 71522)
@@ -2,7 +2,7 @@
 <classpath>
 	<classpathentry kind="src" path="src/resources"/>
 	<classpathentry kind="src" path="src/main/java"/>
-	<classpathentry kind="src" path="src/tests"/>
+	<classpathentry kind="src" path="src/tests/java"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry kind="var" path="M2_REPO/sun-jaxb/jaxb-api/2.1.4/jaxb-api-2.1.4.jar"/>
 	<classpathentry kind="var" path="M2_REPO/sun-jaxb/jaxb-impl/2.1.4/jaxb-impl-2.1.4.jar"/>

Copied: projects/security/security-xacml/trunk/jboss-xacml/src/tests/java/org (from rev 71518, projects/security/security-xacml/trunk/jboss-xacml/src/tests/org)




More information about the jboss-cvs-commits mailing list