Changeset 12847
- Timestamp:
- 08/02/10 06:07:33 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/build.xml
r12826 r12847 235 235 Compiling Lisp system 236 236 from ${abcl.home.dir} 237 to ${abcl.lisp.output}</echo> 238 <java classpath="${build.classes.dir}" 237 to ${abcl.lisp.output}</echo> 238 239 <!-- Not good if ${abcl.home.dir} == ${abcl.lisp.output} --> 240 <delete> 241 <fileset dir="${abcl.home.dir}" includes="**/*.abcl **/*.cls **/*._"/> 242 </delete> 243 <java classpath="${build.classes.dir}" 239 244 fork="true" 240 245 failonerror="true"
Note: See TracChangeset
for help on using the changeset viewer.