diff options
author | Christian W. Damus | 2016-02-25 15:31:55 +0000 |
---|---|---|
committer | Gerrit Code Review @ Eclipse.org | 2016-02-26 22:04:35 +0000 |
commit | 387d1f9462ab95dd485b80197a7fdf32c0bf051b (patch) | |
tree | 3dfdb183eecfd2f88b8232856e88b5b7335f7e69 /plugins/doc/org.eclipse.papyrus.dsml.validation.doc/META-INF/MANIFEST.MF | |
parent | eebdd17c762211ebcf417844cd21432d4ba3df34 (diff) | |
download | org.eclipse.papyrus-387d1f9462ab95dd485b80197a7fdf32c0bf051b.tar.gz org.eclipse.papyrus-387d1f9462ab95dd485b80197a7fdf32c0bf051b.tar.xz org.eclipse.papyrus-387d1f9462ab95dd485b80197a7fdf32c0bf051b.zip |
Bug 443315: Papyrus should contribute to help.eclipse.org infocenter
Remove extraneous dependencies from doc bundles so that they may be
deployed in the Eclipse Infocenter. The welcome page content in
the infra.doc bundle is moved to the uml.diagram.wizards bundle in
which the referenced actions (launching the New Model Wizard) actually
reside.
Change-Id: Ic31dccbea5ed9676733aaefe04aac405aa62d908
Diffstat (limited to 'plugins/doc/org.eclipse.papyrus.dsml.validation.doc/META-INF/MANIFEST.MF')
-rw-r--r-- | plugins/doc/org.eclipse.papyrus.dsml.validation.doc/META-INF/MANIFEST.MF | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/plugins/doc/org.eclipse.papyrus.dsml.validation.doc/META-INF/MANIFEST.MF b/plugins/doc/org.eclipse.papyrus.dsml.validation.doc/META-INF/MANIFEST.MF index 3a582ffdd47..8586762e356 100644 --- a/plugins/doc/org.eclipse.papyrus.dsml.validation.doc/META-INF/MANIFEST.MF +++ b/plugins/doc/org.eclipse.papyrus.dsml.validation.doc/META-INF/MANIFEST.MF @@ -1,8 +1,5 @@ Manifest-Version: 1.0 -Require-Bundle: org.eclipse.ui;bundle-version="[3.107.0,4.0.0)", - org.eclipse.core.runtime;bundle-version="[3.12.0,4.0.0)", - org.eclipse.papyrus.infra.doc;bundle-version="[1.2.0,2.0.0)", - org.eclipse.papyrus.uml.diagram.common.doc;bundle-version="[1.2.0,2.0.0)", +Require-Bundle: org.eclipse.papyrus.infra.doc;bundle-version="[1.2.0,2.0.0)", org.eclipse.help;bundle-version="[3.7.0,4.0.0)" Bundle-Vendor: %vendorName Bundle-ActivationPolicy: lazy |