Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 1dae8fc2f6d749cd89998a5ec3d012939b24f086 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.net4j.tests;singleton:=true
Bundle-Version: 1.0.0
Bundle-ClassPath: library.jar
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Require-Bundle: org.eclipse.core.runtime,
 org.junit,
 org.eclipse.net4j,
 org.eclipse.net4j.spring.tests
Eclipse-LazyStart: false
Export-Package: org.eclipse.net4j.tests,
 org.eclipse.net4j.tests.protocol,
 org.eclipse.net4j.tests.util

Back to the top