You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-java/rhino/files/00_dont-fetch-swing-ex.patch

11 lines
604 B

--- toolsrc/build.xml 2004-03-25 15:54:34.000000000 +0100
+++ toolsrc/build-patch.xml 2004-06-19 23:48:07.225123288 +0200
@@ -20,7 +20,6 @@
<!-- Download source from Sun's site, unzip it, remove
the files we don't need, and change the package
-->
- <get src="http://java.sun.com/products/jfc/tsc/articles/treetable2/downloads/src.zip" dest="${nest}/${build.dir}/swingExSrc.zip"/>
<unzip src="${nest}/${build.dir}/swingExSrc.zip" dest="${src.debugger}"/>
<delete file="${src.debugger}/FileSystemModel2.java" />
<delete file="${src.debugger}/MergeSort.java" />