Changeset 3771 in osm for applications/editors/josm/nsis/josm-setup.sh
- Timestamp:
- 2007-07-27T02:22:07+02:00 (19 years ago)
- File:
-
- 1 moved
-
applications/editors/josm/nsis/josm-setup.sh (moved) (moved from applications/editors/josm/nsis/openstreetmap-setup.sh ) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/nsis/josm-setup.sh
r3770 r3771 3 3 ## settings ## 4 4 5 VERSION=0.0. 85 VERSION=0.0.9 6 6 7 7 PROGRAM_FILES="/cygdrive/c/Program Files" 8 8 9 LAUNCH4J_XML="C:\Dokumente und Einstellungen\ulfl\Eigene Dateien\ proj\gps\osm\svn.openstreetmap.org\applications\nsis\launch4j.xml"9 LAUNCH4J_XML="C:\Dokumente und Einstellungen\ulfl\Eigene Dateien\svn.openstreetmap.org\applications\editors\josm\nsis\launch4j.xml" 10 10 11 11 … … 20 20 21 21 # 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 .22 cp ../../plugins/mappaint/mappaint.jar . 23 cp ../../plugins/namefinder/namefinder.jar . 24 #cp ../../plugins/osmarender/osmarender.jar . 25 #cp ../../plugins/annotation-tester/annotation-tester.jar . 26 #cp ../../plugins/wmsplugin/wmsplugin.jar . 27 27 28 28 # wget -nc http://svn.openstreetmap.org/applications/editors/josm/plugins/mappaint/mappaint.jar … … 43 43 ### create the installer exe ### 44 44 # NSIS - http://nsis.sourceforge.net/Main_Page 45 "$PROGRAM_FILES/nsis/makensis.exe" /DVERSION=$VERSION openstreetmap.nsi45 "$PROGRAM_FILES/nsis/makensis.exe" /DVERSION=$VERSION josm.nsi
Note:
See TracChangeset
for help on using the changeset viewer.
