User: fleury
Date: 00/05/16 19:34:15
Modified: build build.xml
Log:
build for the deployer bean (URL based)
Revision Changes Path
1.34 +9 -1 ejboss/build/build.xml
Index: build.xml
===================================================================
RCS file: /products/cvs/ejboss/ejboss/build/build.xml,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- build.xml 2000/05/03 23:56:37 1.33
+++ build.xml 2000/05/17 02:34:15 1.34
@@ -242,6 +242,14 @@
<!-- AdminTool package -->
<jar jarfile="${final.dir}/admin/AdminTool.jar" basedir="${build.dest}"
includes="org/ejboss/admin/"/>
-
+
+ <!-- Deployer package -->
+ <copyfile src="${build.src}/org/ejboss/deployment/deployer/META-INF/ejb-jar.xml"
+ dest="${build.dest}/META-INF/ejb-jar.xml"/>
+ <jar jarfile="${final.dir}/beans/Deployer.jar" basedir="${build.dest}"
+ includes="org/ejboss/deployment/deployer/implementations/*.class,
+ org/ejboss/deployment/deployer/interfaces/*.class,
+ META-INF/*"/>
+
</target>
</project>