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:
authorkchan2007-11-08 15:18:57 +0000
committerkchan2007-11-08 15:18:57 +0000
commit81f4efdf18d770638a2b63714122fc2fcbb0d9cd (patch)
treeaf21a0edc57c4e8adeb9e78fb74712be3071fd15 /bundles/org.eclipse.wst.wsdl.ui/META-INF/MANIFEST.MF
parentbacc8df9345eed45fab31cd73fe8ad9fd724e9fb (diff)
downloadwebtools.webservices-81f4efdf18d770638a2b63714122fc2fcbb0d9cd.tar.gz
webtools.webservices-81f4efdf18d770638a2b63714122fc2fcbb0d9cd.tar.xz
webtools.webservices-81f4efdf18d770638a2b63714122fc2fcbb0d9cd.zip
[196997] Making profile compliance page extensible.
Diffstat (limited to 'bundles/org.eclipse.wst.wsdl.ui/META-INF/MANIFEST.MF')
-rw-r--r--bundles/org.eclipse.wst.wsdl.ui/META-INF/MANIFEST.MF3
1 files changed, 2 insertions, 1 deletions
diff --git a/bundles/org.eclipse.wst.wsdl.ui/META-INF/MANIFEST.MF b/bundles/org.eclipse.wst.wsdl.ui/META-INF/MANIFEST.MF
index 3aa8a5952..d71cf1155 100644
--- a/bundles/org.eclipse.wst.wsdl.ui/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.wst.wsdl.ui/META-INF/MANIFEST.MF
@@ -82,6 +82,7 @@ Require-Bundle: org.eclipse.core.resources;bundle-version="[3.2.0,4.0.0)",
org.eclipse.wst.ws;bundle-version="[1.0.101,1.1.0)",
org.eclipse.wst.command.env.core;bundle-version="[1.0.101,1.1.0)",
org.eclipse.wst.ws.ui;bundle-version="[1.0.101,1.2.0)",
- org.eclipse.search;bundle-version="[3.2.0,4.0.0)"
+ org.eclipse.search;bundle-version="[3.2.0,4.0.0)",
+ org.eclipse.wst.ws.service.policy.ui
Eclipse-LazyStart: true
Bundle-RequiredExecutionEnvironment: J2SE-1.4

Back to the top