User: jung
Date: 00/08/11 07:43:48
Modified: etc/makefiles zoap.xml
Log:
added comments how to run the testsuite with jboss.
an scl file was wrongly named and had to be moved.
added a special urn resolver that uses the bean-context
classloader to find the meta-data.
Revision Changes Path
1.2 +8 -4 zoap/etc/makefiles/zoap.xml
Index: zoap.xml
===================================================================
RCS file: /products/cvs/ejboss/zoap/etc/makefiles/zoap.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- zoap.xml 2000/08/10 21:05:17 1.1
+++ zoap.xml 2000/08/11 14:43:47 1.2
@@ -1,5 +1,5 @@
<!--
=========================================================================================================
-->
-<!-- $Id: zoap.xml,v 1.1 2000/08/10 21:05:17 jung Exp $ -->
+<!-- $Id: zoap.xml,v 1.2 2000/08/11 14:43:47 jung Exp $ -->
<!-- Copyright (c) 2000 infor:business solutions AG, Hauerstrasse 12, -->
<!-- D-66299 Friedrichsthal, Germany. All Rights Reserved. -->
<!-- -->
@@ -98,11 +98,11 @@
<jar jarfile="${build.deploy.dir}/test-bean.jar"
basedir="${build.lib.classes.dir}"
- includes="de/infor/business*/**/*.class,META-INF/**/*.*" />
+
includes="de/infor/business*/**/*.class,META-INF/jboss.xml,META-INF/ejb-jar.xml,META-INF/contract.scl,META-INF/BusinessService.scl,META-INF/businessservices/*.*,META-INF/businessobjects/*.*"
/>
<jar jarfile="${build.client.dir}/test-client.jar"
basedir="${build.lib.classes.dir}"
- includes="de/infor/business*/**/*.class,META-INF/**/*.*,**/test/*.*" />
+
includes="de/infor/business*/**/*.class,META-INF/contract.scl,META-INF/BusinessService.scl,META-INF/businessservices/*.*,META-INF/businessobjects/*.*,**/test/*.*"
/>
</target>
@@ -170,7 +170,14 @@
<!--
$Log: zoap.xml,v $
- Revision 1.1 2000/08/10 21:05:17 jung
- Initial revision
+ Revision 1.2 2000/08/11 14:43:47 jung
+ added comments how to run the testsuite with jboss.
+ an scl file was wrongly named and had to be moved.
+ added a special urn resolver that uses the bean-context
+ classloader to find the meta-data.
+
+ Revision 1.1.1.1 2000/08/10 21:05:17 jung
+ Initial import.
+
-->