summaryrefslogtreecommitdiff
path: root/java
Commit message (Collapse)AuthorAgeFilesLines
* QPID-118. Now passes arguments through to the java process.Robert Greig2006-11-201-1/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@477341 13f79535-47bb-0310-9956-ffa450edef68
* Reverted surefire back to version 2.2 due to bug SUREFIRE-162 in 2.3 snapshot.Robert Greig2006-11-201-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@477264 13f79535-47bb-0310-9956-ffa450edef68
* broker/pom.xml - removed test scope from junit to remove warning in build log.Martin Ritchie2006-11-209-945/+967
| | | | | | | | | | | | | | TransportConnection.java/AMQQueue.java - change log level on a print statement from warn to info log4j.properties - updated threashold to be 'all' so we can set the logging level with amqj.logging.level client/pom.xml - fixed mvn test run output. It wasn't using our log4.properties file. systests/pom.xml - added log4j.properties configuration broker/pom.xml - added log4j.properties configuration common/pom.xml - skipped tests as there are none, and it caused the build to fail Also adjusted spaceing to be 4 space per tab (and no tabs) git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@477214 13f79535-47bb-0310-9956-ffa450edef68
* remove antrun plugin setup from pomStephen Vinoski2006-11-191-39/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@476869 13f79535-47bb-0310-9956-ffa450edef68
* convert tests to junit3Stephen Vinoski2006-11-1979-2451/+1406
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@476701 13f79535-47bb-0310-9956-ffa450edef68
* complete bringing initial maven work to trunkStephen Vinoski2006-11-1838-119/+1837
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@476431 13f79535-47bb-0310-9956-ffa450edef68
* directory moves required for maven mergeStephen Vinoski2006-11-18546-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@476414 13f79535-47bb-0310-9956-ffa450edef68
* Artifact rename so that the same items have the same name.Martin Ritchie2006-11-161-12/+12
| | | | | | Previously the items had client-broker or client in the name. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@475749 13f79535-47bb-0310-9956-ffa450edef68
* Added systests in to the source package as the name change resulted in them ↵Martin Ritchie2006-11-161-16/+40
| | | | | | | | | | not being added. Adjusted zip/tar.gz creation to ensure all contents are enclosed in a folder.(Windows was doing this for me) git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@475650 13f79535-47bb-0310-9956-ffa450edef68
* jython removedMarnie McCormack2006-11-161-3/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@475632 13f79535-47bb-0310-9956-ffa450edef68
* QPID-92 fixed outstanding mina 1.1.0 build issuesMartin Ritchie2006-11-152-12/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@475303 13f79535-47bb-0310-9956-ffa450edef68
* Removed local development code that made it into the repositoryMartin Ritchie2006-11-151-13/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@475297 13f79535-47bb-0310-9956-ffa450edef68
* QPID-92 Changes to bring MINA use up to MINA-Head (1.1.0) compatibility.Martin Ritchie2006-11-151-38/+61
| | | | | | Sorry forgot this file. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@475294 13f79535-47bb-0310-9956-ffa450edef68
* QPID-92 Changes to bring MINA use up to MINA-Head (1.1.0) compatibility Martin Ritchie2006-11-151-5/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@475288 13f79535-47bb-0310-9956-ffa450edef68
* QPID-92 Changes to bring MINA use up to MINA-Head (1.1.0) compatibility Martin Ritchie2006-11-1513-65/+56
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@475286 13f79535-47bb-0310-9956-ffa450edef68
* QPID-76Martin Ritchie2006-11-152-11/+48
| | | | | | Forgot to include the client build distributions. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@475145 13f79535-47bb-0310-9956-ffa450edef68
* keys used for signing the releaseRajith Muditha Attapattu2006-11-141-0/+32
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@475036 13f79535-47bb-0310-9956-ffa450edef68
* QPID-93 Removed management modules which have now been removed from the ↵Robert Greig2006-11-141-1/+1
| | | | | | repository. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@474933 13f79535-47bb-0310-9956-ffa450edef68
* QPID-93 Bhupendra Bhusman Bhardwaj2006-11-1467-5023/+0
| | | | | | These management modules are not in working order and not being used. These need to be removed. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@474844 13f79535-47bb-0310-9956-ffa450edef68
* mergered the changes from Developing.txt to README.txtRajith Muditha Attapattu2006-11-132-89/+84
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@474564 13f79535-47bb-0310-9956-ffa450edef68
* * added top-level systests directory for non-unit testsStephen Vinoski2006-11-1242-7/+177
| | | | | | | | * moved some tests into systests to eliminate dependencies between test subdirectories (required for maven) git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@473889 13f79535-47bb-0310-9956-ffa450edef68
* update Apache licenses to the current versionStephen Vinoski2006-11-10639-7969/+10297
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@473568 13f79535-47bb-0310-9956-ffa450edef68
* Modified the generation of the root LICENSE.txt file to include references ↵Martin Ritchie2006-11-102-3/+35
| | | | | | to all other license files in the project. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@473536 13f79535-47bb-0310-9956-ffa450edef68
* release notes updatedMarnie McCormack2006-11-101-0/+74
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@473360 13f79535-47bb-0310-9956-ffa450edef68
* update to readmeMarnie McCormack2006-11-101-3/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@473359 13f79535-47bb-0310-9956-ffa450edef68
* Fixed ant error due to lack of fscontext jarMartin Ritchie2006-11-101-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@473356 13f79535-47bb-0310-9956-ffa450edef68
* QPID-74 Resolved some issues where a few new files were not addedMartin Ritchie2006-11-103-18/+51
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@473345 13f79535-47bb-0310-9956-ffa450edef68
* Removed bdbstore referenceMartin Ritchie2006-11-101-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@473338 13f79535-47bb-0310-9956-ffa450edef68
* QPID-77 QPID-81Martin Ritchie2006-11-101-6/+5
| | | | | | Set name of launcher back to <module>-launcher.jar to make the bin scripts easier to handle git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@473336 13f79535-47bb-0310-9956-ffa450edef68
* QPID-78Martin Ritchie2006-11-104-4/+30
| | | | | | Added DISCLAIMER.txt LICENSE.txt and NOTICE.txt to the built jars git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@473331 13f79535-47bb-0310-9956-ffa450edef68
* typo correctlyMarnie McCormack2006-11-101-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@473307 13f79535-47bb-0310-9956-ffa450edef68
* Added licenses for jython and jms cts and removed fscontext jars, updated to ↵Marnie McCormack2006-11-105-2/+84
| | | | | | notice.txt git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@473296 13f79535-47bb-0310-9956-ffa450edef68
* Added attributions to notice file for saxon, slf4j and junit. Props changed ↵Marnie McCormack2006-11-102-471/+489
| | | | | | on saxon license. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@473288 13f79535-47bb-0310-9956-ffa450edef68
* Created module.vm.version to set X-Compile-Source-JDK in jars default is 1.4 ↵Martin Ritchie2006-11-103-17/+8
| | | | | | Broker overrides to 1.5 git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@473283 13f79535-47bb-0310-9956-ffa450edef68
* Name change for junit license and added MPL for saxonMarnie McCormack2006-11-102-0/+471
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@473282 13f79535-47bb-0310-9956-ffa450edef68
* Shutdown invm broker after connections are closed.Gordon Sim2006-11-101-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@473280 13f79535-47bb-0310-9956-ffa450edef68
* Removed old license fileMarnie McCormack2006-11-101-30/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@473274 13f79535-47bb-0310-9956-ffa450edef68
* Removed old license filesMarnie McCormack2006-11-101-41/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@473273 13f79535-47bb-0310-9956-ffa450edef68
* name changeMarnie McCormack2006-11-101-0/+41
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@473272 13f79535-47bb-0310-9956-ffa450edef68
* Name updateMarnie McCormack2006-11-101-0/+30
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@473271 13f79535-47bb-0310-9956-ffa450edef68
* git-svn-id: ↵Martin Ritchie2006-11-101-78/+0
| | | | https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@473265 13f79535-47bb-0310-9956-ffa450edef68
* Fixed to ref Qpid not TuscanyMarnie McCormack2006-11-101-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@473264 13f79535-47bb-0310-9956-ffa450edef68
* Addition of svn-auto-props based on TuscanyMartin Ritchie2006-11-101-0/+78
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@473263 13f79535-47bb-0310-9956-ffa450edef68
* Updated properties SVN:eol-style nativeMartin Ritchie2006-11-101-2/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@473261 13f79535-47bb-0310-9956-ffa450edef68
* restrucutred the release docsRajith Muditha Attapattu2006-11-104-213/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@473186 13f79535-47bb-0310-9956-ffa450edef68
* removing the duplicate read me fileRajith Muditha Attapattu2006-11-091-15/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@473092 13f79535-47bb-0310-9956-ffa450edef68
* Adding the nessacery licensing and notice files as per Apache guidelinesRajith Muditha Attapattu2006-11-093-0/+230
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@473091 13f79535-47bb-0310-9956-ffa450edef68
* Updated propertiesStephen Vinoski2006-11-096-427/+427
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@473072 13f79535-47bb-0310-9956-ffa450edef68
* QPID-77Martin Ritchie2006-11-092-223/+241
| | | | | | Fixed std-bin-release to rename jar files.. Need to fix the *.bat files as they have hard coded *-launcher.jar files. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@472992 13f79535-47bb-0310-9956-ffa450edef68
* Apache conformant notice text addedMarnie McCormack2006-11-091-0/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@472906 13f79535-47bb-0310-9956-ffa450edef68