diff options
| author | Robert Gemmell <robbie@apache.org> | 2009-07-11 15:34:02 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2009-07-11 15:34:02 +0000 |
| commit | 3caf4c5ecd632b81454924ad000a4c323e9bba29 (patch) | |
| tree | b3ae75c46aba705dc9c605a1c243ac6f2156db04 /qpid/java/client | |
| parent | 1730a3d63fd3e2ab99e5a9fd62ab1c50580aa193 (diff) | |
| download | qpid-python-3caf4c5ecd632b81454924ad000a4c323e9bba29.tar.gz | |
QPID-1797: update bundle version format and output filenames, modify ant bundle task only to run
for required modules
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@793184 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/client')
| -rw-r--r-- | qpid/java/client/build.xml | 1 | ||||
| -rwxr-xr-x | qpid/java/client/src/main/java/client.bnd | 7 |
2 files changed, 5 insertions, 3 deletions
diff --git a/qpid/java/client/build.xml b/qpid/java/client/build.xml index c419d11b95..321e613d94 100644 --- a/qpid/java/client/build.xml +++ b/qpid/java/client/build.xml @@ -47,4 +47,5 @@ <target name="release-bin" depends="release-bin-tasks"/> + <target name="bundle" depends="bundle-tasks"/> </project> diff --git a/qpid/java/client/src/main/java/client.bnd b/qpid/java/client/src/main/java/client.bnd index dbda0aad3b..cbaf3882fb 100755 --- a/qpid/java/client/src/main/java/client.bnd +++ b/qpid/java/client/src/main/java/client.bnd @@ -1,6 +1,7 @@ -ver: M4
+ver: 0.5.0
-Bundle-SymbolicName: qpid_client
+Bundle-SymbolicName: qpid-client
Bundle-Version: ${ver}
Export-Package: *;version=${ver}
-Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Bundle-RequiredExecutionEnvironment: J2SE-1.5 + |
