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/build.xml | |
| 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/build.xml')
| -rw-r--r-- | java/build.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/java/build.xml b/java/build.xml index 5117ceba0c..851a853c66 100644 --- a/java/build.xml +++ b/java/build.xml @@ -98,6 +98,10 @@ <iterate target="doc"/> </target> + <target name="bundle" description="create OSGi bundles"> + <iterate target="bundle"/> + </target> + <target name="release-bin" description="build a binary release artifact" depends="build"> <iterate target="release-bin"/> </target> |
