From 956e2ea828cdfd1e3203191d791dbe2c261bacbe Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Mon, 5 Aug 2024 01:35:29 +0000 Subject: automatic import of ant --- apache-ant-1.8.ant.conf | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 apache-ant-1.8.ant.conf (limited to 'apache-ant-1.8.ant.conf') diff --git a/apache-ant-1.8.ant.conf b/apache-ant-1.8.ant.conf new file mode 100644 index 0000000..e169839 --- /dev/null +++ b/apache-ant-1.8.ant.conf @@ -0,0 +1,20 @@ +# ant.conf (Ant 1.8.x) +# JPackage Project + +# 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 -- cgit v1.2.3