Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bundles/org.eclipse.e4.tools/src/org/eclipse/e4/internal/tools/wizards/project/E4NewProjectWizard.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/bundles/org.eclipse.e4.tools/src/org/eclipse/e4/internal/tools/wizards/project/E4NewProjectWizard.java b/bundles/org.eclipse.e4.tools/src/org/eclipse/e4/internal/tools/wizards/project/E4NewProjectWizard.java
index 1fce85eb..f1288fc5 100644
--- a/bundles/org.eclipse.e4.tools/src/org/eclipse/e4/internal/tools/wizards/project/E4NewProjectWizard.java
+++ b/bundles/org.eclipse.e4.tools/src/org/eclipse/e4/internal/tools/wizards/project/E4NewProjectWizard.java
@@ -160,7 +160,6 @@ public class E4NewProjectWizard extends NewPluginProjectWizard {
IPluginBase pluginBase = model.getPluginBase();
String[] dependencyId = new String[] {
"javax.inject",
- "org.eclipse.core.resources",
"org.eclipse.core.runtime",
"org.eclipse.swt",
"org.eclipse.core.databinding",

Back to the top