summaryrefslogtreecommitdiff
path: root/java/eclipse/files/patch-plugins-swt-gtk-build
diff options
context:
space:
mode:
Diffstat (limited to 'java/eclipse/files/patch-plugins-swt-gtk-build')
-rw-r--r--java/eclipse/files/patch-plugins-swt-gtk-build18
1 files changed, 0 insertions, 18 deletions
diff --git a/java/eclipse/files/patch-plugins-swt-gtk-build b/java/eclipse/files/patch-plugins-swt-gtk-build
deleted file mode 100644
index 8fb309c988ff..000000000000
--- a/java/eclipse/files/patch-plugins-swt-gtk-build
+++ /dev/null
@@ -1,18 +0,0 @@
---- plugins/org.eclipse.swt.gtk/build.xml.orig Wed Apr 21 00:24:26 2004
-+++ plugins/org.eclipse.swt.gtk/build.xml Wed Apr 21 00:24:39 2004
-@@ -10,7 +10,7 @@
- <property name="build.result.folder" value="${basedir}"/>
- <property name="plugindir" value="../org.eclipse.swt"/>
- <property name="destination" value="${basedir}"/>
-- <property name="os" value="linux"/>
-+ <property name="os" value="${os}"/>
- <property name="ws" value="gtk"/>
- <property name="arch" value="x86"/>
- <property name="bootclasspath" value=""/>
-@@ -291,4 +291,4 @@
- <delete dir="${temp.folder}"/>
- </target>
-
--</project>
-\ No newline at end of file
-+</project>