Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/req/org.eclipse.papyrus.req.reqif/META-INF/MANIFEST.MF')
-rw-r--r--extraplugins/req/org.eclipse.papyrus.req.reqif/META-INF/MANIFEST.MF43
1 files changed, 36 insertions, 7 deletions
diff --git a/extraplugins/req/org.eclipse.papyrus.req.reqif/META-INF/MANIFEST.MF b/extraplugins/req/org.eclipse.papyrus.req.reqif/META-INF/MANIFEST.MF
index 4d1df6080ea..38e56875bdc 100644
--- a/extraplugins/req/org.eclipse.papyrus.req.reqif/META-INF/MANIFEST.MF
+++ b/extraplugins/req/org.eclipse.papyrus.req.reqif/META-INF/MANIFEST.MF
@@ -22,7 +22,6 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.emf.edit.ui,
org.eclipse.rmf.reqif10.edit;bundle-version="0.10.0",
org.eclipse.papyrus.uml.extensionpoints,
- org.eclipse.emf.compare;bundle-version="3.1.0",
org.eclipse.papyrus.uml.diagram.profile,
org.eclipse.papyrus.uml.profile,
org.eclipse.papyrus.sysml.service.types;bundle-version="1.0.0",
@@ -40,9 +39,39 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.papyrus.infra.widgets.toolbox
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-ActivationPolicy: lazy
-Export-Package: org.eclipse.papyrus.req.reqif,
- org.eclipse.papyrus.req.reqif.assistant,
- org.eclipse.papyrus.req.reqif.integration.assistant,
- org.eclipse.papyrus.req.reqif.integration.command,
- org.eclipse.papyrus.req.reqif.integration.transformation,
- org.eclipse.papyrus.req.reqif.queries,
+Export-Package: org.eclipse.papyrus.req.reqif;uses:="org.osgi.framework,org.eclipse.ui.plugin",
+ org.eclipse.papyrus.req.reqif.assistant;
+ uses:="org.eclipse.uml2.uml,
+ org.eclipse.swt.widgets,
+ org.eclipse.core.resources,
+ org.eclipse.ui.forms.widgets,
+ org.eclipse.jface.wizard,
+ org.eclipse.ui.forms",
+ org.eclipse.papyrus.req.reqif.integration.assistant;
+ uses:="org.eclipse.swt.widgets,
+ org.eclipse.jface.wizard,
+ org.eclipse.jface.viewers,
+ org.eclipse.ui,
+ org.eclipse.papyrus.infra.core.services,
+ org.eclipse.papyrus.editor,
+ org.eclipse.emf.ecore.resource,
+ org.eclipse.papyrus.infra.core.resource,
+ org.eclipse.emf.transaction,
+ org.eclipse.papyrus.uml.profile.ui.dialogs,
+ org.eclipse.papyrus.req.reqif.assistant",
+ org.eclipse.papyrus.req.reqif.integration.command;
+ uses:="org.eclipse.papyrus.uml.tools.profile.definition,
+ org.eclipse.core.runtime,
+ org.eclipse.uml2.uml,
+ org.eclipse.gmf.runtime.common.core.command,
+ org.eclipse.emf.common.util,
+ org.eclipse.gmf.runtime.emf.commands.core.command,
+ org.eclipse.emf.common.notify,
+ org.eclipse.emf.ecore.util,
+ org.eclipse.emf.transaction",
+ org.eclipse.papyrus.req.reqif.integration.transformation;
+ uses:="org.eclipse.papyrus.req.reqif.transformation,
+ org.eclipse.uml2.uml,
+ org.eclipse.rmf.reqif10,
+ org.eclipse.emf.transaction",
+ org.eclipse.papyrus.req.reqif.queries;uses:="org.eclipse.papyrus.emf.facet.query.java.core,org.eclipse.uml2.uml,org.eclipse.papyrus.emf.facet.efacet.core"

Back to the top