Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: dc7612d301b7c91698bc6170bce0114088ef41c8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Manifest-Version: 1.0
Require-Bundle: org.eclipse.ui,
 org.eclipse.core.runtime,
 org.junit;bundle-version="4.10.0",
 org.eclipse.papyrus.infra.table.efacet.metamodel;bundle-version="0.10.0"
Bundle-Vendor: Eclipse Modeling Project
Bundle-ActivationPolicy: lazy
Bundle-Version: 0.10.0.qualifier
Bundle-Name: Tests for Papyrus Table EFacet (Incubation)
Bundle-ManifestVersion: 2
Bundle-Activator: org.eclipse.papyrus.infra.table.efacet.metamodel.tes
 ts.Activator
Bundle-SymbolicName: org.eclipse.papyrus.infra.table.efacet.metamodel.
 tests
Bundle-RequiredExecutionEnvironment: J2SE-1.5

Back to the top