Ignore:
Timestamp:
07/17/2013 02:09:25 PM (11 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
32d4980
Parents:
5b24455
Message:

Update to apache-ant-1.9.2

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@11446 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/java.xml

    r5b24455 rdebb88bf  
    77  <!ENTITY anduin-download             "http://anduin.linuxfromscratch.org/files/BLFS/OpenJDK-&openjdk-version;">
    88  <!ENTITY openjdk-download-binary-x86 "&anduin-download;/OpenJDK-&openjdk-version;-i686-bin.tar.xz">
    9   <!ENTITY openjdk-bin-md5sum-x86      "099f50edbd6b0f83b746c907032d5c">
     9  <!ENTITY openjdk-bin-md5sum-x86      "5a099f50edbd6b0f83b746c907032d5c">
    1010  <!ENTITY openjdk-bin-size-x86        "163 MB">
    11   <!ENTITY openjdk-bin-buildsize-x86   "464 MB">
     11  <!ENTITY openjdk-bin-buildsize-x86   "499 MB">
    1212
    1313  <!ENTITY openjdk-download-binary-x64 "&anduin-download;/OpenJDK-&openjdk-version;-x86_64-bin.tar.xz">
    1414  <!ENTITY openjdk-bin-md5sum-x64      "506ca98b2f4064c350ee08ab8f8f5416">
    1515  <!ENTITY openjdk-bin-size-x64        "146 MB">
    16   <!ENTITY openjdk-bin-buildsize-x64   "358 MB">
     16  <!ENTITY openjdk-bin-buildsize-x64   "421 MB">
    1717
    1818]>
     
    6060
    6161  <para>The JVM can search for and use classes in jar files automatically.  It
    62   uses the <envar>CLASSPATH</envar> envronment variable to search for jar files.
    63   This a a standard list of colon-separated directory namesi similar to
    64   the <envar>PATH</envar> envronment variable.</para>
     62  uses the <envar>CLASSPATH</envar> environment variable to search for jar files.
     63  This is a standard list of colon-separated directory names similar to
     64  the <envar>PATH</envar> environment variable.</para>
    6565 
    6666  &lfs73_checked;
    6767
    68   <sect2 id="java-bin">
     68  <sect2 id="java-bin" xreflabel="Java Binary">
    6969    <title>Installing a binary JDK</title>
    7070
     
    113113 
    114114    <para>Begin by extracting the appropriate binary tarball for your
    115     architeciture and changing to the extracted directory. Install the binary
     115    architecture and changing to the extracted directory. Install the binary
    116116    <application>OpenJDK</application> with the following commands as the
    117117    <systemitem class="username">root</systemitem> user:</para>
Note: See TracChangeset for help on using the changeset viewer.