summaryrefslogtreecommitdiff
path: root/java/broker-plugins/access-control/MANIFEST.MF
blob: 1cd285ba209e4ecb03f69d10650ec9c3a144a0ab (plain)
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
36
37
38
39
40
41
42
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Qpid Broker-Plugins Access Control
Bundle-SymbolicName: broker-plugins-access-control
Bundle-Description: Access control plugin for Qpid.
Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt
Bundle-DocURL: http://qpid.apache.org/acl.html
Bundle-Version: 1.0.0
Bundle-Activator: org.apache.qpid.server.security.access.plugins.AccessControlActivator
Bundle-RequiredExecutionEnvironment: JavaSE-1.5
Bundle-ClassPath: .
Bundle-ActivationPolicy: lazy
Import-Package: org.apache.qpid,
 org.apache.qpid.exchange,
 org.apache.qpid.framing,
 org.apache.qpid.junit.extensions.util,
 org.apache.qpid.protocol,
 org.apache.qpid.server.configuration,
 org.apache.qpid.server.configuration.plugins,
 org.apache.qpid.server.exchange,
 org.apache.qpid.server.management,
 org.apache.qpid.server.logging,
 org.apache.qpid.server.logging.actors,
 org.apache.qpid.server.logging.subjects,
 org.apache.qpid.server.plugins,
 org.apache.qpid.server.queue,
 org.apache.qpid.server.registry,
 org.apache.qpid.server.security,
 org.apache.qpid.server.security.access,
 org.apache.qpid.server.virtualhost,
 org.apache.qpid.util,
 org.apache.commons.configuration;version=1.0.0,
 org.apache.commons.lang;version=1.0.0,
 org.apache.commons.lang.builder;version=1.0.0,
 org.apache.log4j;version=1.0.0,
 javax.management;version=1.0.0,
 javax.management.openmbean;version=1.0.0,
 org.osgi.util.tracker;version=1.0.0,
 org.osgi.framework;version=1.3
Private-Package: org.apache.qpid.server.security.access.config,
 org.apache.qpid.server.security.access.logging
Export-Package: org.apache.qpid.server.security.access.plugins