Skip to main content
summaryrefslogtreecommitdiffstats
blob: 017d73e9e8b709177639321f9d6674c7b0508f7f (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: Encrypter Plug-in (Incubation)
Bundle-SymbolicName: org.eclipse.osee.framework.ui.encrypter;singleton:=true
Bundle-Version: 0.2.0.qualifier
Bundle-ClassPath: encrypter.jar
Bundle-Activator: org.eclipse.osee.framework.ui.encrypter.EncrypterPlugin
Bundle-Vendor: Eclipse.org
Export-Package: org.eclipse.osee.framework.ui.encrypter
Require-Bundle: org.eclipse.ui,
 org.eclipse.osee.framework.ui.security,
 org.eclipse.osee.framework.ui.skynet,
 org.eclipse.osee.framework.ui.plugin,
 org.eclipse.core.runtime
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.6

Back to the top