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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue May 8 12:13:20 EDT 2007


Author: anil.saldhana at jboss.com
Date: 2007-05-08 12:13:20 -0400 (Tue, 08 May 2007)
New Revision: 62880

Modified:
   projects/security/security-jboss-sx/trunk/pom.xml
Log:
add the src/main to the test resource as the jacc policy provider looks for a org/jboss/security/jacc/jacc-policy-config-states.xml

Modified: projects/security/security-jboss-sx/trunk/pom.xml
===================================================================
--- projects/security/security-jboss-sx/trunk/pom.xml	2007-05-08 16:04:36 UTC (rev 62879)
+++ projects/security/security-jboss-sx/trunk/pom.xml	2007-05-08 16:13:20 UTC (rev 62880)
@@ -72,6 +72,9 @@
              <testResource>
                <directory>src/tests/org/jboss/test</directory>
              </testResource>
+             <testResource>
+               <directory>src/main</directory>
+             </testResource>
            </testResources>
            <plugins>
            <!-- define how we want compilation to take place here, we accept most of the defaults but say that we want the optimization flag set, and define the source and target to be 1.4, these setting will be inherited by child projects -->




More information about the jboss-cvs-commits mailing list