diff options
Diffstat (limited to 'dev-java/rhino/files/00_dont-fetch-swing-ex.patch')
-rw-r--r-- | dev-java/rhino/files/00_dont-fetch-swing-ex.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/dev-java/rhino/files/00_dont-fetch-swing-ex.patch b/dev-java/rhino/files/00_dont-fetch-swing-ex.patch new file mode 100644 index 000000000000..994975149dd0 --- /dev/null +++ b/dev-java/rhino/files/00_dont-fetch-swing-ex.patch @@ -0,0 +1,10 @@ +--- 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" />
|