From: Scott M S. <st...@us...> - 2002-08-17 21:50:02
|
User: starksm Date: 02/08/17 14:50:02 Modified: . Tag: Branch_3_0 build.xml Log: Break out the SRP login module tests from the crypto tests based on the SRP session key Revision Changes Path No revision No revision 1.106.2.43 +8 -2 jbosstest/build.xml Index: build.xml =================================================================== RCS file: /cvsroot/jboss/jbosstest/build.xml,v retrieving revision 1.106.2.42 retrieving revision 1.106.2.43 diff -u -r1.106.2.42 -r1.106.2.43 --- build.xml 17 Aug 2002 21:23:11 -0000 1.106.2.42 +++ build.xml 17 Aug 2002 21:50:01 -0000 1.106.2.43 @@ -13,7 +13,7 @@ <!-- --> <!-- ====================================================================== --> -<!-- $Id: build.xml,v 1.106.2.42 2002/08/17 21:23:11 d_jencks Exp $ --> +<!-- $Id: build.xml,v 1.106.2.43 2002/08/17 21:50:01 starksm Exp $ --> <project default="main" name="JBoss/Testsuite"> @@ -2452,10 +2452,16 @@ <fileset dir="${build.resources}/security-srp"> <include name="users.properties"/> </fileset> + </jar> + +<!-- + <ear earfile="${build.lib}/security-srp.ear"> <fileset dir="${build.lib}"> + <include name="security-srp.sar"/> <include name="security-srp.jar"/> </fileset> - </jar> + </ear> +--> <!-- build https-service.sar --> <jar jarfile="${build.lib}/https-service.sar"> |