|
From: David J. <d_j...@us...> - 2002-04-26 05:55:20
|
User: d_jencks
Date: 02/04/25 22:55:19
Modified: . build.xml
Log:
removed code duplication and fixed configuration so tests pass
Revision Changes Path
1.113 +2 -2 jbosstest/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jbosstest/build.xml,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -r1.112 -r1.113
--- build.xml 23 Apr 2002 23:53:29 -0000 1.112
+++ build.xml 26 Apr 2002 05:55:18 -0000 1.113
@@ -13,7 +13,7 @@
<!-- -->
<!-- ====================================================================== -->
-<!-- $Id: build.xml,v 1.112 2002/04/23 23:53:29 reverbel Exp $ -->
+<!-- $Id: build.xml,v 1.113 2002/04/26 05:55:18 d_jencks Exp $ -->
<project default="main" name="JBoss/Testsuite">
@@ -1738,7 +1738,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"/>
|