[jboss-cvs] JBossAS SVN: r64527 - projects/security/security-spi/trunk.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Aug 9 17:31:24 EDT 2007


Author: anil.saldhana at jboss.com
Date: 2007-08-09 17:31:24 -0400 (Thu, 09 Aug 2007)
New Revision: 64527

Modified:
   projects/security/security-spi/trunk/pom.xml
Log:
Add JBoss Org EULA

Modified: projects/security/security-spi/trunk/pom.xml
===================================================================
--- projects/security/security-spi/trunk/pom.xml	2007-08-09 19:51:14 UTC (rev 64526)
+++ projects/security/security-spi/trunk/pom.xml	2007-08-09 21:31:24 UTC (rev 64527)
@@ -94,6 +94,14 @@
            <sourceDirectory>src/main</sourceDirectory>
            <finalName>${artifactId}</finalName>
            <outputDirectory>output/classes</outputDirectory> 
+           <resources>
+             <resource>
+               <directory>${basedir}</directory>
+               <includes>
+                 <include>JBossORG-EULA.txt</include>
+               </includes>
+             </resource>
+           </resources>
            <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 -->
               <plugin>




More information about the jboss-cvs-commits mailing list