summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/branches (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Reverting pom changes from revision 900902 which accidentally changed ↵lresende2010-01-1992-681/+681
| | | | | | artifactId from 1.6-SNAPSHOT to 1.6 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@900920 13f79535-47bb-0310-9956-ffa450edef68
* Removing modules not ready to be released (looks like git left empty folders)lresende2010-01-1992-681/+681
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@900902 13f79535-47bb-0310-9956-ffa450edef68
* Removing modules not ready to be releasedlresende2010-01-19155-7275/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@900679 13f79535-47bb-0310-9956-ffa450edef68
* Updating LICENSE/NOTICE to properly mention required notice from Caucho ↵lresende2010-01-192-1/+51
| | | | | | Technology git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@900678 13f79535-47bb-0310-9956-ffa450edef68
* Removing modules not ready to be releasedlresende2010-01-19232-15098/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@900677 13f79535-47bb-0310-9956-ffa450edef68
* Removing build temp file related to velocitylresende2010-01-191-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@900676 13f79535-47bb-0310-9956-ffa450edef68
* Updating release files with current planed release dateslresende2010-01-197-6/+10
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@900675 13f79535-47bb-0310-9956-ffa450edef68
* Removing modules not ready to be releasedlresende2010-01-19129-7114/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@900674 13f79535-47bb-0310-9956-ffa450edef68
* Removing build temp file related to velocitylresende2010-01-191-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@900673 13f79535-47bb-0310-9956-ffa450edef68
* Removing (form pom.xml) modules not ready to be releasedlresende2010-01-191-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@900672 13f79535-47bb-0310-9956-ffa450edef68
* Removing modules not ready to be releasedlresende2010-01-19163-11091/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@900671 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3421 - Fixing 1.5 build issues, mostly dependencies around jax-ws, jaxblresende2010-01-134-1/+233
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@898595 13f79535-47bb-0310-9956-ffa450edef68
* Updates to source assembly to fix issues reported by RAT reportlresende2010-01-121-197/+196
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@898236 13f79535-47bb-0310-9956-ffa450edef68
* Adding missing Apache License headerslresende2010-01-123-0/+54
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@898235 13f79535-47bb-0310-9956-ffa450edef68
* Adding missing Apache License headerslresende2010-01-122-0/+36
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@898234 13f79535-47bb-0310-9956-ffa450edef68
* Adding missing Apache License headerslresende2010-01-124-2/+72
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@898233 13f79535-47bb-0310-9956-ffa450edef68
* Adding missing Apache License headerslresende2010-01-1219-0/+342
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@898232 13f79535-47bb-0310-9956-ffa450edef68
* Adding missing Apache License headerslresende2010-01-121-0/+18
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@898230 13f79535-47bb-0310-9956-ffa450edef68
* Removing itests that were not released in 1.5.2 releaselresende2010-01-1243-2963/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@898229 13f79535-47bb-0310-9956-ffa450edef68
* Removing JDK 5 specific code (String isEmpty)lresende2010-01-111-2/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@898099 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3418 add missing equals operator to JMS wire formats so that ↵slaws2010-01-115-2/+28
| | | | | | interceptors are not injected twice. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@897821 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3418 add missing equals operator to JMS wire formats so that ↵slaws2010-01-115-2/+28
| | | | | | interceptors are not injected twice. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@897814 13f79535-47bb-0310-9956-ffa450edef68
* Add an explicit version for the exec-maven-plugin and provide a repository ↵slaws2010-01-113-0/+28
| | | | | | to retrieve it from. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@897810 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3389 - Tyding up the http response to properly distinguish from ↵lresende2010-01-071-5/+7
| | | | | | authentication and authorization exceptions and send the proper http status code git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@896752 13f79535-47bb-0310-9956-ffa450edef68
* Add an explicit version for the exec-maven-plugin and provide a repository ↵slaws2010-01-053-0/+28
| | | | | | to retrieve it from. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@896015 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3408 Generate referenced namespace shortname if it's not already presentslaws2010-01-041-3/+27
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@895652 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3408 Generate referenced namespace shortname if it's not already presentslaws2010-01-041-3/+27
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@895647 13f79535-47bb-0310-9956-ffa450edef68
* Copy 1.x trunk to branches for start of 1.6 releaseantelder2009-12-219536-0/+740973
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@892786 13f79535-47bb-0310-9956-ffa450edef68
* Apply the patch from Martin Clough for TUSCANY-3379. Thanks.rfeng2009-11-231-137/+137
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@883446 13f79535-47bb-0310-9956-ffa450edef68
* Moving 1.x brancheslresende2009-11-138442-0/+669736
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835694 13f79535-47bb-0310-9956-ffa450edef68
* Moving 1.x brancheslresende2009-11-118427-0/+668223
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835145 13f79535-47bb-0310-9956-ffa450edef68
* Moving 1.x brancheslresende2009-11-112575-0/+243770
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835144 13f79535-47bb-0310-9956-ffa450edef68
* Moving 1.x brancheslresende2009-11-111747-0/+171782
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835143 13f79535-47bb-0310-9956-ffa450edef68
* Moving 1.x brancheslresende2009-11-118337-0/+699503
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835142 13f79535-47bb-0310-9956-ffa450edef68
* Moving 1.x brancheslresende2009-11-111227-0/+117949
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835141 13f79535-47bb-0310-9956-ffa450edef68
* Moving 1.x brancheslresende2009-11-111888-0/+253575
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835140 13f79535-47bb-0310-9956-ffa450edef68
* Moving 1.x brancheslresende2009-11-111751-0/+237577
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835139 13f79535-47bb-0310-9956-ffa450edef68
* Moving 1.x brancheslresende2009-11-118291-0/+663102
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835132 13f79535-47bb-0310-9956-ffa450edef68
* Moving 1.x brancheslresende2009-11-118109-0/+669046
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835131 13f79535-47bb-0310-9956-ffa450edef68
* Moving 1.x brancheslresende2009-11-116495-0/+516514
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835130 13f79535-47bb-0310-9956-ffa450edef68
* Moving 1.x brancheslresende2009-11-116470-0/+513247
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835129 13f79535-47bb-0310-9956-ffa450edef68
* Moving 1.x brancheslresende2009-11-116450-0/+510863
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835128 13f79535-47bb-0310-9956-ffa450edef68
* Moving 1.x brancheslresende2009-11-116445-0/+510139
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835127 13f79535-47bb-0310-9956-ffa450edef68
* Moving 1.x brancheslresende2009-11-115518-0/+432495
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835126 13f79535-47bb-0310-9956-ffa450edef68
* Moving 1.x brancheslresende2009-11-115518-0/+432483
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835125 13f79535-47bb-0310-9956-ffa450edef68
* Moving 1.x brancheslresende2009-11-114278-0/+341443
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835124 13f79535-47bb-0310-9956-ffa450edef68
* Moving 1.x brancheslresende2009-11-114679-0/+344492
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835123 13f79535-47bb-0310-9956-ffa450edef68
* Moving 1.x brancheslresende2009-11-114423-0/+327068
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835122 13f79535-47bb-0310-9956-ffa450edef68
* Moving 1.x brancheslresende2009-11-114100-0/+303260
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835121 13f79535-47bb-0310-9956-ffa450edef68
* Moving 1.x brancheslresende2009-11-112547-0/+196823
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835120 13f79535-47bb-0310-9956-ffa450edef68