summaryrefslogtreecommitdiffstats
path: root/java/sca/modules (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Support passing in an absolute config file name (as a temp workaround)antelder2009-01-271-2/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738096 13f79535-47bb-0310-9956-ffa450edef68
* Add launcher to buildantelder2009-01-271-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738075 13f79535-47bb-0310-9956-ffa450edef68
* Start of some launcher code, not particularly elegant yet but some basic ↵antelder2009-01-272-1/+255
| | | | | | function works git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738073 13f79535-47bb-0310-9956-ffa450edef68
* That pesky manifest fileantelder2009-01-272-18/+27
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738059 13f79535-47bb-0310-9956-ffa450edef68
* Start of a launcher as described in TUSCANY-2789antelder2009-01-273-0/+264
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738058 13f79535-47bb-0310-9956-ffa450edef68
* Add host-webb module into buildslaws2009-01-261-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@737789 13f79535-47bb-0310-9956-ffa450edef68
* Add missing attribute extensions methodslaws2009-01-261-0/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@737786 13f79535-47bb-0310-9956-ffa450edef68
* Fix up host-webapp so that it at least compiles. Doesn't actually work yet ↵slaws2009-01-262-9/+17
| | | | | | but enough to get the sample into the distro with something like the right set of dependencies git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@737785 13f79535-47bb-0310-9956-ffa450edef68
* Control the debug using osgi.debug system propertyrfeng2009-01-241-0/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@737302 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2784 - Integrating Java EE schema to sca schemalresende2009-01-231-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736958 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2784 - Adding schema for Java EE implementationlresende2009-01-231-0/+23
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736951 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2781 - Integrating Corba schema to tuscany schemalresende2009-01-231-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736950 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2781 - Adding schema for Corba bindinglresende2009-01-231-0/+43
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736949 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2783 - Integrating GData schema to tuscany schemalresende2009-01-231-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736947 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2783 - Adding schema for GData bindinglresende2009-01-231-0/+43
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736945 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2780 - Updating NOTICE files to include 2009 in the copyright statementlresende2009-01-23112-120/+114
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736880 13f79535-47bb-0310-9956-ffa450edef68
* Set the location of equinox to ${java.io.tmpdir}/.tuscany/equinoxrfeng2009-01-221-59/+102
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736520 13f79535-47bb-0310-9956-ffa450edef68
* Removing unused test compositeslresende2009-01-222-96/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736502 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2463 - Merging latest code to support extended attributes to 2.x ↵lresende2009-01-2214-169/+443
| | | | | | development stream git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736501 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2663 - Merging latest code to support extended elements to 2.x ↵lresende2009-01-2210-508/+377
| | | | | | development stream git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736500 13f79535-47bb-0310-9956-ffa450edef68
* Removing unused SPI constantlresende2009-01-221-6/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736499 13f79535-47bb-0310-9956-ffa450edef68
* Update ContributionScanner javadocslresende2009-01-211-1/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736497 13f79535-47bb-0310-9956-ffa450edef68
* Set the TTCL to workaround the issue that stub lookup fail in OSGirfeng2009-01-213-58/+131
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736488 13f79535-47bb-0310-9956-ffa450edef68
* Fix a couple of problems left over by the move to manifest version 2.0.0slaws2009-01-212-39/+80
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736281 13f79535-47bb-0310-9956-ffa450edef68
* Add optional import to use the DefaultBeanXML processorrfeng2009-01-201-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736170 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2270 - Reverting changes from TUSCANY-2270 as OASIS Specification ↵lresende2009-01-2012-529/+326
| | | | | | voted today to remove conversation from next version of specification git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736166 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2270 - Applying patch from Rodolfo Dias to enable conversation to ↵lresende2009-01-2012-326/+529
| | | | | | binding.rmi git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736041 13f79535-47bb-0310-9956-ffa450edef68
* Updating MANIFEST.MF versions to 2.0.0lresende2009-01-20110-1371/+1372
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736040 13f79535-47bb-0310-9956-ffa450edef68
* Bring up the equinox-based junit plugin for mavenrfeng2009-01-162-24/+96
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@734877 13f79535-47bb-0310-9956-ffa450edef68
* Remove unused importsrfeng2009-01-141-3/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@734290 13f79535-47bb-0310-9956-ffa450edef68
* Expose the EquinoxHost for the osgi junit pluginrfeng2009-01-131-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@734264 13f79535-47bb-0310-9956-ffa450edef68
* Update cglib, jaxb-impl versionsrfeng2009-01-138-12/+17
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@734255 13f79535-47bb-0310-9956-ffa450edef68
* Merge the TuscanyNamespaceContext changes from 1.xrfeng2009-01-134-567/+147
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@734254 13f79535-47bb-0310-9956-ffa450edef68
* Fix the binding.rmi dependency and remove the dead coderfeng2009-01-062-91/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@732064 13f79535-47bb-0310-9956-ffa450edef68
* Added Eclipse RegisterBuddy policyedwardsmj2008-12-181-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@727740 13f79535-47bb-0310-9956-ffa450edef68
* Adjusted version numbers on dependenciesedwardsmj2008-12-181-3/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@727728 13f79535-47bb-0310-9956-ffa450edef68
* Remove version for javax.xml.namespace importrfeng2008-12-121-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@726134 13f79535-47bb-0310-9956-ffa450edef68
* Remove version for javax.xml.namespace importrfeng2008-12-121-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@726133 13f79535-47bb-0310-9956-ffa450edef68
* Remove version for javax.xml.stream importrfeng2008-12-121-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@726132 13f79535-47bb-0310-9956-ffa450edef68
* Remove version for javax.xml.namespace importrfeng2008-12-121-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@726130 13f79535-47bb-0310-9956-ffa450edef68
* Pass the DocumentBuilderFactory around to work with OSGirfeng2008-12-1210-151/+58
| | | | | | Remove unused constructors git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@725871 13f79535-47bb-0310-9956-ffa450edef68
* Removed an import statement that referred to an old package not present in ↵edwardsmj2008-12-111-1/+0
| | | | | | the [2.0] stream git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@725752 13f79535-47bb-0310-9956-ffa450edef68
* Removed an import statement that referred to an old package not present in ↵edwardsmj2008-12-111-1/+0
| | | | | | the [2.0] stream git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@725751 13f79535-47bb-0310-9956-ffa450edef68
* Additions to POM and Manifest for XSD-XML to enable compilationedwardsmj2008-12-112-0/+10
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@725698 13f79535-47bb-0310-9956-ffa450edef68
* Fix Import-Packagerfeng2008-12-101-1/+10
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@725404 13f79535-47bb-0310-9956-ffa450edef68
* Add common-xml module to contain xml utilitiesrfeng2008-12-1027-0/+6673
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@725398 13f79535-47bb-0310-9956-ffa450edef68
* Adjust classpathrfeng2008-12-092-1/+14
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724933 13f79535-47bb-0310-9956-ffa450edef68
* Fix the access violation to EndpointReferenceImplrfeng2008-12-092-3/+37
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724840 13f79535-47bb-0310-9956-ffa450edef68
* Remove o.a.t.s.core.work.impl from the import/exportrfeng2008-12-091-3/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724832 13f79535-47bb-0310-9956-ffa450edef68
* Adjust the package names and move test cases aroundrfeng2008-12-0920-34/+44
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724826 13f79535-47bb-0310-9956-ffa450edef68