diff options
| author | Stephen Vinoski <vinoski@apache.org> | 2006-12-01 23:12:01 +0000 |
|---|---|---|
| committer | Stephen Vinoski <vinoski@apache.org> | 2006-12-01 23:12:01 +0000 |
| commit | 270b49b0792f3bffed7c870fa7a03c20f060adcf (patch) | |
| tree | 976657a57867148429b154441a52d4f9a6986c5b /java/distribution/pom.xml | |
| parent | 696ce88e716e6f3a76d6ac17fd99dc2450952784 (diff) | |
| download | qpid-python-270b49b0792f3bffed7c870fa7a03c20f060adcf.tar.gz | |
first cut at client-only packaging
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@481442 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/distribution/pom.xml')
| -rw-r--r-- | java/distribution/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/distribution/pom.xml b/java/distribution/pom.xml index f0eb3ab06a..b292b0da0f 100644 --- a/java/distribution/pom.xml +++ b/java/distribution/pom.xml @@ -86,6 +86,7 @@ <configuration> <descriptors> <descriptor>src/main/assembly/bin.xml</descriptor> + <descriptor>src/main/assembly/client-bin.xml</descriptor> <descriptor>src/main/assembly/src.xml</descriptor> </descriptors> <finalName>qpid-${pom.version}</finalName> |
