Changeset 4943 in osm for applications
- Timestamp:
- 2007-10-11T22:43:43+02:00 (17 years ago)
- Location:
- applications/editors/josm/nsis
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/nsis/josm-setup.sh
r4440 r4943 15 15 16 16 # get latest josm version (and license) 17 wget -N http://josm. eigenheimstrasse.de/download/josm-latest.jar18 wget -N http://josm. eigenheimstrasse.de/browser/LICENSE?format=raw17 wget -N http://josm.openstreetmap.de/download/josm-latest.jar 18 wget -N http://josm.openstreetmap.de/browser/trunk/LICENSE?format=raw 19 19 cp LICENSE?format=raw LICENSE 20 20 21 21 # get latest plugin (and supporting files) versions 22 22 #cp ../../plugins/annotation-tester/annotation-tester.jar . 23 wget -N http:// www.eigenheimstrasse.de/josm/plugins/annotation-tester.jar23 #wget -N http://josm.openstreetmap.de/download/plugins/tagging-preset-tester.jar 24 24 cp ../../plugins/mappaint/mappaint.jar . 25 25 # wget -N http://svn.openstreetmap.org/applications/editors/josm/plugins/mappaint/mappaint.jar … … 27 27 # wget --N http://svn.openstreetmap.org/applications/editors/josm/plugins/namefinder/namefinder.jar 28 28 #cp ../../plugins/osmarender/osmarender.jar . 29 wget -N http://www.eigenheimstrasse.de/josm/plugins/osmarender.jar 30 #cp ../../plugins/tways/tways-0.2.jar . 31 wget -N http://thomas.walraet.net/tways/tways-0.2.jar 29 wget -N http://josm.openstreetmap.de/download/plugins/osmarender.jar 32 30 #cp ../../plugins/validator/validator.jar . 33 31 wget -N http://personales.ya.com/osmfrsantos/validator/latest/validator.jar -
applications/editors/josm/nsis/josm.nsi
r4471 r4943 356 356 SetOutPath $APPDATA\JOSM\plugins 357 357 File "downloads\validator.jar" 358 SectionEnd359 360 Section "tways" SecTWaysPlugin361 ;-------------------------------------------362 SectionIn 1 2363 SetShellVarContext all364 SetOutPath $APPDATA\JOSM\plugins365 File "downloads\tways-0.2.jar"366 358 SectionEnd 367 359 … … 441 433 ; XXX - should better be handled inside JOSM (recent plugin manager is going in the right direction) 442 434 SetShellVarContext current 443 ${WriteINIStrNS} $R0 "$APPDATA\JOSM\preferences" "plugins" "mappaint,osmarender,wmsplugin,namefinder,validator,tways-0.2" 435 ;${WriteINIStrNS} $R0 "$APPDATA\JOSM\preferences" "plugins" "mappaint,osmarender,wmsplugin,namefinder,validator" 436 ${WriteINIStrNS} $R0 "$APPDATA\JOSM\preferences" "plugins" "mappaint,osmarender,wmsplugin,namefinder" 444 437 SectionEnd 445 438 … … 461 454 Delete "$INSTDIR\plugins\namefinder.jar" 462 455 Delete "$INSTDIR\plugins\validator.jar" 463 Delete "$INSTDIR\plugins\tways-0.2.jar"464 456 IfErrors 0 NoJOSMErrorMsg 465 457 MessageBox MB_OK "Please note: josm.exe could not be removed, it's probably in use!" IDOK 0 ;skipped if josm.exe removed … … 513 505 Delete "$APPDATA\JOSM\plugins\validator\*.*" 514 506 Delete "$APPDATA\JOSM\plugins\validator.jar" 515 Delete "$APPDATA\JOSM\plugins\tways-0.2.jar"516 507 RMDir "$APPDATA\JOSM\plugins\osmarender" 517 508 RMDir "$APPDATA\JOSM\plugins\validator" … … 542 533 !insertmacro MUI_DESCRIPTION_TEXT ${SecNamefinderPlugin} "Add a 'Find places by their name' tab to the download dialog." 543 534 !insertmacro MUI_DESCRIPTION_TEXT ${SecValidatorPlugin} "Validates edited data if it conforms to common suggestions." 544 !insertmacro MUI_DESCRIPTION_TEXT ${SecTwaysPlugin} "Mass wayfication of segments."545 535 !insertmacro MUI_DESCRIPTION_TEXT ${SecStartMenu} "Add a JOSM start menu entry." 546 536 !insertmacro MUI_DESCRIPTION_TEXT ${SecDesktopIcon} "Add a JOSM desktop icon."
Note:
See TracChangeset
for help on using the changeset viewer.