Ignore:
Timestamp:
2007-07-27T02:22:07+02:00 (19 years ago)
Author:
ulf
Message:

update files according to the recent dir move

File:
1 moved

Legend:

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

    r3770 r3771  
    33## settings ##
    44
    5 VERSION=0.0.8
     5VERSION=0.0.9
    66
    77PROGRAM_FILES="/cygdrive/c/Program Files"
    88
    9 LAUNCH4J_XML="C:\Dokumente und Einstellungen\ulfl\Eigene Dateien\proj\gps\osm\svn.openstreetmap.org\applications\nsis\launch4j.xml"
     9LAUNCH4J_XML="C:\Dokumente und Einstellungen\ulfl\Eigene Dateien\svn.openstreetmap.org\applications\editors\josm\nsis\launch4j.xml"
    1010
    1111
     
    2020
    2121# get latest plugin (and supporting files) versions
    22 cp ../../editors/josm/plugins/mappaint/mappaint.jar .
    23 cp ../../editors/josm/plugins/namefinder/namefinder.jar .
    24 #cp ../../editors/josm/plugins/osmarender/osmarender.jar .
    25 #cp ../../editors/josm/plugins/annotation-tester/annotation-tester.jar .
    26 #cp ../../editors/josm/plugins/wmsplugin/wmsplugin.jar .
     22cp ../../plugins/mappaint/mappaint.jar .
     23cp ../../plugins/namefinder/namefinder.jar .
     24#cp ../../plugins/osmarender/osmarender.jar .
     25#cp ../../plugins/annotation-tester/annotation-tester.jar .
     26#cp ../../plugins/wmsplugin/wmsplugin.jar .
    2727
    2828# wget -nc http://svn.openstreetmap.org/applications/editors/josm/plugins/mappaint/mappaint.jar
     
    4343### create the installer exe ###
    4444# NSIS - http://nsis.sourceforge.net/Main_Page
    45 "$PROGRAM_FILES/nsis/makensis.exe" /DVERSION=$VERSION openstreetmap.nsi
     45"$PROGRAM_FILES/nsis/makensis.exe" /DVERSION=$VERSION josm.nsi
Note: See TracChangeset for help on using the changeset viewer.