summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge license header fixes to 1.4 from 1.x r724110 to 724120antelder2008-12-0837-2175/+2823
* Updated code that converts a String to a long to use Long.parseLong(String) r...mcombellack2008-12-081-2/+2
* Changed code to use Integer.valueOf() rather than new Integer() as valueOf() ...mcombellack2008-12-082-2/+2
* Converted existing comments in the source code to the correct JavaDoc format ...mcombellack2008-12-081-6/+19
* Made the constants private static final and use the correct variable naming s...mcombellack2008-12-081-9/+9
* Removed unnessary return statelements from methods where the last statement i...mcombellack2008-12-081-4/+0
* Removed unnessary return statelements from methods where the last statement i...mcombellack2008-12-0811-33/+0
* Made private utility classes finalmcombellack2008-12-081-2/+2
* Corrected the names of twostatic final variables so they use the correct nami...mcombellack2008-12-081-8/+8
* Added { and } characters for code blocks where they did not have them so the ...mcombellack2008-12-084-6/+12
* Removed redundant modifiers (such as public, final, etc) as these are not nee...mcombellack2008-12-0830-105/+105
* TUSCANY-2727, remove www-services from 1.4antelder2008-12-0839-21546/+0
* TUSCANY-2681: Apply fix from Rodolfo Dias to fix When a Component class imple...antelder2008-12-082-9/+69
* Fixes for TUSCANY-2721ramkumar2008-12-0832-1711/+0
* Adding tuscany birthday logo as static image to be used by the confluence aut...lresende2008-12-071-0/+0
* Reduced the sleep times in the test since they did not need to be so long. Th...mcombellack2008-12-072-66/+98
* Fixes for module nameramkumar2008-12-071-1/+1
* Fixes for junk modulesramkumar2008-12-0758-5433/+168
* Fixes for junk folderramkumar2008-12-071-1/+7
* Add missing license headersantelder2008-12-071-127/+145
* Add missing license headersantelder2008-12-071-124/+142
* Add missing license headersantelder2008-12-072-0/+35
* Add missing license headersantelder2008-12-074-0/+72
* Add missing license headersantelder2008-12-071-0/+18
* Add missing license headersantelder2008-12-071-0/+18
* Add missing license headersantelder2008-12-0718-1296/+1620
* Add missing license headersantelder2008-12-076-628/+736
* Add missing license headersantelder2008-12-072-0/+36
* Exclude ORB trace files from distributionantelder2008-12-071-0/+1
* Merge missing license headers fix from 1.x branch to 1.4antelder2008-12-073-0/+54
* Add missing license headerantelder2008-12-071-0/+18
* Add missing license headerantelder2008-12-071-0/+18
* Add missing license headerantelder2008-12-071-0/+18
* Merge r723501 changes for TUSCANY-2698 into the 1.4 branchnash2008-12-056-7/+189
* Add itest to the main buildrfeng2008-12-051-1/+1
* Further cleanup for ComponentContext, CompositeContextrfeng2008-12-0514-397/+553
* Merging changes to delay initialization of Contribution repository to avoid c...lresende2008-12-053-133/+203
* TUSCANY-2715 - Merging changes from 1.x trunk to 1.4 releaselresende2008-12-058-406/+45
* Changes to make policy-security work in 2.0.edwardsmj2008-12-055-5/+6
* Made the private static logger field final as it does not changemcombellack2008-12-051-1/+1
* Made class final as the only constructor has private modifiermcombellack2008-12-051-1/+1
* Models for common java artifacts and their implementationslresende2008-12-058-0/+576
* Adding implementation-pojo as placeholder for common pojo/java related artifactslresende2008-12-050-0/+0
* Updated FileTransferMTOMTestCase to reflect new interfaces for starting Nodes...edwardsmj2008-12-051-5/+38
* Changes to match new 2.0 core interfaces, plus adding back the contents of t...edwardsmj2008-12-0511-37/+662
* Updated binding-ws-wsdlgen POM to point to binding-ws-axis2-policy moduleedwardsmj2008-12-051-94/+94
* Adding implementation-pojo as placeholder for common pojo/java related artifactslresende2008-12-054-0/+318
* Fixes for TUSCANY-2714ramkumar2008-12-051-1/+11
* Fixes for TUSCANY-2714ramkumar2008-12-051-1/+11
* Fixes for TUSCANY-2718ramkumar2008-12-051-15/+5