diff options
| author | Rafael H. Schloming <rhs@apache.org> | 2008-02-13 17:13:45 +0000 |
|---|---|---|
| committer | Rafael H. Schloming <rhs@apache.org> | 2008-02-13 17:13:45 +0000 |
| commit | 277932f6af50dc333021801df93a703a109122c9 (patch) | |
| tree | 80e1bf79fff7cdcc5c7d4509b9ee42341e7abf80 /qpid/java/build.xml | |
| parent | c34a252326bce7ed9051dc7aa50b7fb791c5b939 (diff) | |
| download | qpid-python-277932f6af50dc333021801df93a703a109122c9.tar.gz | |
added client/example to the build
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@627531 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/build.xml')
| -rw-r--r-- | qpid/java/build.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/qpid/java/build.xml b/qpid/java/build.xml index 440c361a29..5b00f630d1 100644 --- a/qpid/java/build.xml +++ b/qpid/java/build.xml @@ -23,10 +23,11 @@ <import file="common.xml"/> <property name="modules.core" value="common broker client"/> + <property name="modules.examples" value="client/example"/> <property name="modules.tests" value="systests perftests integrationtests"/> <property name="modules.management" value="management/eclipse-plugin"/> - <property name="modules" value="${modules.core} ${modules.tests} ${modules.management}"/> + <property name="modules" value="${modules.core} ${modules.examples} ${modules.tests} ${modules.management}"/> <property name="qpid.jar" location="${build.lib}/qpid-incubating.jar"/> <basename property="qpid.jar.name" file="${qpid.jar}"/> |
