Changeset 7739 in osm for applications/editors/josm/debian
- Timestamp:
- 2008-05-09T19:25:37+02:00 (17 years ago)
- Location:
- applications/editors/josm/debian
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/debian/bin/josm.sh
r5508 r7739 25 25 fi 26 26 27 java -Djosm.resource=/usr/share/ map-icons/square.small \27 java -Djosm.resource=/usr/share/icons/map-icons/square.small \ 28 28 -Xmx500m \ 29 29 $proxy \ -
applications/editors/josm/debian/make_install_files.sh
r6101 r7739 33 33 # ------------------------------------------------------------------ 34 34 # Compile the Jar Files 35 echo " Compile Josm"35 echo "------------- Compile Josm" 36 36 cd core 37 37 ant -q clean … … 39 39 cd .. 40 40 41 echo " Compile Josm Plugins"41 echo "------------- Compile Josm Plugins" 42 42 cd plugins 43 43 ant -q clean … … 45 45 cd .. 46 46 47 # Compile the Josm-ng Files 48 echo "------------- Compile Josm-ng" 49 cd ../josm-ng 50 ant -q clean 51 ant -q josm-ng-impl.jar || exit -1 52 cd ../josm 53 47 54 48 55 # ------------------------------------------------------------------ 49 # Copy Jar Files 56 echo "------------- Copy Jar Files" 50 57 51 58 cp ./core/dist/josm-custom.jar $jar_path/josm.jar || exit -1 59 cp ../josm-ng/dist/josm-ng.jar $jar_path/josm-ng.jar || exit -1 52 60 53 61 plugin_jars=`find dist -name "*.jar"` … … 73 81 # ------------------------------------------------------------------ 74 82 cp "debian/bin/josm.sh" "$bin_path/josm" 83 cp "debian/bin/josm-ng.sh" "$bin_path/josm-ng" 75 84 76 85 sed "s/PLUGIN_LIST/$plugins/;" <debian/bin/preferences >"$jar_path/preferences" -
applications/editors/josm/debian/rules
r4308 r7739 36 36 dh_installdirs 37 37 38 ./debian/update_svn_revision.sh38 # ./debian/update_svn_revision.sh 39 39 ./debian/make_install_files.sh ${destdir} || exit -1 40 40
Note:
See TracChangeset
for help on using the changeset viewer.