Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 2497b8847e34b9e2e612d2c3d01269fbfbd2727c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Manifest-Version: 1.0
Export-Package: org.eclipse.papyrus.infra.newchild,
 org.eclipse.papyrus.infra.newchild.elementcreationmenumodel,
 org.eclipse.papyrus.infra.newchild.elementcreationmenumodel.impl,
 org.eclipse.papyrus.infra.newchild.elementcreationmenumodel.util
Require-Bundle: org.eclipse.ui,
 org.eclipse.core.runtime,
 org.eclipse.emf;bundle-version="2.6.0",
 org.eclipse.emf.ecore,
 org.eclipse.osgi,
 org.eclipse.emf.ecore.xmi,
 org.eclipse.papyrus.infra.extendedtypes;bundle-version="1.1.0",
 org.eclipse.papyrus.infra.services.resourceloading;bundle-version="1.1.0",
 org.eclipse.emf.transaction,
 org.eclipse.gmf.runtime.emf.type.core,
 org.eclipse.papyrus.infra.services.edit;bundle-version="1.1.0",
 org.eclipse.papyrus.infra.gmfdiag.commands;bundle-version="1.1.0",
 org.eclipse.papyrus.infra.core.log;bundle-version="1.1.0",
 org.eclipse.papyrus.infra.widgets;bundle-version="1.1.0"
Bundle-Vendor: %providerName
Bundle-ActivationPolicy: lazy
Bundle-ClassPath: .
Bundle-Version: 1.1.0.qualifier
Bundle-Localization: plugin
Bundle-Name: %pluginName
Bundle-ManifestVersion: 2
Bundle-Activator: org.eclipse.papyrus.infra.newchild.Activator
Bundle-Description: The purpose of this plugin is to offer the model a
 nd means to create new menu in the model explorer. More documentation
  (models and file.doc) has been store in the docs directory. The plug
 in in charge to do the connection with the model explorer is org.ecli
 pse.papyrus.view.modelexplorer.newchild
Bundle-SymbolicName: org.eclipse.papyrus.infra.newchild;singleton:=tru
 e
Bundle-RequiredExecutionEnvironment: J2SE-1.5

Back to the top