Changeset 11594 in osm


Ignore:
Timestamp:
2008-11-01T16:24:14+01:00 (16 years ago)
Author:
joerg
Message:

remove lang-de from nsis

Location:
applications/editors/josm/nsis
Files:
2 edited

Legend:

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

    r11485 r11594  
    6060echo
    6161echo "##################################################################"
    62 echo "### create the josm-installeri-${VERSION}.exe with makensis"
     62echo "### create the josm-installer-${VERSION}.exe with makensis"
    6363# NSIS - http://nsis.sourceforge.net/Main_Page
    6464# apt-get install nsis
  • applications/editors/josm/nsis/josm.nsi

    r8498 r11594  
    455455SetShellVarContext current
    456456!include LogicLib.nsh
    457 ${Switch} $LANGUAGE
    458 ${Case} ${LANG_GERMAN}
    459 File "..\dist\lang-de.jar"
    460 ${WriteINIStrNS} $R0 "$APPDATA\JOSM\preferences" "plugins" "wmsplugin,namefinder,validator,lang-de"
    461 ${Break}
    462 ${Default}
    463457${WriteINIStrNS} $R0 "$APPDATA\JOSM\preferences" "plugins" "wmsplugin,namefinder,validator"
    464 ${Break}
    465 ${EndSwitch}
    466458SectionEnd
    467459
     
    483475Delete "$INSTDIR\uninstall.exe"
    484476Delete "$APPDATA\JOSM\plugins\wmsplugin.jar"
    485 Delete "$APPDATA\JOSM\plugins\lang-de.jar"
    486 ;Delete "$APPDATA\JOSM\plugins\osmarender.jar"
    487477Delete "$APPDATA\JOSM\plugins\namefinder.jar"
    488478Delete "$APPDATA\JOSM\plugins\validator.jar"
Note: See TracChangeset for help on using the changeset viewer.