summaryrefslogtreecommitdiffstats
path: root/java/jakarta-commons-lang/BUILD
blob: 8b382205998cdc1faab86dddd3a20cb78cdd7db2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
. $SECTION_DIRECTORY/java-functions
  
set_ant_env  &&

# create build.properties
cat > $SOURCE_DIRECTORY/${SPELL#*-}/build.properties <<EOF
base.path=${SM_JAKARTA_HOME}
commons-collections.home=\${base.path}/commons-collections
commons-collections.jar=\${commons-collections.home}/commons-collections.jar
junit.jar=${SM_IBM_HOME}/lib/junit.jar
EOF

cd  ${SPELL#*-} &&
cp  LICENSE.txt ../LICENSE   &&
ant  dist