Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpfullbright2009-01-29 00:02:11 +0000
committerpfullbright2009-01-29 00:02:11 +0000
commit009834095f222995ebf4fb51713f7c9e8677b998 (patch)
tree6856cef21cf9101b365f57d47af594d1c22ccd6d /jpa/plugins/org.eclipse.jpt.ui/META-INF/MANIFEST.MF
parentdb2996076008f95c87a8f3409b16f1135c4d2e83 (diff)
downloadwebtools.dali-009834095f222995ebf4fb51713f7c9e8677b998.tar.gz
webtools.dali-009834095f222995ebf4fb51713f7c9e8677b998.tar.xz
webtools.dali-009834095f222995ebf4fb51713f7c9e8677b998.zip
Library provider integration
Diffstat (limited to 'jpa/plugins/org.eclipse.jpt.ui/META-INF/MANIFEST.MF')
-rw-r--r--jpa/plugins/org.eclipse.jpt.ui/META-INF/MANIFEST.MF6
1 files changed, 4 insertions, 2 deletions
diff --git a/jpa/plugins/org.eclipse.jpt.ui/META-INF/MANIFEST.MF b/jpa/plugins/org.eclipse.jpt.ui/META-INF/MANIFEST.MF
index 83204f5453..c317f00849 100644
--- a/jpa/plugins/org.eclipse.jpt.ui/META-INF/MANIFEST.MF
+++ b/jpa/plugins/org.eclipse.jpt.ui/META-INF/MANIFEST.MF
@@ -24,16 +24,18 @@ Require-Bundle: org.eclipse.core.expressions;bundle-version="[3.4.0,4.0.0)",
org.eclipse.jpt.gen;bundle-version="[1.1.0,2.0.0)",
org.eclipse.jpt.utility;bundle-version="[1.2.0,2.0.0)",
org.eclipse.jst.common.annotations.controller;bundle-version="[1.1.100,1.2.0)",
+ org.eclipse.jst.common.project.facet.core;bundle-version="[1.3.100,2.0.0)",
+ org.eclipse.jst.common.project.facet.ui;bundle-version="[1.3.100,2.0.0)",
org.eclipse.jst.j2ee;bundle-version="[1.1.200,1.2.0)",
org.eclipse.jst.j2ee.ui;bundle-version="[1.1.200,2.0.0)",
org.eclipse.ui.editors;bundle-version="[3.4.0,4.0.0)",
org.eclipse.ui.ide;bundle-version="[3.4.0,4.0.0)",
org.eclipse.ui.views.properties.tabbed;bundle-version="[3.4.0,4.0.0)",
org.eclipse.ui.navigator;bundle-version="[3.3.100,4.0.0)",
- org.eclipse.ui.navigator.resources;bundle-version="3.3.100",
+ org.eclipse.ui.navigator.resources;bundle-version="[3.3.100,4.0.0)",
org.eclipse.ui.workbench.texteditor;bundle-version="[3.4.0,4.0.0)",
org.eclipse.wst.common.emf;bundle-version="[1.1.200,2.0.0)",
- org.eclipse.wst.common.emfworkbench.integration;bundle-version="[1.1.202, 1.2.0)",
+ org.eclipse.wst.common.emfworkbench.integration;bundle-version="[1.1.202,1.2.0)",
org.eclipse.wst.common.frameworks;bundle-version="[1.1.200,1.2.0)",
org.eclipse.wst.common.frameworks.ui;bundle-version="[1.1.200,1.2.0)",
org.eclipse.wst.common.modulecore;bundle-version="[1.1.200,2.0.0)",

Back to the top