Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 2946c9de2c689236fc86abdd534a576bf3377a17 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Papyrus UML Customization
Bundle-SymbolicName: org.eclispe.papyrus.uml.customization
Bundle-Version: 0.9.0.qualifier
Bundle-Activator: org.eclispe.papyrus.uml.customization.Activator
Bundle-Vendor: Eclispe Modeling Project
Require-Bundle: org.eclipse.ui,
 org.eclipse.core.runtime,
 org.eclipse.emf.facet.query.java.core;bundle-version="0.2.0"
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-ActivationPolicy: lazy

Back to the top