rubys 01/12/11 23:33:09
Modified: . build.xml
Log:
Allow optional jars to be found off of the classpath
This is needed for the correct execution of Gump. Let me know if this
causes any problems or concerns.
Revision Changes Path
1.118 +1 -0 xml-cocoon2/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-cocoon2/build.xml,v
retrieving revision 1.117
retrieving revision 1.118
diff -u -r1.117 -r1.118
--- build.xml 2001/12/11 21:22:12 1.117
+++ build.xml 2001/12/12 07:33:09 1.118
@@ -132,6 +132,7 @@
<fileset dir="./lib">
<include name="*.jar"/>
</fileset>
+ <pathelement path="${java.class.path}" />
</path>
<path id="scratchpad.classpath">
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]