User: chirino
Date: 01/06/23 19:15:11
Modified: src/build build.xml
Log:
Noticed that I did not have to bind the INVM il with a NonSerializableFactory
if I placed the IL in the java:/ JNDI context.
I also adjusted the dist/client so it contains all the jars needed by a client.
Revision Changes Path
1.8 +8 -0 jbossmq/src/build/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jbossmq/src/build/build.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- build.xml 2001/04/01 19:37:42 1.7
+++ build.xml 2001/06/24 02:15:11 1.8
@@ -182,6 +182,14 @@
<fileset dir="${src.client.dir}"/>
</copy>
+ <copy todir="${dist.dir}/client">
+ <fileset dir="${src.lib.dir}"
+ includes="oswego-concurrent.jar,
+ gnu-regexp-1.0.8.jar,
+ jndi.jar,
+ jboss-j2ee.jar"/>
+ </copy>
+
<copy todir="${dist.dir}/docs">
<fileset dir="${docs.dir}"/>
</copy>
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development