• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revisión668c8917d9db6bf457e72f84df29a226e212879d (tree)
Tiempo2021-12-22 14:49:48
Autormatsuand <30614168+matsuand@user...>
Commitermatsuand

Log Message

[BLFS] Update apache-ant-1.10.12.

Cambiar Resumen

Diferencia incremental

--- a/BLFS/apache-ant.sh
+++ b/BLFS/apache-ant.sh
@@ -3,9 +3,7 @@
33 . ./_blfsset.sh
44
55 APPNAME=apache-ant
6-VER=1.10.9
7-JUNITVER=4.11
8-HAMCRESTVER=1.3
6+VER=1.10.12
97 TARGET=$APPNAME-$VER
108 TARGETBALL=$DLD/${TARGET}-src.tar.xz
119 TARGETDIR=$TARGET
@@ -26,8 +24,6 @@ TimeStart
2624
2725 cd $TARGETDIR
2826
29-sed -i 's/--add-modules java.activation/-html4/' build.xml
30-
3127 echo Bootstrapping...
3228 ./bootstrap.sh \
3329 1> $LOG/$TARGET.0_bootstrap.log 2>&1 || exit 1