diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2008-10-12 15:46:15 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2008-10-12 15:46:15 +0000 |
commit | 25948c086f494ed717762af91fc654741804e88c (patch) | |
tree | fc0c9fe7ac985766d36b820e43e391e3b6d342a3 /java/eclipse-devel/files/patch-plugins-org.eclipse.swt.gtk.freebsd.amd64.source-META-INF-MANIFEST.MF | |
parent | - update to 3.11 (diff) |
. Update to 3.4.1
. Fix support for xulrunner as the WITH_GECKO option. [1]
. Remove mozilla as a WITH_GECKO option.
PR: 127353 [1]
Submitted by: Stephane Potvin (maintainer)
Notes
Notes:
svn path=/head/; revision=221497
Diffstat (limited to 'java/eclipse-devel/files/patch-plugins-org.eclipse.swt.gtk.freebsd.amd64.source-META-INF-MANIFEST.MF')
-rw-r--r-- | java/eclipse-devel/files/patch-plugins-org.eclipse.swt.gtk.freebsd.amd64.source-META-INF-MANIFEST.MF | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/java/eclipse-devel/files/patch-plugins-org.eclipse.swt.gtk.freebsd.amd64.source-META-INF-MANIFEST.MF b/java/eclipse-devel/files/patch-plugins-org.eclipse.swt.gtk.freebsd.amd64.source-META-INF-MANIFEST.MF index 7175726bd2b0..d7c5f8c8909e 100644 --- a/java/eclipse-devel/files/patch-plugins-org.eclipse.swt.gtk.freebsd.amd64.source-META-INF-MANIFEST.MF +++ b/java/eclipse-devel/files/patch-plugins-org.eclipse.swt.gtk.freebsd.amd64.source-META-INF-MANIFEST.MF @@ -1,5 +1,5 @@ ---- plugins/org.eclipse.swt.gtk.freebsd.amd64.source/META-INF/MANIFEST.MF.orig 2008-08-09 16:48:52.839706184 -0400 -+++ plugins/org.eclipse.swt.gtk.freebsd.amd64.source/META-INF/MANIFEST.MF 2008-08-09 16:49:24.369835991 -0400 +--- plugins/org.eclipse.swt.gtk.freebsd.amd64.source/META-INF/MANIFEST.MF.orig 2008-09-25 20:44:00.000000000 -0400 ++++ plugins/org.eclipse.swt.gtk.freebsd.amd64.source/META-INF/MANIFEST.MF 2008-09-25 20:46:29.000000000 -0400 @@ -6,7 +6,6 @@ Bundle-ManifestVersion: 2
Bundle-Localization: fragment
@@ -7,5 +7,5 @@ -Eclipse-PlatformFilter: (& (osgi.ws=gtk) (osgi.os=freebsd) (osgi.arch=x8
- 6_64))
+Eclipse-PlatformFilter: (& (osgi.ws=gtk) (osgi.os=freebsd) (osgi.arch=amd64))
- Bundle-Version: 3.4.0.v3448f
+ Bundle-Version: 3.4.1.v3449c
|