[eclipse-wtp] 06/08: Don't use org.eclipse.equinox.bidi bundle

Jakub Adam xhaakon-guest at moszumanska.debian.org
Thu Jul 10 17:46:41 UTC 2014


This is an automated email from the git hooks/post-receive script.

xhaakon-guest pushed a commit to branch master
in repository eclipse-wtp.

commit 36466903fcd45cfc2f505be5af1fb69274ca832c
Author: Jakub Adam <jakub.adam at ktknet.cz>
Date:   Thu Jul 10 17:03:42 2014 +0200

    Don't use org.eclipse.equinox.bidi bundle
---
 .../dont-use-org.eclipse.equinox.bidi.patch        | 54 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 2 files changed, 55 insertions(+)

diff --git a/debian/patches/dont-use-org.eclipse.equinox.bidi.patch b/debian/patches/dont-use-org.eclipse.equinox.bidi.patch
new file mode 100644
index 0000000..1c991a3
--- /dev/null
+++ b/debian/patches/dont-use-org.eclipse.equinox.bidi.patch
@@ -0,0 +1,54 @@
+From: Jakub Adam <jakub.adam at ktknet.cz>
+Date: Thu, 10 Jul 2014 17:02:06 +0200
+Subject: dont-use-org.eclipse.equinox.bidi
+
+---
+ org.eclipse.wst.common.frameworks.ui/META-INF/MANIFEST.MF             | 3 +--
+ .../eclipse/wst/common/frameworks/internal/ui/NewProjectGroup.java    | 4 ----
+ 2 files changed, 1 insertion(+), 6 deletions(-)
+
+diff --git a/org.eclipse.wst.common.frameworks.ui/META-INF/MANIFEST.MF b/org.eclipse.wst.common.frameworks.ui/META-INF/MANIFEST.MF
+index f644850..01dfa2e 100644
+--- a/org.eclipse.wst.common.frameworks.ui/META-INF/MANIFEST.MF
++++ b/org.eclipse.wst.common.frameworks.ui/META-INF/MANIFEST.MF
+@@ -18,7 +18,6 @@ Require-Bundle: org.eclipse.ui.ide;bundle-version="[3.4.0,4.0.0)",
+  org.eclipse.core.runtime;bundle-version="[3.4.0,4.0.0)",
+  org.eclipse.wst.common.environment;bundle-version="[1.0.200,2.0.0)",
+  org.eclipse.wst.common.core;bundle-version="[1.2.0,2.0.0)",
+- org.eclipse.core.expressions;bundle-version="[3.4.100,4.0.0)",
+- org.eclipse.equinox.bidi;bundle-version="[0.10.0,2.0.0)"
++ org.eclipse.core.expressions;bundle-version="[3.4.100,4.0.0)"
+ Eclipse-LazyStart: true
+ Bundle-RequiredExecutionEnvironment: J2SE-1.5
+diff --git a/org.eclipse.wst.common.frameworks.ui/wtp_ui/org/eclipse/wst/common/frameworks/internal/ui/NewProjectGroup.java b/org.eclipse.wst.common.frameworks.ui/wtp_ui/org/eclipse/wst/common/frameworks/internal/ui/NewProjectGroup.java
+index 6674865..e2e8080 100644
+--- a/org.eclipse.wst.common.frameworks.ui/wtp_ui/org/eclipse/wst/common/frameworks/internal/ui/NewProjectGroup.java
++++ b/org.eclipse.wst.common.frameworks.ui/wtp_ui/org/eclipse/wst/common/frameworks/internal/ui/NewProjectGroup.java
+@@ -13,11 +13,9 @@ package org.eclipse.wst.common.frameworks.internal.ui;
+ import java.io.File;
+ 
+ import org.eclipse.core.runtime.Path;
+-import org.eclipse.equinox.bidi.StructuredTextTypeHandlerFactory;
+ import org.eclipse.jface.dialogs.IDialogConstants;
+ import org.eclipse.jface.dialogs.Dialog;
+ import org.eclipse.jface.layout.GridDataFactory;
+-import org.eclipse.jface.util.BidiUtils;
+ import org.eclipse.swt.SWT;
+ import org.eclipse.swt.events.ModifyEvent;
+ import org.eclipse.swt.events.ModifyListener;
+@@ -91,7 +89,6 @@ public class NewProjectGroup implements IProjectCreationPropertiesNew{
+ 		data.widthHint = SIZING_TEXT_FIELD_WIDTH;
+ 		projectNameField.setLayoutData(data);
+ 		projectNameField.setFont(font);
+-		BidiUtils.applyBidiProcessing(projectNameField, BidiUtils.BTD_DEFAULT);
+ 		synchHelper.synchText(projectNameField, PROJECT_NAME, new Control[]{projectLabel});
+ 	}
+ 
+@@ -135,7 +132,6 @@ public class NewProjectGroup implements IProjectCreationPropertiesNew{
+ 		data.widthHint = SIZING_TEXT_FIELD_WIDTH;
+ 		locationPathField.setLayoutData(data);
+ 		locationPathField.setFont(font);
+-		BidiUtils.applyBidiProcessing(locationPathField, StructuredTextTypeHandlerFactory.FILE);
+ 
+ 		// browse button
+ 		browseButton = new Button(projectGroup, SWT.PUSH);
diff --git a/debian/patches/series b/debian/patches/series
index 60e1d61..fe98ae8 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -9,3 +9,4 @@ regenerate-js-parser-resources.patch
 use-xslt-xsd-from-system-location.patch
 rhino-1.7R4-compatibility.patch
 genmodel-customizations.patch
+dont-use-org.eclipse.equinox.bidi.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/eclipse-wtp.git



More information about the pkg-java-commits mailing list