|
From: David J. <d_j...@us...> - 2002-04-28 19:45:07
|
User: d_jencks
Date: 02/04/27 11:36:02
Modified: . Tag: Branch_3_0 build.xml
Log:
fixed secure-perf jar content. This is the 112 to 113 main branch change that I forgot to merge
Revision Changes Path
No revision
No revision
1.106.2.6 +2 -2 jbosstest/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jbosstest/build.xml,v
retrieving revision 1.106.2.5
retrieving revision 1.106.2.6
diff -u -r1.106.2.5 -r1.106.2.6
--- build.xml 26 Apr 2002 17:50:54 -0000 1.106.2.5
+++ build.xml 27 Apr 2002 18:36:01 -0000 1.106.2.6
@@ -13,7 +13,7 @@
<!-- -->
<!-- ====================================================================== -->
-<!-- $Id: build.xml,v 1.106.2.5 2002/04/26 17:50:54 reverbel Exp $ -->
+<!-- $Id: build.xml,v 1.106.2.6 2002/04/27 18:36:01 d_jencks Exp $ -->
<project default="main" name="JBoss/Testsuite">
@@ -1735,7 +1735,7 @@
<include name="org/jboss/test/perf/interfaces/**"/>
<include name="org/jboss/test/perf/ejb/**"/>
</fileset>
- <metainf dir="${build.resources}/perf/META-INF" />
+ <metainf dir="${build.resources}/secure-perf/META-INF" />
<fileset dir="${build.resources}/secure-perf">
<include name="users.properties"/>
<include name="roles.properties"/>
|