leif 02/05/29 20:49:51
Modified: . build.xml
Log:
The jar task should be building the altrmi, instrument-client and
instrument-manager projects as it is the default task. It just shouldn't be
putting
them into avalon-excalibur.jar
Revision Changes Path
1.169 +1 -3 jakarta-avalon-excalibur/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/build.xml,v
retrieving revision 1.168
retrieving revision 1.169
diff -u -r1.168 -r1.169
--- build.xml 4 May 2002 14:04:39 -0000 1.168
+++ build.xml 30 May 2002 03:49:51 -0000 1.169
@@ -167,11 +167,9 @@
<ant dir="cli" target="dist-jar"/>
<ant dir="naming" target="dist-jar"/>
<ant dir="monitor" target="dist-jar"/>
- <!--
<ant dir="altrmi" target="dist-jar"/>
<ant dir="instrument-manager" target="dist-jar"/>
<ant dir="instrument-client" target="dist-jar"/>
- -->
<!-- Jump through hoops to avoid jlink size bug. -->
@@ -207,7 +205,7 @@
<include name="naming/dist/*.jar"/>
<include name="monitor/dist/*.jar"/>
<include name="store/dist/*.jar"/>
- <!--
+ <!-- These jars should not be in avalon-excalibur.jar as
they are quite large.
<include name="instrument-manager/dist/*.jar"/>
<include name="instrument-client/dist/*.jar"/>
<include name="altrmi/dist/*.jar"/>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>