summaryrefslogtreecommitdiff
path: root/qpid/java/client
diff options
context:
space:
mode:
authorAidan Skinner <aidan@apache.org>2008-10-24 15:20:00 +0000
committerAidan Skinner <aidan@apache.org>2008-10-24 15:20:00 +0000
commit1a2088b70c851896bed56398a41efef85ac676b7 (patch)
tree36489736a3468ea8dfdc2ad2b769ba439f4e799a /qpid/java/client
parent92c702abaa7ef5731212ac7fb4acbad7428a34c7 (diff)
downloadqpid-python-1a2088b70c851896bed56398a41efef85ac676b7.tar.gz
QPID-1398: use bnd tool to produce osgi bundles with 'ant bundle'
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@707654 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/client')
-rwxr-xr-xqpid/java/client/src/main/java/client.bnd6
1 files changed, 6 insertions, 0 deletions
diff --git a/qpid/java/client/src/main/java/client.bnd b/qpid/java/client/src/main/java/client.bnd
new file mode 100755
index 0000000000..7ea88959f1
--- /dev/null
+++ b/qpid/java/client/src/main/java/client.bnd
@@ -0,0 +1,6 @@
+ver: M3
+
+Bundle-SymbolicName: qpid_client
+Bundle-Version: ${ver}
+Export-Package: *;version=${ver}
+Bundle-RequiredExecutionEnvironment: J2SE-1.5