Skip to main content
summaryrefslogtreecommitdiffstats
blob: 24f89a88eebb81cd53c024a7a424f4be7ac3abe3 (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.17.2.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.6

Back to the top