Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 964982501af777b85ed7a1bdb9956f033b487ebd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Propertylifecycle
Bundle-SymbolicName: org.eclipse.papyrus.uml.propertylifecycle
Bundle-Version: 0.0.1.qualifier
Bundle-Activator: org.eclipse.papyrus.uml.propertylifecycle.Activator
Require-Bundle: org.eclipse.ui;bundle-version="3.107.0",
 org.eclipse.core.runtime;bundle-version="3.12.0",
 org.eclipse.papyrus.propertylifecycle;bundle-version="0.0.1",
 org.eclipse.gmf.runtime.emf.type.core;bundle-version="1.9.0",
 org.eclipse.uml2.uml;bundle-version="5.2.0",
 org.eclipse.papyrus.infra.core.log;bundle-version="1.2.0",
 org.eclipse.papyrus.uml.tools.utils;bundle-version="1.2.0"
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-ActivationPolicy: lazy

Back to the top