summaryrefslogtreecommitdiff
path: root/java/eclipse/files/patch-eclipse.pde.ui
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2019-04-14 09:14:32 +0000
committerKurt Jaeger <pi@FreeBSD.org>2019-04-14 09:14:32 +0000
commit765525b60a7094d21911f9cf3bca389d03aca79f (patch)
treefed51259f984e2e19a3483723393a0b30bdace58 /java/eclipse/files/patch-eclipse.pde.ui
parentnet/radvd: Update to 2.18 (diff)
java/eclipse: update 4.6 -> 4.11, submitter becomes maintainer
- port is rewritten from scratch - Warning: UI widgets are oddly sized, currently under investigation PR: 236792 Submitted by: Jonathan Chen <jonc@chen.org.nz> Reviewed by: mizhka@gmail.com, Curtis Hamilton Approved by: ljboiler@gmail.com (maintainer timeout) Relnotes: https://www.eclipse.org/eclipseide/2019-03/noteworthy/
Diffstat (limited to 'java/eclipse/files/patch-eclipse.pde.ui')
-rw-r--r--java/eclipse/files/patch-eclipse.pde.ui14
1 files changed, 14 insertions, 0 deletions
diff --git a/java/eclipse/files/patch-eclipse.pde.ui b/java/eclipse/files/patch-eclipse.pde.ui
new file mode 100644
index 000000000000..4b014c61cb48
--- /dev/null
+++ b/java/eclipse/files/patch-eclipse.pde.ui
@@ -0,0 +1,14 @@
+diff -ru eclipse.pde.ui/ui/org.eclipse.pde.ui.templates/templates_3.5/E4Application/$pluginId$.product eclipse.pde.ui/ui/org.eclipse.pde.ui.templates/templates_3.5/E4Application/$pluginId$.product
+--- eclipse.pde.ui/ui/org.eclipse.pde.ui.templates/templates_3.5/E4Application/$pluginId$.product 0000-00-00 00:00:00.000000000 +0000
++++ eclipse.pde.ui/ui/org.eclipse.pde.ui.templates/templates_3.5/E4Application/$pluginId$.product 0000-00-00 00:00:00.000000000 +0000
+@@ -80,8 +80,8 @@
+ <plugin id="org.eclipse.osgi.util"/>
+ <plugin id="org.eclipse.swt"/>
+ <plugin id="org.eclipse.swt.cocoa.macosx.x86_64" fragment="true"/>
+- <plugin id="org.eclipse.swt.gtk.linux.ppc64" fragment="true"/>
+- <plugin id="org.eclipse.swt.gtk.linux.x86_64" fragment="true"/>
++ <plugin id="org.eclipse.swt.gtk.freebsd.powerpc64" fragment="true"/>
++ <plugin id="org.eclipse.swt.gtk.freebsd.amd64" fragment="true"/>
+ <plugin id="org.eclipse.swt.win32.win32.x86_64" fragment="true"/>
+ <plugin id="org.w3c.css.sac"/>
+ <plugin id="org.w3c.dom.events"/>