User: cgjung
Date: 02/03/15 02:04:24
Modified: jboss.net build.xml
Log:
security for jboss.net has finally arrived (although the corresponding testcases
still need
to be checked-in).
Revision Changes Path
1.17 +11 -1 contrib/jboss.net/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/contrib/jboss.net/build.xml,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- build.xml 12 Mar 2002 11:04:45 -0000 1.16
+++ build.xml 15 Mar 2002 10:04:23 -0000 1.17
@@ -12,7 +12,7 @@
<!-- -->
<!-- ====================================================================== -->
-<!-- $Id: build.xml,v 1.16 2002/03/12 11:04:45 cgjung Exp $ -->
+<!-- $Id: build.xml,v 1.17 2002/03/15 10:04:23 cgjung Exp $ -->
<project default="main" name="JBoss/JBoss.Net">
@@ -85,6 +85,15 @@
</fileset>
</path>
+ <!-- Java Authentication and Authorization API -->
+ <property name="sun.jaas.root" value="${project.thirdparty}/sun/jaas"/>
+ <property name="sun.jaas.lib" value="${sun.jaas.root}/lib"/>
+ <path id="sun.jaas.classpath">
+ <fileset dir="${sun.jaas.lib}">
+ <include name="*.jar"/>
+ </fileset>
+ </path>
+
<!-- Servlets -->
<property name="sun.servlet.root" value="${project.thirdparty}/sun/servlet"/>
<property name="sun.servlet.lib" value="${sun.servlet.root}/lib"/>
@@ -124,6 +133,7 @@
<path id="library.classpath">
<path refid="sun.jmx.classpath"/>
<path refid="sun.jaxp.classpath"/>
+ <path refid="sun.jaas.classpath"/>
<path refid="sun.servlet.classpath"/>
<path refid="apache.log4j.classpath"/>
<path refid="junit.junit.classpath"/>
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development