summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/implementation-spring/META-INF/MANIFEST.MF (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-06-11Add missing import in the OSGi manifestantelder1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1134516 13f79535-47bb-0310-9956-ffa450edef68
2010-08-20Refactor implementation-spring into 4 modulesrfeng1-15/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@987670 13f79535-47bb-0310-9956-ffa450edef68
2010-07-28Allow Spring WebApplicationContext to be used by Tuscanyrfeng1-7/+16
Bring up a sample web application which demonstrates the integration between Spring and Tuscany git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@980218 13f79535-47bb-0310-9956-ffa450edef68
2009-11-20Moving 2.x trunklresende1-0/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882795 13f79535-47bb-0310-9956-ffa450edef68
2009-11-20Clean up the MANIFEST.MF and add SCA-Version headerrfeng1-3/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882666 13f79535-47bb-0310-9956-ffa450edef68
2009-06-01Fix for TUSCANY-3069, using ModelResolver instead of TCCL to resolve ↵rfeng1-2/+3
location and java classes git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@780885 13f79535-47bb-0310-9956-ffa450edef68
2009-05-11Add missing import packagerfeng1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@773626 13f79535-47bb-0310-9956-ffa450edef68
2009-05-07Removed references to implementation.spring.processor package from ↵edwardsmj1-6/+1
MANIFEST.MF file in implementation-spring git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@772684 13f79535-47bb-0310-9956-ffa450edef68
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-04-29Fixes for Spring Refactoringramkumar1-0/+1
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-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-20Porting Spring Modules into 2.xramkumar1-0/+40
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 folderlresende1-83/+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 ↵mcombellack1-2/+2
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-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-19Copying modules from Equinox branch, to start merging the delta changes from ↵lresende1-0/+0
1.x/original trunk git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718815 13f79535-47bb-0310-9956-ffa450edef68
2008-11-17Initial work to split implementation spring to follow the same pattern used ↵lresende1-17/+32
in other modules (model/xml and runtime). git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718181 13f79535-47bb-0310-9956-ffa450edef68
2008-11-14Adjust optional dependencies from test cases to avoid duplicate classpath ↵rfeng1-2/+0
entries (from PDE requiredPlugins classpath container or explicit classpath entries) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@714138 13f79535-47bb-0310-9956-ffa450edef68
2008-10-31Fix bundle import packagerfeng1-23/+36
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@709493 13f79535-47bb-0310-9956-ffa450edef68
2008-10-30Fix the MANIFEST.MF to add optional packages for test cases in Import-Packagerfeng1-31/+33
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@709237 13f79535-47bb-0310-9956-ffa450edef68
2008-10-30Adding the generated META-INF/MANIFEST.MF to source code repository, as ↵lresende1-0/+55
these artifacts should be authored and tweaked by developers. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@709194 13f79535-47bb-0310-9956-ffa450edef68