- Timestamp:
- 2009-11-01T02:48:14+01:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/build.xml
r2360 r2368 62 62 <!-- create josm-custom.jar --> 63 63 <delete file="dist/josm-custom.jar"/> 64 <jar destfile="dist/josm-custom.jar" basedir="build"> 64 <jar destfile="dist/josm-custom.jar" basedir="build" level="9"> 65 <!-- add attribute excludes="**/*BZip2*,**/*Bzip2*" to create a non-bzip2 supporting jar --> 65 66 <manifest> 66 67 <attribute name="Main-class" value="JOSM" />
Note:
See TracChangeset
for help on using the changeset viewer.