Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 62af3020f0cfe4b2b066fda7ae25195d13f7871f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Manifest-Version: 1.0
Require-Bundle: org.junit;bundle-version="4.10.0",
 org.eclipse.papyrus.junit.framework;bundle-version="1.2.0",
 org.eclipse.papyrus.junit.utils;bundle-version="1.2.0",
 org.eclipse.papyrus.uml.modelrepair;bundle-version="1.2.100",
 org.eclipse.uml2.uml;bundle-version="[5.2.0,6.0.0)",
 org.eclipse.papyrus.infra.emf.readonly;bundle-version="[2.0.0,3.0.0)"
Export-Package: org.eclipse.papyrus.uml.modelrepair.internal.stereotypes,
 org.eclipse.papyrus.uml.modelrepair.internal.uripattern,
 org.eclipse.papyrus.uml.modelrepair.tests
Bundle-Vendor: %providerName
Bundle-Version: 1.2.100.qualifier
Bundle-Name: %pluginName
Bundle-Localization: plugin
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.eclipse.papyrus.uml.modelrepair.tests;singleton:=true
Bundle-RequiredExecutionEnvironment: JavaSE-1.6

Back to the top