diff options
| author | Aidan Skinner <aidan@apache.org> | 2008-10-24 15:20:00 +0000 |
|---|---|---|
| committer | Aidan Skinner <aidan@apache.org> | 2008-10-24 15:20:00 +0000 |
| commit | 1a2088b70c851896bed56398a41efef85ac676b7 (patch) | |
| tree | 36489736a3468ea8dfdc2ad2b769ba439f4e799a /qpid/java/client | |
| parent | 92c702abaa7ef5731212ac7fb4acbad7428a34c7 (diff) | |
| download | qpid-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-x | qpid/java/client/src/main/java/client.bnd | 6 |
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
|
