|
From: Scott M S. <st...@us...> - 2004-03-12 05:52:28
|
User: starksm
Date: 04/03/11 21:25:17
Modified: . Tag: Branch_3_2 build.xml
Log:
Update the https-service.sar build
Revision Changes Path
No revision
No revision
1.165.2.143 +19 -19 jbosstest/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jbosstest/build.xml,v
retrieving revision 1.165.2.142
retrieving revision 1.165.2.143
diff -u -r1.165.2.142 -r1.165.2.143
--- build.xml 12 Mar 2004 04:05:33 -0000 1.165.2.142
+++ build.xml 12 Mar 2004 05:25:14 -0000 1.165.2.143
@@ -6,22 +6,22 @@
<!ENTITY mqstress SYSTEM "mqstress.xml">
]>
-<!-- ====================================================================== -->
-<!-- -->
-<!-- JBoss, the OpenSource J2EE webOS -->
-<!-- -->
-<!-- Distributable under LGPL license. -->
-<!-- See terms of license at http://www.gnu.org. -->
-<!-- -->
-<!-- ====================================================================== -->
+<!-- ============================================================ -->
+<!-- -->
+<!-- JBoss, the OpenSource J2EE webOS -->
+<!-- -->
+<!-- Distributable under LGPL license. -->
+<!-- See terms of license at http://www.gnu.org. -->
+<!-- -->
+<!-- ============================================================ -->
-<!-- $Id: build.xml,v 1.165.2.142 2004/03/12 04:05:33 bwang00 Exp $ -->
+<!-- $Id: build.xml,v 1.165.2.143 2004/03/12 05:25:14 starksm Exp $ -->
<project default="main" name="JBoss/Testsuite">
- <!-- ================================================================== -->
- <!-- Setup -->
- <!-- ================================================================== -->
+ <!-- ======================================================== -->
+ <!-- Setup -->
+ <!-- ======================================================== -->
<!--
| Include the common Buildmagic elements.
@@ -33,9 +33,9 @@
&buildmagic;
- <!-- ================================================================== -->
- <!-- Initialization -->
- <!-- ================================================================== -->
+ <!-- ======================================================== -->
+ <!-- Initialization -->
+ <!-- ======================================================== -->
<!--
| Initialize the build system. Must depend on '_buildmagic:init'.
@@ -53,9 +53,9 @@
<property name="results_web" value="http://jboss.sourceforge.net//junit-results/32"/>
- <!-- ================================================================== -->
- <!-- Configuration -->
- <!-- ================================================================== -->
+ <!-- ======================================================== -->
+ <!-- Configuration -->
+ <!-- ======================================================== -->
<!--
| Configure the build system.
@@ -3505,7 +3505,7 @@
<!-- build https-service.sar -->
<jar jarfile="${build.lib}/https-service.sar">
- <metainf dir="${build.resources}/security/META-INF"/>
+ <metainf dir="${build.resources}/security/https-service"/>
<metainf dir="${build.resources}/security">
<include name="tst.keystore"/>
</metainf>
|