summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/implementation-spring (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-05-01Tidy upspring manifestsantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@770653 13f79535-47bb-0310-9956-ffa450edef68
2009-05-01Tidy up spring manifestsantelder1-13/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@770652 13f79535-47bb-0310-9956-ffa450edef68
2009-05-01Update the spring pom.xml's with warning messageantelder1-0/+10
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@770646 13f79535-47bb-0310-9956-ffa450edef68
2009-04-30Start to separate the tuscany and spring code into descrete modules with no ↵antelder6-417/+273
references to Spring classes in the implementation-spring module and no references to Tuscany classes in the implementation-spring-runtime module. Work in progress, compiles cleanly but the tests don't run but then they didn't run before this commit either git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@770312 13f79535-47bb-0310-9956-ffa450edef68
2009-04-29Fixes for Spring Refactoringramkumar4-20/+22
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@769749 13f79535-47bb-0310-9956-ffa450edef68
2009-04-29Adjusted MANIFEST file to accommodate latest code structure for Spring ↵edwardsmj1-0/+1
implementation git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@769744 13f79535-47bb-0310-9956-ffa450edef68
2009-04-28Refactoring Spring Modulesramkumar9-748/+277
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@769323 13f79535-47bb-0310-9956-ffa450edef68
2009-04-23Corrected for OSGi dependency problemsedwardsmj1-3/+27
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@768078 13f79535-47bb-0310-9956-ffa450edef68
2009-04-23Corrected for OSGi dependency problemsedwardsmj1-3/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@768076 13f79535-47bb-0310-9956-ffa450edef68
2009-04-20Porting Spring Modules into 2.xramkumar26-0/+4022
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@766685 13f79535-47bb-0310-9956-ffa450edef68
2009-01-31Moving modules that are not part of the main build to contrib folderlresende26-2917/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739505 13f79535-47bb-0310-9956-ffa450edef68
2009-01-28TUSCANY-2790 - Updated package names from org.osoa.sca to org.oasisopen.sca ↵mcombellack6-8/+8
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
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-27/+27
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736040 13f79535-47bb-0310-9956-ffa450edef68
2008-11-19Fixing up pom artifact version to 2.0-SNAPSHOTlresende1-10/+10
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718906 13f79535-47bb-0310-9956-ffa450edef68
2008-11-19Merging the 1.x delta on top of the equinox based moduleslresende10-8/+788
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718858 13f79535-47bb-0310-9956-ffa450edef68
2008-11-19Copying modules from Equinox branch, to start merging the delta changes from ↵lresende21-0/+2137
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 ↵lresende79-5361/+0
merge git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718812 13f79535-47bb-0310-9956-ffa450edef68
2008-11-17Change trunk version so it doesn't clash with the 1.4 branch version by ↵antelder1-11/+11
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-10-31Checkin for TUSCANY-2654, TUSCANY-2655 and TUSCANY-2656ramkumar9-8/+818
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@709400 13f79535-47bb-0310-9956-ffa450edef68
2008-10-13TUSCANY-2613 - Upgrading Spring version to 2.5.5. Thanks for the patch Ram.lresende1-3/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@703904 13f79535-47bb-0310-9956-ffa450edef68
2008-10-10TUSCANY-2634 - Applying RAM's patch to make implementation.spring aware of ↵lresende4-3/+36
policies. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@703540 13f79535-47bb-0310-9956-ffa450edef68
2008-09-12Added a new testcase to cover the functionality fixed by JIRA 2573edwardsmj6-0/+180
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694666 13f79535-47bb-0310-9956-ffa450edef68
2008-09-12TUSCANY-2596: Apply patch from Ramkumar Ramalingam for Support for ↵antelder5-37/+224
<constructor-arg> element in Spring Implementation git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694636 13f79535-47bb-0310-9956-ffa450edef68
2008-09-10TUSCANY-2585- support includes in spring contexts in component implementationsslaws10-18/+273
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@693884 13f79535-47bb-0310-9956-ffa450edef68
2008-09-10TUSCANY-2573 - Fix the location of the sca spring namespace. Thanks for the ↵slaws10-44/+42
patch Ram git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@693847 13f79535-47bb-0310-9956-ffa450edef68
2008-08-07Apply patch from Ramkumar Ramalingam for TUSCANY-2493: Specs gap in ↵antelder4-71/+80
implementation-spring location attribute git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@683550 13f79535-47bb-0310-9956-ffa450edef68
2008-07-27TUSCANY-2502 - Applying patch to make spring implementation compatible with ↵lresende1-1/+9
Spring 2.5 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@680065 13f79535-47bb-0310-9956-ffa450edef68
2008-07-27TUSCANY-1921 - Properly creating the jar url for the application context ↵lresende1-2/+2
artifact git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@680063 13f79535-47bb-0310-9956-ffa450edef68