Ignore:
Timestamp:
2008-05-09T19:25:37+02:00 (18 years ago)
Author:
joerg
Message:

josm/debian: add josm-ng to package, change icon-path, remove auto versionnumbering of changelog

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/debian/make_install_files.sh

    r6101 r7739  
    3333# ------------------------------------------------------------------
    3434# Compile the Jar Files
    35 echo "Compile Josm"
     35echo "------------- Compile Josm"
    3636cd core
    3737ant -q clean
     
    3939cd ..
    4040
    41 echo "Compile Josm Plugins"
     41echo "------------- Compile Josm Plugins"
    4242cd plugins
    4343ant -q clean
     
    4545cd ..
    4646
     47# Compile the Josm-ng Files
     48echo "------------- Compile Josm-ng"
     49cd ../josm-ng
     50    ant -q clean
     51    ant -q josm-ng-impl.jar || exit -1
     52cd ../josm
     53
    4754
    4855# ------------------------------------------------------------------
    49 # Copy Jar Files
     56echo "------------- Copy Jar Files"
    5057
    5158cp ./core/dist/josm-custom.jar $jar_path/josm.jar || exit -1
     59cp ../josm-ng/dist/josm-ng.jar $jar_path/josm-ng.jar || exit -1
    5260
    5361plugin_jars=`find dist -name "*.jar"`
     
    7381# ------------------------------------------------------------------
    7482cp "debian/bin/josm.sh" "$bin_path/josm"
     83cp "debian/bin/josm-ng.sh" "$bin_path/josm-ng"
    7584
    7685sed "s/PLUGIN_LIST/$plugins/;" <debian/bin/preferences >"$jar_path/preferences"
Note: See TracChangeset for help on using the changeset viewer.