Changeset 5126 in osm for applications/editors/josm


Ignore:
Timestamp:
2007-10-23T07:32:06+02:00 (17 years ago)
Author:
joerg
Message:

Add make clean to really be sure we have new .jar Files

File:
1 edited

Legend:

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

    r4958 r5126  
    3030#)
    3131mkdir -p "$dst_path/usr/lib/josm"
     32
    3233# ------------------------------------------------------------------
    3334# Compile the Jar Files
    3435echo "Compile Josm"
    3536cd core
     37ant clean
    3638ant compile || exit -1
    3739cd ..
     
    3941echo "Compile Josm Plugins"
    4042cd plugins
     43ant clean
    4144ant build || exit -1
    4245cd ..
Note: See TracChangeset for help on using the changeset viewer.