Changeset 4943 in osm for applications


Ignore:
Timestamp:
2007-10-11T22:43:43+02:00 (17 years ago)
Author:
ulf
Message:

updates to API 0.5 changes:

  • tways plugin is no longer useful
  • validator plugin currently doesn't work
  • update download URLS: josm.eigenheimstrasse.de -> josm.openstreetmap.de
Location:
applications/editors/josm/nsis
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/nsis/josm-setup.sh

    r4440 r4943  
    1515
    1616# get latest josm version (and license)
    17 wget -N http://josm.eigenheimstrasse.de/download/josm-latest.jar
    18 wget -N http://josm.eigenheimstrasse.de/browser/LICENSE?format=raw
     17wget -N http://josm.openstreetmap.de/download/josm-latest.jar
     18wget -N http://josm.openstreetmap.de/browser/trunk/LICENSE?format=raw
    1919cp LICENSE?format=raw LICENSE
    2020
    2121# get latest plugin (and supporting files) versions
    2222#cp ../../plugins/annotation-tester/annotation-tester.jar .
    23 wget -N http://www.eigenheimstrasse.de/josm/plugins/annotation-tester.jar
     23#wget -N http://josm.openstreetmap.de/download/plugins/tagging-preset-tester.jar
    2424cp ../../plugins/mappaint/mappaint.jar .
    2525# wget -N http://svn.openstreetmap.org/applications/editors/josm/plugins/mappaint/mappaint.jar
     
    2727# wget --N http://svn.openstreetmap.org/applications/editors/josm/plugins/namefinder/namefinder.jar
    2828#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
     29wget -N http://josm.openstreetmap.de/download/plugins/osmarender.jar
    3230#cp ../../plugins/validator/validator.jar .
    3331wget -N http://personales.ya.com/osmfrsantos/validator/latest/validator.jar
  • applications/editors/josm/nsis/josm.nsi

    r4471 r4943  
    356356SetOutPath $APPDATA\JOSM\plugins
    357357File "downloads\validator.jar"
    358 SectionEnd
    359 
    360 Section "tways" SecTWaysPlugin
    361 ;-------------------------------------------
    362 SectionIn 1 2
    363 SetShellVarContext all
    364 SetOutPath $APPDATA\JOSM\plugins
    365 File "downloads\tways-0.2.jar"
    366358SectionEnd
    367359
     
    441433; XXX - should better be handled inside JOSM (recent plugin manager is going in the right direction)
    442434SetShellVarContext 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"
    444437SectionEnd
    445438
     
    461454Delete "$INSTDIR\plugins\namefinder.jar"
    462455Delete "$INSTDIR\plugins\validator.jar"
    463 Delete "$INSTDIR\plugins\tways-0.2.jar"
    464456IfErrors 0 NoJOSMErrorMsg
    465457        MessageBox MB_OK "Please note: josm.exe could not be removed, it's probably in use!" IDOK 0 ;skipped if josm.exe removed
     
    513505Delete "$APPDATA\JOSM\plugins\validator\*.*"
    514506Delete "$APPDATA\JOSM\plugins\validator.jar"
    515 Delete "$APPDATA\JOSM\plugins\tways-0.2.jar"
    516507RMDir "$APPDATA\JOSM\plugins\osmarender"
    517508RMDir "$APPDATA\JOSM\plugins\validator"
     
    542533  !insertmacro MUI_DESCRIPTION_TEXT ${SecNamefinderPlugin} "Add a 'Find places by their name' tab to the download dialog."
    543534  !insertmacro MUI_DESCRIPTION_TEXT ${SecValidatorPlugin} "Validates edited data if it conforms to common suggestions."
    544   !insertmacro MUI_DESCRIPTION_TEXT ${SecTwaysPlugin} "Mass wayfication of segments."
    545535  !insertmacro MUI_DESCRIPTION_TEXT ${SecStartMenu} "Add a JOSM start menu entry."
    546536  !insertmacro MUI_DESCRIPTION_TEXT ${SecDesktopIcon} "Add a JOSM desktop icon."
Note: See TracChangeset for help on using the changeset viewer.