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 | e03e63e42011aa6e73664997f1af9c2c9c0bee9d (patch) | |
| tree | 67fbc4b98a6f325d1a65e45f8d49e851fc170c68 /java/common | |
| parent | 8adca7262ae82e2bfe5331d4264e3e7865a0181a (diff) | |
| download | qpid-python-e03e63e42011aa6e73664997f1af9c2c9c0bee9d.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/qpid@707654 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/common')
| -rwxr-xr-x | java/common/src/main/java/common.bnd | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/java/common/src/main/java/common.bnd b/java/common/src/main/java/common.bnd new file mode 100755 index 0000000000..88890d14a6 --- /dev/null +++ b/java/common/src/main/java/common.bnd @@ -0,0 +1,6 @@ +ver: M3
+
+Bundle-SymbolicName: qpid_common
+Bundle-Version: ${ver}
+Export-Package: *;version=${ver}
+Bundle-RequiredExecutionEnvironment: J2SE-1.5
|
