Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Schindl2011-03-30 18:44:43 +0000
committerThomas Schindl2011-03-30 18:44:43 +0000
commitf3cb0324c52417b18c06e1457f94599c63890dc0 (patch)
treeb34d1b468bdf0f87360fd8ecbd915caa3cd84f9b
parent30039af9c59b82eacd3a94419a5268183b8e9878 (diff)
downloadorg.eclipse.e4.tools-f3cb0324c52417b18c06e1457f94599c63890dc0.tar.gz
org.eclipse.e4.tools-f3cb0324c52417b18c06e1457f94599c63890dc0.tar.xz
org.eclipse.e4.tools-f3cb0324c52417b18c06e1457f94599c63890dc0.zip
Bug 341412 - [ModelTooling] Path construction for Contribution in <default-package> is wrong
-rw-r--r--bundles/org.eclipse.e4.tools.emf.editor3x/src/org/eclipse/e4/tools/emf/editor3x/PDEClassContributionProvider.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/bundles/org.eclipse.e4.tools.emf.editor3x/src/org/eclipse/e4/tools/emf/editor3x/PDEClassContributionProvider.java b/bundles/org.eclipse.e4.tools.emf.editor3x/src/org/eclipse/e4/tools/emf/editor3x/PDEClassContributionProvider.java
index 0fb63750..7ae0019c 100644
--- a/bundles/org.eclipse.e4.tools.emf.editor3x/src/org/eclipse/e4/tools/emf/editor3x/PDEClassContributionProvider.java
+++ b/bundles/org.eclipse.e4.tools.emf.editor3x/src/org/eclipse/e4/tools/emf/editor3x/PDEClassContributionProvider.java
@@ -36,8 +36,6 @@ public class PDEClassContributionProvider implements IClassContributionProvider
@SuppressWarnings("restriction")
public void findContribution(final Filter filter, final ContributionResultHandler handler) {
- System.err.println("Searching for: " + filter.namePattern);
-
IJavaSearchScope scope = PDEJavaHelper.getSearchScope(filter.project);
char[] packageName = null;

Back to the top