Sophie

Sophie

distrib > Mandriva > 2008.0 > x86_64 > by-pkgid > ad1357752cccb1046a5c81881c36c6f3 > files > 9

ant-1.7.0-3.3.6mdv2008.0.src.rpm

#
# ant.conf (Ant 1.6.x)
# JPackage Project <http://www.jpackage.org/>
#

# Validate --noconfig setting in case being invoked
# from pre Ant 1.6.x environment
if [ -z "$no_config" ] ; then
  no_config=true
fi

# Setup ant configuration
if $no_config ; then
  # Disable RPM layout
  rpm_mode=false
else
  # Use RPM layout
  rpm_mode=true

  # ANT_HOME for rpm layout
  ANT_HOME=/usr/share/ant
fi