|
From: Scott M S. <st...@us...> - 2003-06-02 11:49:24
|
User: starksm
Date: 03/06/02 04:49:22
Modified: . Tag: Branch_3_2 build.xml
Log:
Include the tst.keystore in the security-spec.sar
Revision Changes Path
No revision
No revision
1.165.2.74 +4 -1 jbosstest/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jbosstest/build.xml,v
retrieving revision 1.165.2.73
retrieving revision 1.165.2.74
diff -u -r1.165.2.73 -r1.165.2.74
--- build.xml 2 Jun 2003 11:28:28 -0000 1.165.2.73
+++ build.xml 2 Jun 2003 11:49:20 -0000 1.165.2.74
@@ -13,7 +13,7 @@
<!-- -->
<!-- ====================================================================== -->
-<!-- $Id: build.xml,v 1.165.2.73 2003/06/02 11:28:28 starksm Exp $ -->
+<!-- $Id: build.xml,v 1.165.2.74 2003/06/02 11:49:20 starksm Exp $ -->
<project default="main" name="JBoss/Testsuite">
@@ -3047,6 +3047,9 @@
<!-- build security-spec.jar -->
<jar jarfile="${build.lib}/security-spec.sar">
<metainf dir="${build.resources}/security-spec/service-inf" />
+ <fileset dir="${build.resources}/security">
+ <include name="tst.keystore" />
+ </fileset>
<fileset dir="${build.classes}">
<include name="org/jboss/test/security/service/SecurityConfig*.class"/>
</fileset>
|