Changeset 5156 in osm for applications/editors/josm/nsis


Ignore:
Timestamp:
2007-10-24T20:46:00+02:00 (17 years ago)
Author:
joerg
Message:

josm compile(nsis/debian): reduce verbosity while compiling

File:
1 edited

Legend:

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

    r5149 r5156  
    2222        echo "Compile Josm"
    2323        cd ../core
    24         ant clean
    25         ant compile || exit -1
     24        ant -q clean
     25        ant -q compile || exit -1
    2626        cd ..
    2727       
    2828        echo "Compile Josm Plugins"
    2929        cd plugins
    30         ant clean
    31         ant dist || exit -1
     30        ant -q clean
     31        ant -q dist || exit -1
    3232        ) || exit -1
    3333fi
Note: See TracChangeset for help on using the changeset viewer.