diff --git a/plugins/org.eclipse.wst.common.snippets/META-INF/MANIFEST.MF b/plugins/org.eclipse.wst.common.snippets/META-INF/MANIFEST.MF index b67623bd0..b73e02b48 100644 --- a/plugins/org.eclipse.wst.common.snippets/META-INF/MANIFEST.MF +++ b/plugins/org.eclipse.wst.common.snippets/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: %Snippets_View.name Bundle-SymbolicName: org.eclipse.wst.common.snippets; singleton:=true Automatic-Module-Name: org.eclipse.wst.common.snippets -Bundle-Version: 1.3.200.qualifier +Bundle-Version: 1.3.300.qualifier Bundle-Activator: org.eclipse.wst.common.snippets.internal.SnippetsPlugin Bundle-Vendor: %providerName Bundle-Localization: plugin @@ -19,6 +19,7 @@ Export-Package: org.eclipse.wst.common.snippets.core, org.eclipse.wst.common.snippets.internal.util;x-internal:=true, org.eclipse.wst.common.snippets.ui Require-Bundle: org.eclipse.gef;bundle-version="[3.10.0,6.0.0)", + org.eclipse.jface;bundle-version="[3.33.0,4.0.0)", org.eclipse.ui.ide;bundle-version="[3.12.0,4.0.0)", org.eclipse.ui.workbench.texteditor;bundle-version="[3.10.0,4.0.0)", org.eclipse.ui;bundle-version="[3.107.0,4.0.0)", diff --git a/plugins/org.eclipse.wst.common.snippets/pom.xml b/plugins/org.eclipse.wst.common.snippets/pom.xml index 40fbc89ef..4a97c76b7 100644 --- a/plugins/org.eclipse.wst.common.snippets/pom.xml +++ b/plugins/org.eclipse.wst.common.snippets/pom.xml @@ -1,6 +1,6 @@