apache-ant-1.10.7 upgrade

pull/35/head
knaccc 5 years ago
parent 8ebd85866c
commit 7c6a2d0cb9

@ -13,7 +13,7 @@ cd "$basedir/import"
# build the jars we're going to modularize
cd "$basedir/import/i2p.i2p"
export LG2=en
"$basedir"/import/apache-ant-1.10.5/bin/ant buildRouter buildI2PTunnelJars buildSAM jbigi
"$basedir"/import/apache-ant-1.10.7/bin/ant buildRouter buildI2PTunnelJars buildSAM jbigi
cd ..

@ -32,9 +32,9 @@ if [ ! -d "$basedir/import/jdks" ]; then
unzip jdks/win/$JDK_DOWNLOAD_FILENAME_WIN -d jdks/win/
fi
if [ ! -d "$basedir/import/apache-ant-1.10.5" ]; then
wget https://www-us.apache.org/dist/ant/binaries/apache-ant-1.10.5-bin.tar.gz
tar zxvf apache-ant-1.10.5-bin.tar.gz
if [ ! -d "$basedir/import/apache-ant-1.10.7" ]; then
wget https://www-us.apache.org/dist//ant/binaries/apache-ant-1.10.7-bin.tar.gz
tar zxvf apache-ant-1.10.7-bin.tar.gz
fi
if [ ! -d "$basedir/import/commons-compress-1.18" ]; then

Loading…
Cancel
Save