This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch experimental in repository eclipse-pydev.
commit a833a44cea799aa1355ff5e783b29e7552be03fd Author: Markus Koschany <[email protected]> Date: Thu Feb 26 22:06:20 2015 +0100 Drop no-e4.patch. --- debian/patches/no-e4.patch | 41 ----------------------------------------- debian/patches/series | 1 - 2 files changed, 42 deletions(-) diff --git a/debian/patches/no-e4.patch b/debian/patches/no-e4.patch deleted file mode 100644 index 7769af5..0000000 --- a/debian/patches/no-e4.patch +++ /dev/null @@ -1,41 +0,0 @@ -From: Jakub Adam <[email protected]> -Date: Thu, 21 Nov 2013 17:06:05 +0100 -Subject: no-e4 - ---- - .../src/org/python/pydev/shared_ui/SharedUiPlugin.java | 15 --------------- - 1 file changed, 15 deletions(-) - -diff --git a/plugins/org.python.pydev.shared_ui/src/org/python/pydev/shared_ui/SharedUiPlugin.java b/plugins/org.python.pydev.shared_ui/src/org/python/pydev/shared_ui/SharedUiPlugin.java -index b07253e..30f5468 100644 ---- a/plugins/org.python.pydev.shared_ui/src/org/python/pydev/shared_ui/SharedUiPlugin.java -+++ b/plugins/org.python.pydev.shared_ui/src/org/python/pydev/shared_ui/SharedUiPlugin.java -@@ -8,8 +8,6 @@ package org.python.pydev.shared_ui; - - import java.lang.reflect.Field; - --import org.eclipse.e4.ui.css.swt.theme.IThemeEngine; --import org.eclipse.e4.ui.services.IStylingEngine; - import org.eclipse.jface.resource.ImageDescriptor; - import org.eclipse.swt.graphics.Color; - import org.eclipse.swt.widgets.Control; -@@ -103,19 +101,6 @@ public class SharedUiPlugin extends AbstractUIPlugin { - - @SuppressWarnings("restriction") - public static void setCssId(Object control, String id, boolean applyToChildren) { -- try { -- IStylingEngine engine = (IStylingEngine) UIUtils.getActiveWorkbenchWindow(). -- getService(IStylingEngine.class); -- if (engine != null) { -- engine.setId(control, id); -- IThemeEngine themeEngine = (IThemeEngine) Display.getDefault().getData( -- "org.eclipse.e4.ui.css.swt.theme"); -- themeEngine.applyStyles(control, applyToChildren); -- } -- } catch (Throwable e) { -- //Ignore: older versions of Eclipse won't have it! -- // e.printStackTrace(); -- } - } - - public static void fixSelectionStatusDialogStatusLineColor(Object dialog, Color color) { diff --git a/debian/patches/series b/debian/patches/series index 0bffda1..2f1b423 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,5 +1,4 @@ remove-windows-specific-code.patch -no-e4.patch remove-winp-usage.patch fix-attach-so-path.patch fix-proc-read-linux-3.17.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/eclipse-pydev.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

