Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 94190 | Differences between
and this patch

Collapse All | Expand All

(-)build.xml.old (-3 lines)
Lines 19-32 Link Here
19
            <!-- LFI #2106 for all: -->
19
            <!-- LFI #2106 for all: -->
20
            <binary clear="ant-api-1.6.2.zip" scrambled="ant-api-1.6.2.zip.scrambled" license="${extnl}/apache-license-2.0.txt"/>
20
            <binary clear="ant-api-1.6.2.zip" scrambled="ant-api-1.6.2.zip.scrambled" license="${extnl}/apache-license-2.0.txt"/>
21
            <binary clear="ant-docs-1.6.2.zip" scrambled="ant-docs-1.6.2.zip.scrambled" license="${extnl}/apache-license-2.0.txt"/>
21
            <binary clear="ant-docs-1.6.2.zip" scrambled="ant-docs-1.6.2.zip.scrambled" license="${extnl}/apache-license-2.0.txt"/>
22
            <binary clear="ant-libs-1.6.2.zip" scrambled="ant-libs-1.6.2.zip.scrambled" license="${extnl}/apache-license-2.0.txt"/>
23
            <binary clear="ant-misc-1.6.2.zip" scrambled="ant-misc-1.6.2.zip.scrambled" license="${extnl}/apache-license-2.0.txt"/>
22
            <binary clear="ant-misc-1.6.2.zip" scrambled="ant-misc-1.6.2.zip.scrambled" license="${extnl}/apache-license-2.0.txt"/>
24
            <!-- No LFIs; simple patches against Apache Ant sources; cf. http://issues.apache.org/bugzilla/show_bug.cgi?id=<number> -->
23
            <!-- No LFIs; simple patches against Apache Ant sources; cf. http://issues.apache.org/bugzilla/show_bug.cgi?id=<number> -->
25
            <binary clear="24918.jar" scrambled="24918.jar.scrambled" license="${extnl}/apache-license-2.0.txt"/>
24
            <binary clear="24918.jar" scrambled="24918.jar.scrambled" license="${extnl}/apache-license-2.0.txt"/>
26
            <binary clear="31928.jar" scrambled="31928.jar.scrambled" license="${extnl}/apache-license-2.0.txt"/>
25
            <binary clear="31928.jar" scrambled="31928.jar.scrambled" license="${extnl}/apache-license-2.0.txt"/>
27
        </unscramble>
26
        </unscramble>
28
        <mkdir dir="lib"/>
29
        <unzip src="ant-libs-1.6.2.zip" dest="lib"/>
30
    </target>
27
    </target>
31
    <target name="scramble">
28
    <target name="scramble">
32
        <taskdef name="scramble" classname="org.netbeans.nbbuild.Scramble" classpath="${extnl}/scrambler.jar"/>
29
        <taskdef name="scramble" classname="org.netbeans.nbbuild.Scramble" classpath="${extnl}/scrambler.jar"/>

Return to bug 94190