Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornitind2005-11-07 06:05:44 +0000
committernitind2005-11-07 06:05:44 +0000
commit63991e0bc7c04f51706ae9c845102d216beed99f (patch)
tree608c67e9d12cce8b374e8ab10187194d2a8a05cf /bundles/org.eclipse.jst.jsp.ui/META-INF/MANIFEST.MF
parent07a1f4b17522fc7c98b790d75af708b7c489675d (diff)
downloadwebtools.sourceediting-63991e0bc7c04f51706ae9c845102d216beed99f.tar.gz
webtools.sourceediting-63991e0bc7c04f51706ae9c845102d216beed99f.tar.xz
webtools.sourceediting-63991e0bc7c04f51706ae9c845102d216beed99f.zip
Move StructuredTextViewerConfigurationJSP and JSPContentOutlineConfiguration into public packages as API
Diffstat (limited to 'bundles/org.eclipse.jst.jsp.ui/META-INF/MANIFEST.MF')
-rw-r--r--bundles/org.eclipse.jst.jsp.ui/META-INF/MANIFEST.MF8
1 files changed, 4 insertions, 4 deletions
diff --git a/bundles/org.eclipse.jst.jsp.ui/META-INF/MANIFEST.MF b/bundles/org.eclipse.jst.jsp.ui/META-INF/MANIFEST.MF
index 1a75583c8e..92002e21a0 100644
--- a/bundles/org.eclipse.jst.jsp.ui/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.jst.jsp.ui/META-INF/MANIFEST.MF
@@ -6,7 +6,8 @@ Bundle-Version: 1.0.0
Bundle-Activator: org.eclipse.jst.jsp.ui.internal.JSPUIPlugin
Bundle-Vendor: %providerName
Bundle-Localization: plugin
-Export-Package: org.eclipse.jst.jsp.ui.internal,
+Export-Package: org.eclipse.jst.jsp.ui,
+ org.eclipse.jst.jsp.ui.internal,
org.eclipse.jst.jsp.ui.internal.autoedit,
org.eclipse.jst.jsp.ui.internal.breakpointproviders,
org.eclipse.jst.jsp.ui.internal.contentassist,
@@ -20,7 +21,6 @@ Export-Package: org.eclipse.jst.jsp.ui.internal,
org.eclipse.jst.jsp.ui.internal.preferences,
org.eclipse.jst.jsp.ui.internal.preferences.ui,
org.eclipse.jst.jsp.ui.internal.projection,
- org.eclipse.jst.jsp.ui.internal.provisional,
org.eclipse.jst.jsp.ui.internal.reconcile,
org.eclipse.jst.jsp.ui.internal.registry,
org.eclipse.jst.jsp.ui.internal.style,
@@ -28,8 +28,8 @@ Export-Package: org.eclipse.jst.jsp.ui.internal,
org.eclipse.jst.jsp.ui.internal.taginfo,
org.eclipse.jst.jsp.ui.internal.templates,
org.eclipse.jst.jsp.ui.internal.text,
- org.eclipse.jst.jsp.ui.internal.views.contentoutline,
- org.eclipse.jst.jsp.ui.internal.wizard
+ org.eclipse.jst.jsp.ui.internal.wizard,
+ org.eclipse.jst.jsp.ui.views.contentoutline
Require-Bundle: org.eclipse.ui.ide,
org.eclipse.ui.views,
org.eclipse.jface.text,

Back to the top