Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 150deb9c60c0f6392f7f656eeffc6023331e4d23 (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
Manifest-Version: 1.0
Require-Bundle: org.eclipse.ui,
 org.eclipse.core.runtime,
 org.eclipse.papyrus.customization.properties.model.xwt;bundle-version="1.0.1",
 org.eclipse.papyrus.customization.properties.generation;bundle-version="1.0.1",
 org.eclipse.emf.ecore;bundle-version="2.8.0",
 org.eclipse.papyrus.infra.core.log;bundle-version="1.0.1",
 org.eclipse.papyrus.views.properties;bundle-version="1.0.1",
 org.eclipse.papyrus.views.properties.model;bundle-version="1.0.1",
 org.eclipse.papyrus.uml.properties;bundle-version="1.0.1",
 org.eclipse.papyrus.infra.emf;bundle-version="1.0.1",
 org.eclipse.m2m.qvt.oml;bundle-version="3.2.0",
 org.eclipse.core.resources;bundle-version="3.8.0",
 org.eclipse.uml2.uml;bundle-version="4.0.0",
 org.junit;bundle-version="4.10.0",
 org.eclipse.core.databinding;bundle-version="1.4.1",
 org.eclipse.papyrus.junit.framework;bundle-version="1.0.1",
 org.eclipse.papyrus.junit.utils;bundle-version="1.0.1"
Export-Package: org.eclipse.papyrus.customization.properties.tests,
 org.eclipse.papyrus.customization.properties.tests.qvt
Bundle-Vendor: Eclipse Modeling Project
Bundle-ActivationPolicy: lazy
Bundle-Version: 1.0.1.qualifier
Bundle-Name: Properties view customization Tests
Bundle-ManifestVersion: 2
Bundle-Activator: org.eclipse.papyrus.customization.properties.tests.A
 ctivator
Bundle-SymbolicName: org.eclipse.papyrus.customization.properties.test
 s
Bundle-RequiredExecutionEnvironment: J2SE-1.5

Back to the top