diff options
| author | Robert Gemmell <robbie@apache.org> | 2011-07-21 13:18:27 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2011-07-21 13:18:27 +0000 |
| commit | fd61b43ca3b5d9c13d763cc5bb1e01b654a76c6c (patch) | |
| tree | 71daeb0f12eaa4599cea978c2eb0d6fc7ff63745 /java/build.xml | |
| parent | cda4869856638a8a1ab83ea7830b43041fc9bd03 (diff) | |
| download | qpid-python-fd61b43ca3b5d9c13d763cc5bb1e01b654a76c6c.tar.gz | |
QPID-3365: Extend build system to build optional client-plugins.
Applied patch from Keith Wall <keith.wall@gmail.com>
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1149163 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/build.xml')
| -rw-r--r-- | java/build.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/build.xml b/java/build.xml index 8651404cb7..b8441af3a5 100644 --- a/java/build.xml +++ b/java/build.xml @@ -22,15 +22,15 @@ <import file="common.xml"/> - <findSubProjects name="broker-plugins" dir="broker-plugins"/> + <findSubProjects name="client-plugins" dir="client-plugins" erroronmissingdir="false"/> <findSubProjects name="management" dir="management" excludes="common,example"/> <property name="modules.core" value="junit-toolkit common management/common broker client tools"/> <property name="modules.examples" value="client/example management/example"/> <property name="modules.tests" value="systests perftests integrationtests testkit"/> <property name="modules.management" value="${management}"/> - <property name="modules.plugin" value="${broker-plugins}"/> + <property name="modules.plugin" value="${broker-plugins} ${client-plugins}"/> <property name="modules" value="${modules.core} ${modules.examples} ${modules.management} ${modules.tests} ${modules.plugin}"/> |
