Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 42be3925e39db4f9927a09b2fe212d5ef8b657a2 (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
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Tests for common eTrice grammar fragments and classes
Bundle-Vendor: Eclipse eTrice
Bundle-Version: 0.0.0.qualifier
Bundle-SymbolicName: org.eclipse.etrice.core.common.tests; singleton:=true
Bundle-ActivationPolicy: lazy
Require-Bundle: org.eclipse.etrice.core.common,
 org.eclipse.core.runtime,
 org.eclipse.xtext.xbase.lib;bundle-version="2.14.0",
 org.eclipse.etrice.core.common.ui,
 org.eclipse.ui.workbench;resolution:=optional,
 org.eclipse.xtext.testing,
 org.eclipse.xtext.junit4,
 org.eclipse.xtext.xbase.testing
Import-Package: org.apache.log4j,
 org.junit,
 org.junit.runner,
 org.junit.runner.manipulation,
 org.junit.runner.notification,
 org.junit.runners,
 org.junit.runners.model,
 org.hamcrest.core
Bundle-RequiredExecutionEnvironment: JavaSE-11
Export-Package: org.eclipse.etrice.core.common.tests;x-internal=true
Automatic-Module-Name: org.eclipse.etrice.core.common.tests

Back to the top