[jboss-cvs] JBossAS SVN: r63083 - trunk/tools/etc/buildmagic.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue May 15 23:36:10 EDT 2007


Author: anil.saldhana at jboss.com
Date: 2007-05-15 23:36:10 -0400 (Tue, 15 May 2007)
New Revision: 63083

Modified:
   trunk/tools/etc/buildmagic/modules.ent
Log:
SECURITY-26: security integration with jboss5 classpath

Modified: trunk/tools/etc/buildmagic/modules.ent
===================================================================
--- trunk/tools/etc/buildmagic/modules.ent	2007-05-16 03:35:11 UTC (rev 63082)
+++ trunk/tools/etc/buildmagic/modules.ent	2007-05-16 03:36:10 UTC (rev 63083)
@@ -179,6 +179,13 @@
   <pathelement path="${jboss.profileservice.lib}/jboss-profileservice.jar"/>
 </path>
 
+<!-- Security Integration -->
+<property name="jboss.security.int.root" value="${project.root}/security/output"/>
+<property name="jboss.security.int.lib" value="${jboss.security.int.root}/lib"/>
+<path id="jboss.security.int.classpath">
+  <pathelement path="${jboss.security.int.lib}/jbosssx-server.jar"/>
+</path>
+
 <!-- Server -->
 <property name="jboss.server.root" value="${project.root}/server/output"/>
 <property name="jboss.server.lib" value="${jboss.server.root}/lib"/>




More information about the jboss-cvs-commits mailing list