Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 0f0efbbc12d3ab40d4a98a5dd04180614de4ba14 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Tests
Bundle-SymbolicName: org.eclipse.emf.ecore.xcore.tests
Bundle-Version: 1.0.0.qualifier
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Require-Bundle: org.eclipse.emf.ecore.xcore,
 org.eclipse.emf.ecore.xcore.ui,
 org.junit4;bundle-version="4.5.0",
 org.eclipse.ui;bundle-version="3.5.2";resolution:=optional,
 org.eclipse.core.runtime;bundle-version="3.5.0";resolution:=optional,
 org.eclipse.xtext.junit4;bundle-version="2.0.0",
 org.eclipse.emf.codegen.ecore;bundle-version="2.7.0",
 org.eclipse.xtext.common.types;bundle-version="2.0.0",
 org.eclipse.xtext.xbase;bundle-version="2.0.0",
 org.eclipse.xtext.xtend2.lib;bundle-version="2.0.0"
Import-Package: org.eclipse.xtext.junit

Back to the top