|
From: David J. <d_j...@us...> - 2002-05-17 03:14:05
|
User: d_jencks
Date: 02/05/16 20:14:05
Modified: . build.xml
Log:
fixed to supply datasource-mapping in cmr post create test ejb
Revision Changes Path
1.126 +4 -2 jbosstest/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jbosstest/build.xml,v
retrieving revision 1.125
retrieving revision 1.126
diff -u -r1.125 -r1.126
--- build.xml 16 May 2002 06:46:32 -0000 1.125
+++ build.xml 17 May 2002 03:14:05 -0000 1.126
@@ -13,7 +13,7 @@
<!-- -->
<!-- ====================================================================== -->
-<!-- $Id: build.xml,v 1.125 2002/05/16 06:46:32 starksm Exp $ -->
+<!-- $Id: build.xml,v 1.126 2002/05/17 03:14:05 d_jencks Exp $ -->
<project default="main" name="JBoss/Testsuite">
@@ -537,7 +537,9 @@
<jboss xmlencoding="UTF-8"
version="3.0"
destdir="${build.resources}/cmp2/cmr/META-INF"
- mergedir="${source.resources}/cmp2/cmr/"/>
+ mergedir="${source.resources}/cmp2/cmr/"
+ Datasource="java:/DefaultDS"
+ Typemapping="Hypersonic SQL"/>
</xdoclet>
|