Changeset 5156 in osm for applications/editors/josm/debian
- Timestamp:
- 2007-10-24T20:46:00+02:00 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified applications/editors/josm/debian/make_install_files.sh ΒΆ
r5126 r5156 35 35 echo "Compile Josm" 36 36 cd core 37 ant clean 38 ant compile || exit -1 37 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 clean 44 ant build|| exit -143 ant -q clean 44 ant -q dist|| exit -1 45 45 cd .. 46 46
Note:
See TracChangeset
for help on using the changeset viewer.