Changeset 6101 in osm for applications
- Timestamp:
- 2007-12-19T19:13:07+01:00 (17 years ago)
- Location:
- applications/editors/josm
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/debian/changelog
r5213 r6101 1 openstreetmap-josm (4 365205) unstable; urgency=low1 openstreetmap-josm (4926078) unstable; urgency=low 2 2 3 3 * Initial Version -
applications/editors/josm/debian/files
r5213 r6101 1 openstreetmap-josm_4 365205_all.deb utils optional1 openstreetmap-josm_4926078_all.deb utils optional -
applications/editors/josm/debian/make_install_files.sh
r5213 r6101 51 51 cp ./core/dist/josm-custom.jar $jar_path/josm.jar || exit -1 52 52 53 plugin_jars=`find plugins-name "*.jar"`53 plugin_jars=`find dist -name "*.jar"` 54 54 for src_fn in $plugin_jars ; do 55 55 fn="`basename ${src_fn}`" -
applications/editors/josm/nsis/josm.nsi
r6075 r6101 360 360 SetShellVarContext all 361 361 SetOutPath $APPDATA\JOSM\plugins 362 File "..\ plugins\dist\wmsplugin.jar"362 File "..\dist\wmsplugin.jar" 363 363 SectionEnd 364 364 … … 368 368 SetShellVarContext all 369 369 SetOutPath $APPDATA\JOSM\plugins 370 File "..\ plugins\dist\namefinder.jar"370 File "..\dist\namefinder.jar" 371 371 SectionEnd 372 372 … … 376 376 SetShellVarContext all 377 377 SetOutPath $APPDATA\JOSM\plugins 378 File "..\ plugins\dist\validator.jar"378 File "..\dist\validator.jar" 379 379 SectionEnd 380 380 … … 457 457 ${Switch} $LANGUAGE 458 458 ${Case} ${LANG_GERMAN} 459 File "..\ plugins\dist\lang-de.jar"459 File "..\dist\lang-de.jar" 460 460 ${WriteINIStrNS} $R0 "$APPDATA\JOSM\preferences" "plugins" "wmsplugin,namefinder,validator,lang-de" 461 461 ${Break}
Note:
See TracChangeset
for help on using the changeset viewer.