Author: thomas Date: 2008-12-29 14:37:44 -0700 (Mon, 29 Dec 2008) New Revision: 7687
Modified: trunk/BOOK/general.ent trunk/BOOK/general/sysutils/apache-ant.xml trunk/BOOK/introduction/welcome/changelog.xml Log: Fix download location of Ant Modified: trunk/BOOK/general/sysutils/apache-ant.xml =================================================================== --- trunk/BOOK/general/sysutils/apache-ant.xml 2008-12-29 06:45:33 UTC (rev 7686) +++ trunk/BOOK/general/sysutils/apache-ant.xml 2008-12-29 21:37:44 UTC (rev 7687) @@ -4,7 +4,7 @@ <!ENTITY % general-entities SYSTEM "../../general.ent"> %general-entities; - <!ENTITY apache-ant-download-http "&sources-anduin-http;/a/apache-ant-&apache-ant-version;-src.tar.bz2"> + <!ENTITY apache-ant-download-http "http://www.apache.org/dist/ant/source/apache-ant-&apache-ant-version;-src.tar.bz2"> <!-- <!ENTITY apache-ant-download-ftp "ftp://ftp.oregonstate.edu/pub/apache/ant/source/apache-ant-&apache-ant-version;-src.tar.bz2"> --> <!ENTITY apache-ant-download-ftp " "> <!ENTITY apache-ant-md5sum "0d68db4a1ada5c91bcbf53cefd0c2fd7"> Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2008-12-29 06:45:33 UTC (rev 7686) +++ trunk/BOOK/general.ent 2008-12-29 21:37:44 UTC (rev 7687) @@ -3,7 +3,7 @@ $Date$ --> -<!ENTITY day "28"> <!-- Always 2 digits --> +<!ENTITY day "29"> <!-- Always 2 digits --> <!ENTITY month "12"> <!-- Always 2 digits --> <!ENTITY year "2008"> <!ENTITY copyrightdate "2001-&year;"> Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2008-12-29 06:45:33 UTC (rev 7686) +++ trunk/BOOK/introduction/welcome/changelog.xml 2008-12-29 21:37:44 UTC (rev 7687) @@ -41,6 +41,15 @@ --> <listitem> + <para>December 29th, 2008</para> + <itemizedlist> + <listitem> + <para>[thomas] - Fix download location of Ant</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>December 28th, 2008</para> <itemizedlist> <listitem> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
