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

Collapse All | Expand All

(-)toolsrc/build-orig.xml (+1 lines)
Lines 20-25 Link Here
20
    <!-- Download source from Sun's site, unzip it, remove
20
    <!-- Download source from Sun's site, unzip it, remove
21
         the files we don't need, and change the package
21
         the files we don't need, and change the package
22
    -->
22
    -->
23
    <setproxy proxyhost="${proxy.host}" proxyport="${proxy.port}" />
23
    <get src="http://java.sun.com/products/jfc/tsc/articles/treetable2/downloads/src.zip" dest="${nest}/${build.dir}/swingExSrc.zip"/>
24
    <get src="http://java.sun.com/products/jfc/tsc/articles/treetable2/downloads/src.zip" dest="${nest}/${build.dir}/swingExSrc.zip"/>
24
    <unzip src="${nest}/${build.dir}/swingExSrc.zip" dest="${src.debugger}"/>
25
    <unzip src="${nest}/${build.dir}/swingExSrc.zip" dest="${src.debugger}"/>
25
    <delete file="${src.debugger}/FileSystemModel2.java" />
26
    <delete file="${src.debugger}/FileSystemModel2.java" />

Return to bug 46582