12 lines
406 B
Diff
12 lines
406 B
Diff
|
--- ./build.xml.sav 2007-03-07 15:06:11.000000000 -0500
|
||
|
+++ ./build.xml 2007-03-07 15:06:25.000000000 -0500
|
||
|
@@ -73,7 +73,7 @@
|
||
|
|
||
|
<target name="compile" depends="init">
|
||
|
<ant antfile="src/build.xml" target="compile"/>
|
||
|
- <ant antfile="toolsrc/build.xml" target="compile"/>
|
||
|
+ <!-- <ant antfile="toolsrc/build.xml" target="compile"/> -->
|
||
|
<antcall target="xmlimplsrc-compile" />
|
||
|
</target>
|
||
|
|