[jboss-cvs] JBossAS SVN: r71524 - in projects/security/security-xacml/trunk: parent and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Mar 31 17:18:55 EDT 2008


Author: anil.saldhana at jboss.com
Date: 2008-03-31 17:18:55 -0400 (Mon, 31 Mar 2008)
New Revision: 71524

Modified:
   projects/security/security-xacml/trunk/jboss-xacml/.classpath
   projects/security/security-xacml/trunk/parent/pom.xml
Log:
correct test resources path

Modified: projects/security/security-xacml/trunk/jboss-xacml/.classpath
===================================================================
--- projects/security/security-xacml/trunk/jboss-xacml/.classpath	2008-03-31 21:12:10 UTC (rev 71523)
+++ projects/security/security-xacml/trunk/jboss-xacml/.classpath	2008-03-31 21:18:55 UTC (rev 71524)
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
 	<classpathentry kind="src" path="src/resources"/>
+	<classpathentry kind="src" path="src/tests/resources"/>
 	<classpathentry kind="src" path="src/main/java"/>
 	<classpathentry kind="src" path="src/tests/java"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>

Modified: projects/security/security-xacml/trunk/parent/pom.xml
===================================================================
--- projects/security/security-xacml/trunk/parent/pom.xml	2008-03-31 21:12:10 UTC (rev 71523)
+++ projects/security/security-xacml/trunk/parent/pom.xml	2008-03-31 21:18:55 UTC (rev 71524)
@@ -40,7 +40,7 @@
     </resources>
     <testResources>
       <testResource>
-        <directory>src/resources</directory>
+        <directory>src/tests/resources</directory>
         <includes>
           <include>**/*</include>
         </includes>




More information about the jboss-cvs-commits mailing list