[jboss-cvs] JBossAS SVN: r57244 - projects/security/trunk

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Sep 27 17:30:19 EDT 2006


Author: anil.saldhana at jboss.com
Date: 2006-09-27 17:30:18 -0400 (Wed, 27 Sep 2006)
New Revision: 57244

Modified:
   projects/security/trunk/pom.xml
Log:
take care of the jacc states xml

Modified: projects/security/trunk/pom.xml
===================================================================
--- projects/security/trunk/pom.xml	2006-09-27 21:04:25 UTC (rev 57243)
+++ projects/security/trunk/pom.xml	2006-09-27 21:30:18 UTC (rev 57244)
@@ -221,6 +221,11 @@
 						<configuration>
 							<tasks>
 								<mkdir dir="${basedir}/output/lib"/>
+                                                                     <copy todir="${basedir}/output/classes">
+      <fileset dir="${basedir}/src/main">
+        <include name="org/jboss/security/jacc/*.xml"/>
+      </fileset>
+    </copy>
 								<!-- Define the pattern sets for the spi and the jbosssx impl -->
 								<patternset id="spi-includes">
 									<include name="org/jboss/security/**"/>




More information about the jboss-cvs-commits mailing list