Skip to main content
summaryrefslogtreecommitdiffstats
blob: a0f9337cf20c022d9e5332e0c4323a53f53c534f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Test Plug-in (Incubation)
Bundle-SymbolicName: org.eclipse.osee.ote.connection.service.test;singleton:=true
Bundle-Version: 0.24.4.qualifier
Bundle-Activator: org.eclipse.osee.ote.connection.service.test.Activator
Bundle-Vendor: Eclipse Open System Engineering Environment
Bundle-ActivationPolicy: lazy
Import-Package: org.eclipse.osee.connection.service,
 org.osgi.framework,
 org.osgi.util.tracker
Require-Bundle: net.jini,
 org.eclipse.osee.ote.connection.jini,
 org.eclipse.osee.framework.jdk.core
Bundle-RequiredExecutionEnvironment: JavaSE-1.8

Back to the top