Ignore:
Timestamp:
02/07/2017 03:18:19 PM (7 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
23d3b894
Parents:
21007b1b
Message:
  • apache-ant-1.10.1
  • fix ownership of installed files in fop (change "cp -a" to "cp -R")

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/apache-ant.xml

    r21007b1b r2612183a  
    55  %general-entities;
    66
    7   <!ENTITY apache-ant-download-http "https://archive.apache.org/dist/ant/source/apache-ant-&apache-ant-version;-src.tar.bz2">
     7  <!ENTITY apache-ant-download-http "https://archive.apache.org/dist/ant/source/apache-ant-&apache-ant-version;-src.tar.xz">
    88  <!ENTITY apache-ant-download-ftp  " ">
    9   <!ENTITY apache-ant-md5sum        "0a55520f578a4d0990965bee49674247">
    10   <!ENTITY apache-ant-size          "3.7 MB">
    11   <!ENTITY apache-ant-buildsize     "115 MB">
    12   <!ENTITY apache-ant-time          "0.3 SBU">
     9  <!ENTITY apache-ant-md5sum        "ebecbe7488c624b06bc6a264a3a7c4ec">
     10  <!ENTITY apache-ant-size          "3.4 MB">
     11  <!ENTITY apache-ant-buildsize     "121 MB">
     12  <!ENTITY apache-ant-time          "0.3 SBU (with a JVM using 4 cores)">
    1313]>
    1414
     
    143143
    144144    <para><command>cp -v ... lib/optional</command>:
    145     This command copies the JUnit and hamcrest jar files into the directory where
    146     Apache Ant will look for them.</para>
     145    This command copies the JUnit and hamcrest jar files into the directory
     146    where Apache Ant will look for them.</para>
    147147
    148148    <para><command>./build.sh -Ddist.dir=/opt/ant-&apache-ant-version;
Note: See TracChangeset for help on using the changeset viewer.