User: hiram
Date: 01/03/01 23:04:45
Modified: src/build build.xml
Log:
- Changed Source references of GPL to LGPL.
- The cluster work that I had been doing is now accesible via a Pub-Sub JMS api.
- Take a look at the Cluster* examples in the sample directory to test it out.
Revision Changes Path
1.3 +2 -1 jbossmq/src/build/build.xml
Index: build.xml
===================================================================
RCS file: /products/cvs/ejboss/jbossmq/src/build/build.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- build.xml 2001/02/15 03:33:03 1.2
+++ build.xml 2001/03/02 07:04:45 1.3
@@ -160,7 +160,8 @@
<copy todir="${dist.dir}/lib/ext">
<fileset dir="${src.lib.dir}"
includes="jboss_base.jar,jms.jar,gnu-regexp-1.0.8.jar,
- jmxtools.jar,jndi.jar,jnpserver.jar,jta-spec1_0_1.jar"
+ jmxtools.jar,jndi.jar,jnpserver.jar,jta-spec1_0_1.jar,
+ oswego-concurrent.jar"
/>
</copy>