Changeset 6101 in osm for applications


Ignore:
Timestamp:
2007-12-19T19:13:07+01:00 (17 years ago)
Author:
joerg
Message:

josm: move plugins/dist directory one level up

Location:
applications/editors/josm
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/debian/changelog

    r5213 r6101  
    1 openstreetmap-josm (4365205) unstable; urgency=low
     1openstreetmap-josm (4926078) unstable; urgency=low
    22
    33  * Initial Version
  • applications/editors/josm/debian/files

    r5213 r6101  
    1 openstreetmap-josm_4365205_all.deb utils optional
     1openstreetmap-josm_4926078_all.deb utils optional
  • applications/editors/josm/debian/make_install_files.sh

    r5213 r6101  
    5151cp ./core/dist/josm-custom.jar $jar_path/josm.jar || exit -1
    5252
    53 plugin_jars=`find plugins -name "*.jar"`
     53plugin_jars=`find dist -name "*.jar"`
    5454for src_fn in $plugin_jars ; do
    5555    fn="`basename ${src_fn}`"
  • applications/editors/josm/nsis/josm.nsi

    r6075 r6101  
    360360SetShellVarContext all
    361361SetOutPath $APPDATA\JOSM\plugins
    362 File "..\plugins\dist\wmsplugin.jar"
     362File "..\dist\wmsplugin.jar"
    363363SectionEnd
    364364
     
    368368SetShellVarContext all
    369369SetOutPath $APPDATA\JOSM\plugins
    370 File "..\plugins\dist\namefinder.jar"
     370File "..\dist\namefinder.jar"
    371371SectionEnd
    372372
     
    376376SetShellVarContext all
    377377SetOutPath $APPDATA\JOSM\plugins
    378 File "..\plugins\dist\validator.jar"
     378File "..\dist\validator.jar"
    379379SectionEnd
    380380
     
    457457${Switch} $LANGUAGE
    458458${Case} ${LANG_GERMAN}
    459 File "..\plugins\dist\lang-de.jar"
     459File "..\dist\lang-de.jar"
    460460${WriteINIStrNS} $R0 "$APPDATA\JOSM\preferences" "plugins" "wmsplugin,namefinder,validator,lang-de"
    461461${Break}
Note: See TracChangeset for help on using the changeset viewer.