summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/interface (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-08-17Make interface isEqual() method available from interface contract mapperedwardsmj1-0/+9
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@804960 13f79535-47bb-0310-9956-ffa450edef68
2009-08-11Remove hashCode and equals methods in base OperationImpl and InterfaceImpl ↵rfeng3-107/+3
to improve performance git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@802989 13f79535-47bb-0310-9956-ffa450edef68
2009-07-31Be more defensive when checking for interface compatibility. Prevent NPE ↵slaws1-0/+12
when testing ASM_8003. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@799581 13f79535-47bb-0310-9956-ffa450edef68
2009-06-23Add a QName as the type for binding/implementation and use it to compare ↵rfeng2-4/+4
model types instead of class git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@787865 13f79535-47bb-0310-9956-ffa450edef68
2009-05-27Added new method for testing Equality of two interfaces, as described in ↵edwardsmj2-3/+84
TUSCANY-3064 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779075 13f79535-47bb-0310-9956-ffa450edef68
2009-05-27Add checking for wrapper stylerfeng1-6/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@778941 13f79535-47bb-0310-9956-ffa450edef68
2009-05-14Start to integrate the node configuration with NodeImplrfeng1-3/+11
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774854 13f79535-47bb-0310-9956-ffa450edef68
2009-04-14Fixing the MANIFEST.MF with Bundle-RequiredExecutionEnvironment headerrfeng1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@764927 13f79535-47bb-0310-9956-ffa450edef68
2009-03-30Add a map of attributes to the Interface/Operation modelrfeng4-62/+89
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@760185 13f79535-47bb-0310-9956-ffa450edef68
2009-03-17Revert 755183 an errant commit from the release pluginantelder1-3/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755206 13f79535-47bb-0310-9956-ffa450edef68
2009-03-17[maven-release-plugin] prepare branch test-branchantelder1-3/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755183 13f79535-47bb-0310-9956-ffa450edef68
2009-02-20Start to implement the SCA policy framework 1.1 spec draft from OASIS OpenCSArfeng4-12/+12
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@746356 13f79535-47bb-0310-9956-ffa450edef68
2009-01-23TUSCANY-2780 - Updating NOTICE files to include 2009 in the copyright statementlresende1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736880 13f79535-47bb-0310-9956-ffa450edef68
2009-01-20Updating MANIFEST.MF versions to 2.0.0lresende1-8/+8
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736040 13f79535-47bb-0310-9956-ffa450edef68
2008-12-03Converted from JUnit 3 style imports (junit.framework) to JUnit 4 style ↵mcombellack1-2/+1
imports (org.junit) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@722930 13f79535-47bb-0310-9956-ffa450edef68
2008-12-03Converted unit tests from JUnit 3 to JUnit 4mcombellack1-6/+21
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@722917 13f79535-47bb-0310-9956-ffa450edef68
2008-11-19Fixing up pom artifact version to 2.0-SNAPSHOTlresende1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718906 13f79535-47bb-0310-9956-ffa450edef68
2008-11-19Copying modules from Equinox branch, to start merging the delta changes from ↵lresende30-0/+3745
1.x/original trunk git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718815 13f79535-47bb-0310-9956-ffa450edef68
2008-11-19Moving current trunk modules to contrib, before starting the Equinox branch ↵lresende30-3763/+0
merge git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718812 13f79535-47bb-0310-9956-ffa450edef68
2008-11-17Change MANIFEST.MF version to 2.0 to match trunk build. It turns out this ↵antelder1-8/+8
isn't so striaght forward to do as there are quite a few permutations you need to search/replace to catch all the occurances of 1.4 so this is going to make doing releases a bit harder so we may need to find a better way git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718234 13f79535-47bb-0310-9956-ffa450edef68
2008-11-17Copy MANIFEST.MF files from sca-equinox to trunk for the minimal modules to ↵antelder1-0/+27
run the calclator sample. Minimal modules as identified in http://apache.markmail.org/message/ofdwyjikioosc7bn. Still need to update for new version, that will be in a seperate commit git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718231 13f79535-47bb-0310-9956-ffa450edef68
2008-11-17Change trunk version so it doesn't clash with the 1.4 branch version by ↵antelder1-2/+2
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
2008-07-02Fix for TUSCANY-2444rfeng1-3/+9
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673298 13f79535-47bb-0310-9956-ffa450edef68