|
From: David J. <d_j...@us...> - 2002-12-30 04:52:35
|
User: d_jencks
Date: 02/12/29 20:52:35
Modified: . build.xml
Log:
fix some jca tests to work with new deployment system. Default values are currently broken
Revision Changes Path
1.210 +3 -3 jbosstest/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jbosstest/build.xml,v
retrieving revision 1.209
retrieving revision 1.210
diff -u -r1.209 -r1.210
--- build.xml 28 Dec 2002 15:33:32 -0000 1.209
+++ build.xml 30 Dec 2002 04:52:34 -0000 1.210
@@ -10,7 +10,7 @@
<!ENTITY mqstress SYSTEM "./mqstress.xml">
]>
-<!-- $Id: build.xml,v 1.209 2002/12/28 15:33:32 ejort Exp $ -->
+<!-- $Id: build.xml,v 1.210 2002/12/30 04:52:34 d_jencks Exp $ -->
<!--+======================================================================+-->
<!--| JBoss (The OpenSource J2EE WebOS) Build File |-->
@@ -1399,7 +1399,7 @@
<!-- test adapter config -->
<copy todir="${build.lib}" filtering="no">
<fileset dir="${build.resources}/jca/adapter">
- <include name="testadapter-service.xml"/>
+ <include name="testadapter-ds.xml"/>
</fileset>
</copy>
@@ -1465,7 +1465,7 @@
</fileset>
</jar>
- <!--copy the plain *-service.xml files too -->
+ <!--copy the plain *-ds.xml files too -->
<copy todir="${build.lib}" filtering="no">
<fileset dir="${build.resources}/jca/autocommit">
<include name="*.xml"/>
|