]> git.pld-linux.org Git - packages/ant.git/blame - ant.conf
- BR: xml-commons-resolver when --with apache_resolver
[packages/ant.git] / ant.conf
CommitLineData
695c6774
JK
1#
2# ant.conf (Ant 1.6.x)
3# JPackage Project <http://www.jpackage.org/>
4#
5
6# Validate --noconfig setting in case being invoked
7# from pre Ant 1.6.x environment
8if [ -z "$no_config" ] ; then
9 no_config=true
10fi
11
12# Setup ant configuration
13if $no_config ; then
14 # Disable RPM layout
15 rpm_mode=false
16else
17 # Use RPM layout
18 rpm_mode=true
19
20 # ANT_HOME for rpm layout
21 ANT_HOME=/usr/share/ant
22fi
This page took 0.03685 seconds and 4 git commands to generate.