seibert 2002/09/10 11:54:41
Modified: java/tools build.xml
Log:
Wrong pathing. Corrected
Revision Changes Path
1.9 +1 -1 xml-axis/java/tools/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-axis/java/tools/build.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- build.xml 5 Sep 2002 21:06:57 -0000 1.8
+++ build.xml 10 Sep 2002 18:54:41 -0000 1.9
@@ -88,7 +88,7 @@
<include name="*.java" />
</javac>
- <copy todir="${build.dir}/${componentName}/foreach" >
+ <copy todir="${build.dir}/tools/${componentName}/foreach" >
<fileset dir="${tools.dir}/${componentName}/foreach" excludes="**/*.java"/>
</copy>
|