summaryrefslogtreecommitdiff
path: root/qpid/java/build.deps
Commit message (Collapse)AuthorAgeFilesLines
* QPID-3568: Updated BDB to je-4.0.117 versionAndrew Donald Kennedy2011-11-011-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1195845 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3504: add the Java broker bdbstore to the build as an optional moduleRobert Gemmell2011-09-241-0/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1175235 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2627: update build.deps to reflect removal of dependency on mina and ↵Robert Gemmell2011-09-101-4/+1
| | | | | | ensure the generated client poms are correct, delete the associated maven dependency stubs which become unused git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1167617 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: small adjustments to stop Ant generating warnings and spewing ↵Robert Gemmell2011-08-151-20/+17
| | | | | | | | | | irrelevant stacktraces during test runs 1. Set includeantruntime property to false on the remainig javac tasks which dont already have it 2. Manipulate the build.deps entries for the jmx management console to remove non-java files from the test classpath, since the tests dont need them and the console build process doesnt depend on the main <module>.libss property value being all-inclusive anyway. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1157730 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2498: upgrade Mina to 1.1.7.Robert Gemmell2011-07-141-5/+3
| | | | | | Applied patch by Keith Wall <keith.wall@gmail.com> git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1146677 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3260: remove defunct java/management/tools/qpid-cli moduleRobert Gemmell2011-05-161-7/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1103727 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3260: remove defunct java/managemnt/console moduleRobert Gemmell2011-05-161-3/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1103726 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3260: remove defunct java/management/agent moduleRobert Gemmell2011-05-161-2/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1103725 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3260: remove defunct java/management/client moduleRobert Gemmell2011-05-161-41/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1103724 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2947: update slf4j to 1.6.1 to allow using the client package ↵Robert Gemmell2010-11-171-2/+2
| | | | | | out-of-the-box without supplying a logging implementation git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1035879 13f79535-47bb-0310-9956-ffa450edef68
* Added log4j as dep for tools module.Rajith Muditha Attapattu2010-11-081-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1032745 13f79535-47bb-0310-9956-ffa450edef68
* add ASF licence to various files in the java treeRobert Gemmell2010-10-311-0/+19
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1029523 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2651: Remove use of deprecated Derby 10.3.2.1 release, upgrade to Derby ↵Robert Gemmell2010-06-091-1/+1
| | | | | | 10.6.1.0 git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@952929 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2629Rajith Muditha Attapattu2010-05-281-1/+1
| | | | | | | | | Removed commons collections from the build deps. Added the ReferenceMap and supported classes under a subpackage in qpid. These classes were copied from the Commons Collections release tag 3_2. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@949076 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2555 : Commit Info OSGi plugin provided by Sorin Suciu.Martin Ritchie2010-05-241-2/+6
| | | | | | Adds two new libraries to lib dir both ASL licensed. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@947629 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2585 : Upgrade to Felix 2.0.5Martin Ritchie2010-05-071-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@942114 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2530 : Updated build system to have a new findSubProjects macro in ↵Martin Ritchie2010-04-261-25/+19
| | | | | | | | | | build.xml that will correctly locate and add all subprojects (those with a build.xml file) to the modules.plugin variable. This will correctly allow new plugins to be automatically picked up without any further build system changes. To further simplify the build process and make better use of the module.depends option the build.deps file has been updated to contain only the libraries the module actually depends on. The dependant libraries due to a module.depends are now automatically pulled in by the build system. A further enhancement would be to do transitive dependencies, which would also allow dependencies to be built when in a sub module directory. e.g. client depends on common, but client.libs should not contain mina, common contains mina and so those libraries are pulled in via the fact that client's module.depends contains common. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@938059 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2531, QPID-2530 : Applied patches from Sorin Suciu to refactor ↵Martin Ritchie2010-04-231-0/+2
| | | | | | broker-plugins directory and link new OSGi plugins to build system. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@937345 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2522Rajith Muditha Attapattu2010-04-211-1/+1
| | | | | | | Commiting patch submitted by Emmanuel Bourg. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@936568 13f79535-47bb-0310-9956-ffa450edef68
* Moved the slf4j-log4j deps to the common libs. If one only builds the client ↵Rajith Muditha Attapattu2010-03-021-2/+2
| | | | | | and common modules it doesn't work as slfj will complain that it doesn't have a binding git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@918215 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2315: split out commons-configuration from common.libs property and add ↵Robert Gemmell2010-01-051-8/+10
| | | | | | | | | to libs for modules other than client that depend on common.libs. Add commons-lang and commons-collections to client.libs merge from 0.5.x-dev r894875 git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@895992 13f79535-47bb-0310-9956-ffa450edef68
* I didn't catch the compile error on my local. Perhaps due to log4j being in ↵Rajith Muditha Attapattu2009-11-191-1/+1
| | | | | | | | | the classpath somewhere. I have now added log4j as build dep to the testkit module. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@882163 13f79535-47bb-0310-9956-ffa450edef68
* Merged from java-broker-0-10 branchRobert Godfrey2009-10-251-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@829675 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1905 : Added Junit to the test libs for management/agent to allow 'ant ↵Martin Ritchie2009-07-221-0/+1
| | | | | | test' to succeed git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@796651 13f79535-47bb-0310-9956-ffa450edef68
* added script for generating maven poms and moved disposable build output ↵Rafael H. Schloming2009-07-081-2/+3
| | | | | | underneath build/scratch git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@792094 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1948 - Changes to the java consle as a result of a code generated front ↵Ted Ross2009-06-261-0/+1
| | | | | | | | | end. Patch from Bryan Kearney git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@788782 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1933 - Patch from Bryan KearneyTed Ross2009-06-221-0/+1
| | | | | | | QMF Java Console git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@787325 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1905 - Moved qmf agent code to java/management/agent where it belongs.Ted Ross2009-06-161-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@785400 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1786 - Fixed a build dependency problem introduced in the last commit.Ted Ross2009-06-111-1/+1
| | | | | | | This issue affected builds on RHEL4. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@783843 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1786 - Committed qmf patches from Bryan KearneyTed Ross2009-06-111-1/+3
| | | | | | | | Additionally updated existing qmf and Qman to be compatible. The magic number for qmf messages has been incremented. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@783818 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1813 : Provide test that uses the DerbyMessageStore to check NoLocal ↵Martin Ritchie2009-04-161-1/+4
| | | | | | functionality after a broker restart. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@765604 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1691: add Linux GTK x86-64 and Solaris GTK Sparc builds of the ↵Robert Gemmell2009-03-021-1/+11
| | | | | | management console. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@749183 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1242: reintegrate the ability to view binary message content, lost ↵Robert Gemmell2009-02-271-2/+2
| | | | | | previously during a branch merge to trunk git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@748611 13f79535-47bb-0310-9956-ffa450edef68
* Fix build deps fileAidan Skinner2009-02-241-3/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@747376 13f79535-47bb-0310-9956-ffa450edef68
* Merge branch 'QPID-1612'Aidan Skinner2009-02-241-3/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@747363 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1581 : updated build dependencies in order to include QMan Admin ↵Andrea Gazzarini2009-02-051-1/+7
| | | | | | console libraries. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@741028 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1579 : Build deps of management-client test module updated in order to ↵Andrea Gazzarini2009-01-231-1/+1
| | | | | | avoid classloading issues. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@737177 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1592 : Patch provided by Robert Gemmell to standardise launchers for ↵Martin Ritchie2009-01-221-34/+45
| | | | | | management console. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@736591 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1574 : dependencies file updated for inclusion of QMan WS-DM dependencies.Andrea Gazzarini2009-01-151-1/+34
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@734621 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1539: add management/common module. Move SASL and login code there.Aidan Skinner2009-01-071-0/+1
| | | | | | | Make gui depend on management common and OSGify it a bit. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@732330 13f79535-47bb-0310-9956-ffa450edef68
* Removed the javax.servlet.jar and added the geronimo-servlet_2.5_spec-1.2.jarRajith Muditha Attapattu2008-12-191-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@728113 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1500 : Add Mac OS X Management Console BuildMartin Ritchie2008-12-021-5/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@722666 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1243 : Applied patch from Robert Gemmell. Took a different approach ↵Martin Ritchie2008-11-261-22/+32
| | | | | | for the linux binaries as the provided binaries requried a newer libc than I have. Also restored the qpidversion.properties file generation for this module that git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@720931 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1401: added qman servlet + updated build script for building the servlet.Arnaud Simon2008-10-281-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@708563 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1357: applied qman_22102008_events_handling.patchArnaud Simon2008-10-221-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@707016 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1343: added build scripts for management/clientRafael H. Schloming2008-10-091-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@703270 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1342: fixed qpid-cli build and shell scripts; tests still don't run ↵Rafael H. Schloming2008-10-091-2/+7
| | | | | | properly by default since the expect the java broker to be running git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@703262 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1335: moved Qman into java/management/clientArnaud Simon2008-10-091-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@703177 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1313: add more test deps.Aidan Skinner2008-10-061-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@702144 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1313 : added broker-plugins.test.lib which resolves the ant test failureMartin Ritchie2008-10-031-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@701331 13f79535-47bb-0310-9956-ffa450edef68