Ignore:
Timestamp:
2008-11-05T20:19:04+01:00 (16 years ago)
Author:
joerg
Message:

remove josm-NG from the debian packages, since it no longer is compilable

File:
1 edited

Legend:

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

    r7739 r11707  
    4949cd ../josm-ng
    5050    ant -q clean
    51     ant -q josm-ng-impl.jar || exit -1
     51    ant -q josm-ng-impl.jar || {
     52        echo "!!!!!!!!!!!!!!!!! WARNING Josm-NG is not included into the package"
     53        #exit -1
     54        }
    5255cd ../josm
    5356
     
    5760
    5861cp ./core/dist/josm-custom.jar $jar_path/josm.jar || exit -1
    59 cp ../josm-ng/dist/josm-ng.jar $jar_path/josm-ng.jar || exit -1
     62cp ../josm-ng/dist/josm-ng.jar $jar_path/josm-ng.jar || {
     63    echo "!!!!!!!!!!!!!!!!! WARNING Josm-NG is not included into the package"
     64    #exit -1
     65}
    6066
    6167plugin_jars=`find dist -name "*.jar"`
     
    7783
    7884mkdir -p "$jar_path/speller"
    79 cp ../utils/planet.osm/java/speller/words.cfg "$jar_path/speller/"
     85cp ../../utils/planet.osm/java/speller/words.cfg "$jar_path/speller/"
    8086
    8187# ------------------------------------------------------------------
    82 cp "debian/bin/josm.sh" "$bin_path/josm"
    83 cp "debian/bin/josm-ng.sh" "$bin_path/josm-ng"
     88cp "debian/bin/josm.sh" "$bin_path/josm" || exit -1
     89cp "debian/bin/josm-ng.sh" "$bin_path/josm-ng" || {
     90    echo "!!!!!!!!!!!!!!!!! WARNING Josm-NG is not included into the package"
     91    #exit -1
     92}
    8493
    8594sed "s/PLUGIN_LIST/$plugins/;" <debian/bin/preferences >"$jar_path/preferences"
Note: See TracChangeset for help on using the changeset viewer.