summaryrefslogtreecommitdiff
path: root/java/eclipse-devel/files/patch-plugins-swt-gtk64-build.xml
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2005-05-29 03:41:42 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2005-05-29 03:41:42 +0000
commita40f6b4f7752009bd5f5063eb01d1fec681314dd (patch)
treec2a66806360fff9d21229d4111b879eff914dc6c /java/eclipse-devel/files/patch-plugins-swt-gtk64-build.xml
parent- Update to 3.5.8 (including XSS problem fix). (diff)
o Update to 3.1M7. [1]
o Add LATEST_LINK. [2] PR: ports/81076 [1] Submitted by: Alex Varju <freebsd-ports@varju.ca> [1] Pointed out by: krisbot via kris [2] Tested by: java@ [1]
Diffstat (limited to 'java/eclipse-devel/files/patch-plugins-swt-gtk64-build.xml')
-rw-r--r--java/eclipse-devel/files/patch-plugins-swt-gtk64-build.xml15
1 files changed, 0 insertions, 15 deletions
diff --git a/java/eclipse-devel/files/patch-plugins-swt-gtk64-build.xml b/java/eclipse-devel/files/patch-plugins-swt-gtk64-build.xml
deleted file mode 100644
index c5a5da0cfd57..000000000000
--- a/java/eclipse-devel/files/patch-plugins-swt-gtk64-build.xml
+++ /dev/null
@@ -1,15 +0,0 @@
---- plugins/org.eclipse.swt.gtk64/build.xml.orig Fri Apr 1 13:54:42 2005
-+++ plugins/org.eclipse.swt.gtk64/build.xml Mon Apr 4 00:11:23 2005
-@@ -11,9 +11,9 @@
- <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="ws" value="gtk"/>
-- <property name="arch" value="x86_64"/>
-+ <property name="os" value="${os}"/>
-+ <property name="ws" value="${ws}"/>
-+ <property name="arch" value="${arch}"/>
- <property name="bootclasspath" value=""/>
- <property name="toolsplugindir" value="../org.eclipse.swt.tools"/>
- </target>