Changeset 5126 in osm for applications/editors/josm
- Timestamp:
- 2007-10-23T07:32:06+02:00 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/debian/make_install_files.sh
r4958 r5126 30 30 #) 31 31 mkdir -p "$dst_path/usr/lib/josm" 32 32 33 # ------------------------------------------------------------------ 33 34 # Compile the Jar Files 34 35 echo "Compile Josm" 35 36 cd core 37 ant clean 36 38 ant compile || exit -1 37 39 cd .. … … 39 41 echo "Compile Josm Plugins" 40 42 cd plugins 43 ant clean 41 44 ant build || exit -1 42 45 cd ..
Note:
See TracChangeset
for help on using the changeset viewer.