Changeset 5156 in osm
- Timestamp:
- 2007-10-24T20:46:00+02:00 (17 years ago)
- Location:
- applications/editors/josm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/debian/make_install_files.sh
r5126 r5156 35 35 echo "Compile Josm" 36 36 cd core 37 ant clean38 ant compile || exit -137 ant -q clean 38 ant -q compile || exit -1 39 39 cd .. 40 40 41 41 echo "Compile Josm Plugins" 42 42 cd plugins 43 ant clean44 ant build|| exit -143 ant -q clean 44 ant -q dist|| exit -1 45 45 cd .. 46 46 -
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.