diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2008-09-06 19:31:51 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2008-09-06 19:31:51 +0000 |
commit | 206bef988c5dfb8ec07f72ed820c48398643329f (patch) | |
tree | 4b7724aaf93cce6ea63fa0c79900620264746c8a /java/eclipse-devel/files/patch-features-rcp-feature.xml | |
parent | . Update to Eclipse Europa, copied over from eclipse-devel. (diff) |
. Update to Eclipse Ganymede
Submitted by: "Stephane E. Potvin" <sepotvin@videotron.ca>
Notes
Notes:
svn path=/head/; revision=220010
Diffstat (limited to 'java/eclipse-devel/files/patch-features-rcp-feature.xml')
-rw-r--r-- | java/eclipse-devel/files/patch-features-rcp-feature.xml | 56 |
1 files changed, 0 insertions, 56 deletions
diff --git a/java/eclipse-devel/files/patch-features-rcp-feature.xml b/java/eclipse-devel/files/patch-features-rcp-feature.xml deleted file mode 100644 index b86cd7745c14..000000000000 --- a/java/eclipse-devel/files/patch-features-rcp-feature.xml +++ /dev/null @@ -1,56 +0,0 @@ ---- features/org.eclipse.rcp/feature.xml.orig 2007-10-10 20:23:28.000000000 +0900 -+++ features/org.eclipse.rcp/feature.xml 2007-10-10 20:26:39.000000000 +0900 -@@ -199,6 +199,26 @@ - version="0.0.0" - fragment="true" - unpack="false"/> -+ <plugin -+ id="org.eclipse.swt.gtk.freebsd.x86" -+ os="linux" -+ ws="gtk" -+ arch="x86" -+ download-size="0" -+ install-size="0" -+ version="0.0.0" -+ fragment="true" -+ unpack="false"/> -+ <plugin -+ id="org.eclipse.swt.gtk.freebsd.amd64" -+ os="linux" -+ ws="gtk" -+ arch="x86" -+ download-size="0" -+ install-size="0" -+ version="0.0.0" -+ fragment="true" -+ unpack="false"/> - - <plugin - id="org.eclipse.swt.gtk.linux.s390" -@@ -442,6 +462,26 @@ - fragment="true"/> - - <plugin -+ id="org.eclipse.equinox.launcher.gtk.freebsd.x86" -+ os="linux" -+ ws="gtk" -+ arch="x86" -+ download-size="0" -+ install-size="0" -+ version="0.0.0" -+ fragment="true"/> -+ -+ <plugin -+ id="org.eclipse.equinox.launcher.gtk.freebsd.amd64" -+ os="linux" -+ ws="gtk" -+ arch="x86" -+ download-size="0" -+ install-size="0" -+ version="0.0.0" -+ fragment="true"/> -+ -+ <plugin - id="org.eclipse.equinox.launcher.gtk.linux.s390" - os="linux" - ws="gtk" |