Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 35d7b47265242c9e96dc9025ed6dccf37ac8331f (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: %plugin.name
Bundle-SymbolicName: org.eclipse.ecf.tests.provider.jslp
Bundle-Version: 2.0.0.qualifier
Import-Package: org.osgi.framework;version="1.4.0",
 org.osgi.util.tracker;version="1.3.3"
Require-Bundle: org.junit,
 org.eclipse.ecf,
 org.eclipse.ecf.discovery,
 org.eclipse.equinox.common,
 org.eclipse.ecf.tests.discovery,
 org.eclipse.ecf.provider.jslp,
 ch.ethz.iks.slp;bundle-version="1.0.0"
Bundle-Vendor: %plugin.provider
Bundle-RequiredExecutionEnvironment: CDC-1.1/Foundation-1.1,
 J2SE-1.4

Back to the top