Changeset 5156 in osm for applications/editors/josm/nsis
- Timestamp:
- 2007-10-24T20:46:00+02:00 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/nsis/josm-setup-unix.sh
r5149 r5156 22 22 echo "Compile Josm" 23 23 cd ../core 24 ant clean25 ant compile || exit -124 ant -q clean 25 ant -q compile || exit -1 26 26 cd .. 27 27 28 28 echo "Compile Josm Plugins" 29 29 cd plugins 30 ant clean31 ant dist || exit -130 ant -q clean 31 ant -q dist || exit -1 32 32 ) || exit -1 33 33 fi
Note:
See TracChangeset
for help on using the changeset viewer.