Skip to main content
summaryrefslogtreecommitdiffstats
blob: 1e720322593cc4e1afa12ce1a7885c50bd71586b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Core Server Plug-in
Bundle-SymbolicName: org.eclipse.osee.framework.core.server;singleton:=true
Bundle-Version: 0.9.4.qualifier
Bundle-Vendor: Eclipse.org
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Import-Package: javax.servlet,
 javax.servlet.http,
 org.eclipse.core.runtime,
 org.eclipse.core.runtime.jobs,
 org.eclipse.osee.framework.core.data,
 org.eclipse.osee.framework.core.enums,
 org.eclipse.osee.framework.core.exception,
 org.eclipse.osee.framework.core.operation,
 org.eclipse.osee.framework.core.util,
 org.eclipse.osee.framework.database.core,
 org.eclipse.osee.framework.jdk.core.type,
 org.eclipse.osee.framework.jdk.core.util,
 org.eclipse.osee.framework.jdk.core.util.time,
 org.eclipse.osee.framework.logging,
 org.osgi.framework,
 org.osgi.service.http,
 org.osgi.util.tracker
Eclipse-ExtensibleAPI: true
Export-Package: org.eclipse.osee.framework.core.server
Bundle-ActivationPolicy: lazy
Service-Component:  OSGI-INF/authentication.manager.xml,
 OSGI-INF/authentication.provider.xml,
 OSGI-INF/authentication.provider.demo.xml,
 OSGI-INF/application.lookup.server.manager.xml,
 OSGI-INF/session.manager.xml,
 OSGI-INF/server.task.scheduler.xml,
 OSGI-INF/join.cleanup.task.provider.xml
Bundle-Activator: org.eclipse.osee.framework.core.server.CoreServerActivator

Back to the top