dims 2002/09/18 11:00:15
Modified: java/xmls path_refs.xml
Log:
Fix for gump failure
Revision Changes Path
1.8 +3 -0 xml-axis/java/xmls/path_refs.xml
Index: path_refs.xml
===================================================================
RCS file: /home/cvs/xml-axis/java/xmls/path_refs.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- path_refs.xml 13 Sep 2002 16:58:54 -0000 1.7
+++ path_refs.xml 18 Sep 2002 18:00:15 -0000 1.8
@@ -9,6 +9,9 @@
<fileset dir="${lib.dir}">
<include name="**/*.jar"/>
</fileset>
+ <fileset dir="${build.dir}/lib">
+ <include name="**/*.jar"/>
+ </fileset>
<pathelement path="${java.class.path}"/>
<pathelement location="${build.dest}" />
<pathelement location="${build.dir}/tools" />