Ignore:
Timestamp:
2007-05-06T17:16:24+02:00 (17 years ago)
Author:
ulf
Message:

slight enhancements of the build process,
the josm mappaint plugin doesn't need an elemstyles.xml file now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/nsis/openstreetmap.nsi

    r2601 r2786  
    1414!include "INIStrNS.nsh"
    1515
    16 !define VERSION "0.0.5"
    1716!define DEST "openstreetmap"
    1817
     
    369368SetOutPath $APPDATA\JOSM\plugins
    370369File "downloads\mappaint.jar"
    371 SetOutPath $APPDATA\JOSM\plugins\mappaint
    372 File "downloads\elemstyles.xml"
     370;SetOutPath $APPDATA\JOSM\plugins\mappaint
     371;File "downloads\elemstyles.xml"
    373372SectionEnd
    374373
     
    457456Delete "$APPDATA\JOSM\plugins\osmarender\*.*"
    458457Delete "$APPDATA\JOSM\plugins\mappaint.jar"
    459 Delete "$APPDATA\JOSM\plugins\mappaint\elemstyles.xml"
     458;Delete "$APPDATA\JOSM\plugins\mappaint\elemstyles.xml"
    460459RMDir "$APPDATA\JOSM\plugins\osmarender"
    461 RMDir "$APPDATA\JOSM\plugins\mappaint"
     460;RMDir "$APPDATA\JOSM\plugins\mappaint"
    462461RMDir "$APPDATA\JOSM\plugins"
    463462RMDir "$APPDATA\JOSM"
Note: See TracChangeset for help on using the changeset viewer.