Ignore:
Timestamp:
2007-10-28T15:50:35+01:00 (17 years ago)
Author:
ulf
Message:

remove the need for a downloads dir, as we download nothing and get all files from the subversion directory directly

File:
1 edited

Legend:

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

    r5206 r5214  
    99LAUNCH4J_XML="C:\Dokumente und Einstellungen\ulfl\Eigene Dateien\svn.openstreetmap.org\applications\editors\josm\nsis\launch4j.xml"
    1010
    11 
    12 ### download required files ###
    13 mkdir -p downloads
    14 cd downloads
    15 
    16 # get latest josm version (and license)
    17 wget -N http://josm.openstreetmap.de/download/josm-latest.jar
    18 wget -N http://josm.openstreetmap.de/browser/trunk/LICENSE?format=raw
    19 cp LICENSE?format=raw LICENSE
    20 
    21 # get latest plugin (and supporting files) versions
    22 #cp ../../plugins/annotation-tester/annotation-tester.jar .
    23 #wget -N http://josm.openstreetmap.de/download/plugins/tagging-preset-tester.jar
    24 cp ../../plugins/dist/mappaint.jar .
    25 # wget -N http://svn.openstreetmap.org/applications/editors/josm/plugins/mappaint/mappaint.jar
    26 cp ../../plugins/dist/namefinder.jar .
    27 # wget --N http://svn.openstreetmap.org/applications/editors/josm/plugins/namefinder/namefinder.jar
    28 #cp ../../plugins/osmarender/osmarender.jar .
    29 #wget -N http://josm.openstreetmap.de/download/plugins/osmarender.jar
    30 cp ../../plugins/dist/validator.jar .
    31 #wget -N http://personales.ya.com/osmfrsantos/validator/latest/validator.jar
    32 cp ../../plugins/dist/wmsplugin.jar .
    33 #wget -N http://chippy2005.googlepages.com/wmsplugin.jar
    34 
    35 cd ..
    3611
    3712### convert jar to exe ###
     
    4823# NSIS - http://nsis.sourceforge.net/Main_Page
    4924"$PROGRAM_FILES/nsis/makensis.exe" /DVERSION=$VERSION josm.nsi
     25
     26# delete the intermediate file, just to avoid confusion
     27rm josm.exe
Note: See TracChangeset for help on using the changeset viewer.