blob: 16e2b2087151b11a48e4639d0b90049fbb99f94f [file] [log] [blame]
# Licensed to the Apache Software Foundation (ASF) under the terms of ASLv2 (http://www.apache.org/licenses/LICENSE-2.0).
Bundle-Name: Apache ACE Agent
Bundle-Description: Implementation of the Apache ACE Agent
Bundle-Version: 1.0.2
Bundle-Activator: org.apache.ace.agent.impl.Activator
Private-Package: org.apache.ace.range,\
org.apache.ace.agent.impl,\
org.apache.ace.agent.updater,\
org.apache.felix.deploymentadmin,\
org.apache.felix.deploymentadmin.spi,\
org.osgi.service.event,\
org.osgi.service.log,\
org.osgi.util.tracker,\
org.apache.ace.feedback,\
org.apache.ace.feedback.util
# No wildcard import here on purpose. Are you sure the agent must
# require an extra external dependency? Probably not...
Import-Package: !org.apache.felix.dm, *
# This is a minimal set on purpose. Are you really sure the agent must
# expose another package? Probably not...
Export-Package: org.apache.ace.agent,\
org.osgi.service.deploymentadmin;-split-package:=merge-last,\
org.osgi.service.deploymentadmin.spi;-split-package:=merge-last
# Keeping the agent as lean as possible. Remove debug when compiling
# offline
#javac.debug: off
-buildpath: \
${^-buildpath},\
osgi.core;version=4.2,\
osgi.cmpn;version=4.2,\
javax.servlet;version=2.5,\
org.apache.felix.deploymentadmin;version='[0.9.8,1.0)',\
org.easymock,\
org.apache.ace.test;version=latest,\
org.apache.felix.http.jetty;version=2.2.1,\
org.apache.ace.range.api;version=latest,\
org.apache.ace.feedback.common;version=latest