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:
authordavid_williams2006-03-01 17:45:43 +0000
committerdavid_williams2006-03-01 17:45:43 +0000
commitaae0d7220df2947cfd88082c35813788ed64057a (patch)
treec3331012bad6d7f1682a03adc955655c7145b671 /bundles/org.eclipse.wst.ws.ui/META-INF/MANIFEST.MF
parent7474e3f91a23b4be4f14b165be3d57a4f0ca5e0a (diff)
downloadwebtools.webservices-aae0d7220df2947cfd88082c35813788ed64057a.tar.gz
webtools.webservices-aae0d7220df2947cfd88082c35813788ed64057a.tar.xz
webtools.webservices-aae0d7220df2947cfd88082c35813788ed64057a.zip
[129992] All packages should be listed in manifest.mf file
Diffstat (limited to 'bundles/org.eclipse.wst.ws.ui/META-INF/MANIFEST.MF')
-rw-r--r--bundles/org.eclipse.wst.ws.ui/META-INF/MANIFEST.MF12
1 files changed, 6 insertions, 6 deletions
diff --git a/bundles/org.eclipse.wst.ws.ui/META-INF/MANIFEST.MF b/bundles/org.eclipse.wst.ws.ui/META-INF/MANIFEST.MF
index ef0547ad0..f28fab5c7 100644
--- a/bundles/org.eclipse.wst.ws.ui/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.wst.ws.ui/META-INF/MANIFEST.MF
@@ -6,12 +6,12 @@ Bundle-Version: 1.0.100.qualifier
Bundle-Activator: org.eclipse.wst.ws.internal.ui.plugin.WSUIPlugin
Bundle-Vendor: %PLUGIN_PROVIDER
Bundle-Localization: plugin
-Export-Package: org.eclipse.wst.ws.internal.ui.wsrt,
- org.eclipse.wst.ws.internal.ui.plugin,
- org.eclipse.wst.ws.internal.ui.preferences,
- org.eclipse.wst.ws.internal.ui.wsi.preferences,
- org.eclipse.wst.ws.internal.ui.wsi.properties,
- org.eclipse.wst.ws.internal.ui
+Export-Package: org.eclipse.wst.ws.internal.ui;x-internal:=true,
+ org.eclipse.wst.ws.internal.ui.plugin;x-internal:=true,
+ org.eclipse.wst.ws.internal.ui.preferences;x-internal:=true,
+ org.eclipse.wst.ws.internal.ui.wsi.preferences;x-internal:=true,
+ org.eclipse.wst.ws.internal.ui.wsi.properties;x-internal:=true,
+ org.eclipse.wst.ws.internal.ui.wsrt;x-internal:=true
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
org.eclipse.core.resources,

Back to the top