Browse Source

tidy up after yourself

tags/POST_MEMORY_CHANGES
aclement 18 years ago
parent
commit
f605cbc8a3
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      bcel-builder/build.xml

+ 2
- 0
bcel-builder/build.xml View File

@@ -64,6 +64,8 @@
<target name="push">
<copy file="bcel.jar" todir="../lib/bcel" />
<copy file="bcel-src.zip" todir="../lib/bcel" />
<delete file="bcel.jar"/>
<delete file="bcel-src.zip"/>
</target>
<target name="buildTheJars">

Loading…
Cancel
Save