summaryrefslogtreecommitdiffstats
path: root/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Converted unit tests from JUnit 3 to JUnit 4mcombellack2008-12-046-26/+25
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723273 13f79535-47bb-0310-9956-ffa450edef68
* Updated code to remove compiler warningmcombellack2008-12-041-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723271 13f79535-47bb-0310-9956-ffa450edef68
* Converted unit tests from JUnit 3 to JUnit 4mcombellack2008-12-043-12/+29
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723270 13f79535-47bb-0310-9956-ffa450edef68
* Refactor the tuscany-core module to move private classes out of the SPI packagesrfeng2008-12-0493-455/+667
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723218 13f79535-47bb-0310-9956-ffa450edef68
* Minor cleanup in java implementationlresende2008-12-046-38/+36
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723168 13f79535-47bb-0310-9956-ffa450edef68
* Use static imports instead of implementing the Constants interfacerfeng2008-12-036-5/+91
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723151 13f79535-47bb-0310-9956-ffa450edef68
* Clean up the test caserfeng2008-12-031-6/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723137 13f79535-47bb-0310-9956-ffa450edef68
* Add host-http and interface-wsdl-xxx modules to the buildrfeng2008-12-032-364/+375
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723136 13f79535-47bb-0310-9956-ffa450edef68
* Add missing Import-Packagerfeng2008-12-031-9/+14
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723114 13f79535-47bb-0310-9956-ffa450edef68
* Fix access violationsrfeng2008-12-033-26/+23
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723111 13f79535-47bb-0310-9956-ffa450edef68
* Fixed generics raw type compiler warningsmcombellack2008-12-035-7/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@722954 13f79535-47bb-0310-9956-ffa450edef68
* Fixed generics raw type compiler warningsmcombellack2008-12-031-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@722946 13f79535-47bb-0310-9956-ffa450edef68
* Fixed generics raw type compiler warningsmcombellack2008-12-031-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@722945 13f79535-47bb-0310-9956-ffa450edef68
* Fixed generics raw type compiler warningsmcombellack2008-12-031-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@722943 13f79535-47bb-0310-9956-ffa450edef68
* Corrected minor spelling mistakemcombellack2008-12-031-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@722937 13f79535-47bb-0310-9956-ffa450edef68
* Fixed generics raw type compiler warningsmcombellack2008-12-031-6/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@722935 13f79535-47bb-0310-9956-ffa450edef68
* Fixed generics raw type warningsmcombellack2008-12-031-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@722933 13f79535-47bb-0310-9956-ffa450edef68
* Converted from JUnit 3 style imports (junit.framework) to JUnit 4 style ↵mcombellack2008-12-0328-65/+30
| | | | | | imports (org.junit) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@722930 13f79535-47bb-0310-9956-ffa450edef68
* Converted unit tests from JUnit 3 to JUnit 4mcombellack2008-12-031-8/+11
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@722927 13f79535-47bb-0310-9956-ffa450edef68
* Converted unit tests from JUnit 3 to JUnit 4mcombellack2008-12-031-3/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@722925 13f79535-47bb-0310-9956-ffa450edef68
* Converted unit tests from JUnit 3 to JUnit 4mcombellack2008-12-032-7/+16
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@722924 13f79535-47bb-0310-9956-ffa450edef68
* Converted unit tests from JUnit 3 to JUnit 4mcombellack2008-12-034-18/+42
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@722922 13f79535-47bb-0310-9956-ffa450edef68
* Converted unit tests from JUnit 3 to JUnit 4mcombellack2008-12-031-6/+21
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@722917 13f79535-47bb-0310-9956-ffa450edef68
* Converted unit tests from JUnit 3 to JUnit 4mcombellack2008-12-031-7/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@722915 13f79535-47bb-0310-9956-ffa450edef68
* Converted unit tests from JUnit 3 to JUnit 4mcombellack2008-12-033-15/+41
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@722912 13f79535-47bb-0310-9956-ffa450edef68
* Converted unit tests from JUnit 3 to JUnit 4mcombellack2008-12-038-40/+66
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@722905 13f79535-47bb-0310-9956-ffa450edef68
* Testcases moved back to interface-wsdl-xml from interface-wsdl in the 2.0 ↵edwardsmj2008-12-034-0/+357
| | | | | | stream, as a fix for Tuscany 2704. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@722879 13f79535-47bb-0310-9956-ffa450edef68
* Cleaned up import statementsmcombellack2008-12-034-28/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@722860 13f79535-47bb-0310-9956-ffa450edef68
* Renaming test class since any classes starting with Abstract are ignored ↵mcombellack2008-12-031-1/+1
| | | | | | when identifying unit tests git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@722859 13f79535-47bb-0310-9956-ffa450edef68
* Converted unit tests from JUnit 3 to JUnit 4mcombellack2008-12-0325-90/+330
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@722852 13f79535-47bb-0310-9956-ffa450edef68
* Moved imports from JUnit 3 to JUnit 4 style - i.e changed import ↵mcombellack2008-12-0315-28/+26
| | | | | | junit.framework to import org.junit git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@722817 13f79535-47bb-0310-9956-ffa450edef68
* Clean up the Import-Package/Export-Packagerfeng2008-12-021-11/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@722681 13f79535-47bb-0310-9956-ffa450edef68
* Clean up the Import-Package/Export-Packagerfeng2008-12-021-6/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@722664 13f79535-47bb-0310-9956-ffa450edef68
* Clean up the Import-Package/Export-Packagerfeng2008-12-021-4/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@722655 13f79535-47bb-0310-9956-ffa450edef68
* Remove dependency on o.a.t.s.a.builder.implrfeng2008-12-021-16/+18
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@722633 13f79535-47bb-0310-9956-ffa450edef68
* Fix the typorfeng2008-12-021-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@722632 13f79535-47bb-0310-9956-ffa450edef68
* Remove dependency on o.a.t.s.a.builder.implrfeng2008-12-022-2/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@722568 13f79535-47bb-0310-9956-ffa450edef68
* Remove references to Constants from assembly-xmlrfeng2008-12-022-10/+12
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@722565 13f79535-47bb-0310-9956-ffa450edef68
* Removed testcases erroneously included into interface-wsdl module when ↵edwardsmj2008-12-025-425/+0
| | | | | | migrating to the 2.0 release - as described in Tuscany JIRA 2704 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@722510 13f79535-47bb-0310-9956-ffa450edef68
* Converted unit tests from JUnit 3 to JUnit 4mcombellack2008-12-025-36/+46
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@722505 13f79535-47bb-0310-9956-ffa450edef68
* Converted unit tests from JUnit 3 to JUnit 4mcombellack2008-12-0214-120/+82
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@722501 13f79535-47bb-0310-9956-ffa450edef68
* Converted unit tests from JUnit 3 to JUnit 4mcombellack2008-12-023-13/+24
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@722494 13f79535-47bb-0310-9956-ffa450edef68
* Converted unit tests from JUnit 3 to JUnit 4mcombellack2008-12-023-15/+28
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@722491 13f79535-47bb-0310-9956-ffa450edef68
* Renamed test case so it has the correct test case name format (i.e. ending ↵mcombellack2008-12-021-2/+2
| | | | | | in TestCase) so it will be run by the surefire test report git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@722468 13f79535-47bb-0310-9956-ffa450edef68
* Reduced the length of the delays in some unit tests since they do not need ↵mcombellack2008-12-022-20/+20
| | | | | | to be so long to test the required functionality git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@722431 13f79535-47bb-0310-9956-ffa450edef68
* Cleaning up obsolete DISCLAIMER files from Incubation timeframelresende2008-12-018-56/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@722178 13f79535-47bb-0310-9956-ffa450edef68
* Add the self import back inslaws2008-12-011-1/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@722082 13f79535-47bb-0310-9956-ffa450edef68
* Minimize dependencies by making xmlschema optional for nowantelder2008-11-281-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@721511 13f79535-47bb-0310-9956-ffa450edef68
* Add Apache headerslaws2008-11-281-0/+17
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@721507 13f79535-47bb-0310-9956-ffa450edef68
* Remove the self import as it messes up my eclipse PDE dependency graph. ↵slaws2008-11-281-3/+1
| | | | | | There may be a specific reason for his import as many modules import packages that they themselves contain so I'll see if anyone can shed light on this and if not carry on removing them git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@721429 13f79535-47bb-0310-9956-ffa450edef68