summaryrefslogtreecommitdiffstats
path: root/java/sca/itest/conversations (follow)
Commit message (Collapse)AuthorAgeFilesLines
* TUSCANY-2790 - Updated package names from org.osoa.sca to org.oasisopen.sca ↵mcombellack2009-01-2834-123/+123
| | | | | | | | | | | | | and from org.osoa.sca.annotations to org.oasisopen.sca.annotation to reflect the new package names in the OASIS Open SCA specifications. To do this, I: * Renamed the org.osoa.sca package to org.oasisopen.sca using Eclipse refactoring * Renamed the org.osoa.sca.annotations package to org.oasisopen.sca.annotation using Eclipse refactoring * Did a global search and replace for all remaining instances of the old org.osoa package names and replaced with the new org.oasisopen version Hopefully, I have not missed too many instances of the old package name git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738490 13f79535-47bb-0310-9956-ffa450edef68
* Changed code to use Integer.valueOf() rather than new Integer() as valueOf() ↵mcombellack2008-12-082-2/+2
| | | | | | is the recommended way of creating an Integer object from an int (see JavaDoc for Integer) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724342 13f79535-47bb-0310-9956-ffa450edef68
* Removed redundant modifiers (such as public, final, etc) as these are not ↵mcombellack2008-12-086-56/+56
| | | | | | needed for interfaces git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724318 13f79535-47bb-0310-9956-ffa450edef68
* Convert, clean and bring up a set of itestsrfeng2008-12-0537-976/+1071
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723537 13f79535-47bb-0310-9956-ffa450edef68
* Change trunk version so it doesn't clash with the 1.4 branch version by ↵antelder2008-11-171-3/+3
| | | | | | bumping up to 2.0-SNAPSHOT as per the recent vote for 2.0 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718223 13f79535-47bb-0310-9956-ffa450edef68
* Move Tuscany from Incubator to top level.dims2008-06-1748-0/+4456
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@668359 13f79535-47bb-0310-9956-ffa450edef68