summaryrefslogtreecommitdiffstats
path: root/branches/sca-equinox/modules/assembly-xml (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-11-14Adjust optional dependencies from test cases to avoid duplicate classpath ↵rfeng1-2/+2
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-11-13Updating artifact version to avoid dependenciy issues with artifacts from trunklresende1-11/+11
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@713570 13f79535-47bb-0310-9956-ffa450edef68
2008-10-30Removed dependencies on the maven bundle plugin now that the manifests have ↵jsdelfino1-18/+0
been checked in. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@709261 13f79535-47bb-0310-9956-ffa450edef68
2008-10-30Fixing broken test cases due to partial merge from trunk.lresende2-3/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@709239 13f79535-47bb-0310-9956-ffa450edef68
2008-10-30Fix the MANIFEST.MF to add optional packages for test cases in Import-Packagerfeng1-20/+23
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@709237 13f79535-47bb-0310-9956-ffa450edef68
2008-10-30Fixing broken test cases due to partial merge from trunk.lresende2-4/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@709232 13f79535-47bb-0310-9956-ffa450edef68
2008-10-30Adding the generated META-INF/MANIFEST.MF to source code repository, as ↵lresende2-1/+36
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
2008-10-21Remove the dependency on o.a.t.s.policy.xmlrfeng2-28/+9
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@706756 13f79535-47bb-0310-9956-ffa450edef68
2008-10-21Restrict Export-Package rfeng1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@706706 13f79535-47bb-0310-9956-ffa450edef68
2008-10-14Remove SCA prefix from Defintions modelrfeng5-21/+21
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@704715 13f79535-47bb-0310-9956-ffa450edef68
2008-10-13Refactored contribution exceptions, moved them to the contribution.processor ↵jsdelfino12-37/+30
package which is exported out of the contribution module. Removed unused implementation classes. Moved test cases from contribution-impl to contribution. Also renamed a few test cases that had compile errors as easymock is not on the classpath. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@704156 13f79535-47bb-0310-9956-ffa450edef68
2008-10-10Convert the test cases to JUNIT 4rfeng11-136/+186
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@703562 13f79535-47bb-0310-9956-ffa450edef68
2008-10-10Make the o.a.t.s.a.builder.impl package privaterfeng3-20/+10
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@703556 13f79535-47bb-0310-9956-ffa450edef68
2008-10-06Work in progress. Started to clean up cross-bundle dependencies on ↵jsdelfino14-37/+37
ContributionService implementation class, the various CompositeBuilder implementation classes and the ContributionDependencyBuilder implementation class. Added extension points for ContributionBuilders and CompositeBuilders to have them discovered and loaded by the Equinox ServiceDiscovery like other extension points. Moved injection of monitors and SCA definitions to the build methods instead of the constructors to remove references to these implementation constructors. Simplified NodeImpl a bit to remove references to other runtime implementation classes. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@702000 13f79535-47bb-0310-9956-ffa450edef68
2008-09-29Fixed monitor module to avoid having to export monitor implementation ↵jsdelfino4-10/+9
classes. Removed dependencies on monitor-logging. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@700000 13f79535-47bb-0310-9956-ffa450edef68
2008-09-29Fixed test case as unknown elements are now supported.jsdelfino1-15/+16
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@699951 13f79535-47bb-0310-9956-ffa450edef68
2008-09-29Merged from trunk. TUSCANY-2538 - Moving Default element processor to ↵jsdelfino1-0/+71
contribution-xml and various other minor fixes. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@699943 13f79535-47bb-0310-9956-ffa450edef68
2008-09-29Merged from trunk. Upgrade to Axis2 1.4.1 and its transitive dependencies ↵jsdelfino1-1/+1
such as XmlSchema and Axiom based on the patches from Ram for TUSCANY-2606 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@699937 13f79535-47bb-0310-9956-ffa450edef68
2008-09-29Ported from trunk and simplified. Support the rmi:// uri for binding.rmi.jsdelfino1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@699932 13f79535-47bb-0310-9956-ffa450edef68
2008-09-21Deleted mispelled test class.jsdelfino1-60/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@697612 13f79535-47bb-0310-9956-ffa450edef68
2008-09-21Removed unknown element from readattributes test case, as that test case is ↵jsdelfino4-5/+55
not supposed to test that. Fixed spelling mistake in test class name. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@697611 13f79535-47bb-0310-9956-ffa450edef68
2008-09-17TUSCANY-2538 - Adding default processor to handle unknown contents in ↵jsdelfino4-16/+85
composite file git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@696162 13f79535-47bb-0310-9956-ffa450edef68
2008-09-13Added readme files to the META-INF directories.jsdelfino1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694876 13f79535-47bb-0310-9956-ffa450edef68
2008-09-12Creating a branch for the equinox work.jsdelfino47-0/+7311
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694816 13f79535-47bb-0310-9956-ffa450edef68