summaryrefslogtreecommitdiff
path: root/java/eclipse/files/patch-plugins-org.eclipse.swt.gtk.freebsd.x86-build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'java/eclipse/files/patch-plugins-org.eclipse.swt.gtk.freebsd.x86-build.xml')
-rw-r--r--java/eclipse/files/patch-plugins-org.eclipse.swt.gtk.freebsd.x86-build.xml18
1 files changed, 0 insertions, 18 deletions
diff --git a/java/eclipse/files/patch-plugins-org.eclipse.swt.gtk.freebsd.x86-build.xml b/java/eclipse/files/patch-plugins-org.eclipse.swt.gtk.freebsd.x86-build.xml
deleted file mode 100644
index ea06bfb55a03..000000000000
--- a/java/eclipse/files/patch-plugins-org.eclipse.swt.gtk.freebsd.x86-build.xml
+++ /dev/null
@@ -1,18 +0,0 @@
---- plugins/org.eclipse.swt.gtk.freebsd.x86/build.xml.orig 2009-02-15 09:49:28.812369523 -0500
-+++ plugins/org.eclipse.swt.gtk.freebsd.x86/build.xml 2009-02-15 09:59:58.545568057 -0500
-@@ -149,13 +149,14 @@
- <fileset dir="${plugindir}/Eclipse SWT Mozilla/common/library"/>
- <fileset dir="${plugindir}/Eclipse SWT OpenGL/glx/library"/>
- <fileset dir="${plugindir}/Eclipse SWT PI/cairo/library"/>
-+ <fileset dir="${plugindir}/Eclipse SWT PI/common/library"/>
- <fileset dir="${plugindir}/Eclipse SWT PI/gtk/library"/>
- <fileset dir="${plugindir}/Eclipse SWT Program/cde/library"/>
- <fileset dir="${plugindir}/Eclipse SWT Program/gnome/library"/>
- </copy>
- </target>
-
-- <target name="build.jnilibs" depends="build.cfiles">
-+ <target name="build.nativeLibraries" depends="build.cfiles">
- <exec dir="${build.result.folder}/library" executable="sh">
- <env key="OUTPUT_DIR" value="${build.result.folder}"/>
- <arg line="${build.result.folder}/library/build.sh"/>