Blame | Last modification | View Log | RSS feed
# ant.conf (Ant 1.7.x)# JPackage Project <http://www.jpackage.org/># Validate --noconfig setting in case being invoked# from pre Ant 1.6.x environmentif [ -z "$no_config" ] ; thenno_config=truefi# Setup ant configurationif $no_config ; then# Disable RPM layoutrpm_mode=falseelse# Use RPM layoutrpm_mode=true# ANT_HOME for rpm layoutANT_HOME=/usr/share/antfi