Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
4 - 1
# ant.conf (Ant 1.7.x)
2
# JPackage Project <http://www.jpackage.org/>
3
 
4
# Validate --noconfig setting in case being invoked
5
# from pre Ant 1.6.x environment
6
if [ -z "$no_config" ] ; then
7
  no_config=true
8
fi
9
 
10
# Setup ant configuration
11
if $no_config ; then
12
  # Disable RPM layout
13
  rpm_mode=false
14
else
15
  # Use RPM layout
16
  rpm_mode=true
17
 
18
  # ANT_HOME for rpm layout
19
  ANT_HOME=/usr/share/ant
20
fi