summaryrefslogtreecommitdiffstats
path: root/java/sca/modules (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Ensure that all of the jars are located correctly when the node launcher is ↵slaws2008-11-283-10/+19
| | | | | | run from the command line. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@721420 13f79535-47bb-0310-9956-ffa450edef68
* Cleaned up compile time warning messages regarding unneccsary use of ↵mcombellack2008-11-2714-21/+0
| | | | | | @SuppressWarnings git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@721131 13f79535-47bb-0310-9956-ffa450edef68
* Removed unused importsmcombellack2008-11-2718-30/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@721129 13f79535-47bb-0310-9956-ffa450edef68
* Remove commonj dependency and comment out the JDK5 dependencies for nowantelder2008-11-261-1/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@720915 13f79535-47bb-0310-9956-ffa450edef68
* Remove core dependency on commonj workmanagerantelder2008-11-2613-83/+96
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@720913 13f79535-47bb-0310-9956-ffa450edef68
* Added missing @Override annotation on methods that override a method ↵mcombellack2008-11-268-0/+8
| | | | | | declaration in a superclass git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@720905 13f79535-47bb-0310-9956-ffa450edef68
* Some more reductions to the minimum set of modules. Remove ↵slaws2008-11-252-5/+2
| | | | | | implementation-resource, implementation-resource-runtime and data-api. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@720494 13f79535-47bb-0310-9956-ffa450edef68
* Start of some module agregations to help with simpler smaller distributions. ↵antelder2008-11-252-0/+541
| | | | | | This is work in progress, though this base module does now run the current samples git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@720469 13f79535-47bb-0310-9956-ffa450edef68
* Removing host http import from node-runtime manifestlresende2008-11-241-2/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@720117 13f79535-47bb-0310-9956-ffa450edef68
* Removing some modules from build, to allow us to concentrate in the bring up ↵lresende2008-11-221-3/+0
| | | | | | of core modules first git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@719800 13f79535-47bb-0310-9956-ffa450edef68
* Removing some modules from build, to allow us to concentrate in the bring up ↵lresende2008-11-221-2/+0
| | | | | | of core modules first git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@719797 13f79535-47bb-0310-9956-ffa450edef68
* Revert my change to remove http and jetty as it's required by the ↵slaws2008-11-211-0/+2
| | | | | | binding.http test. need to look at how to refine this. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@719652 13f79535-47bb-0310-9956-ffa450edef68
* More changes to get to a stage where I have a working build in mvn and in ↵slaws2008-11-217-9/+50
| | | | | | Eclipse (with JDK 6) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@719631 13f79535-47bb-0310-9956-ffa450edef68
* Start getting the host-webapp module to work with the current stage 1 trunk ↵antelder2008-11-212-2/+7
| | | | | | modules git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@719567 13f79535-47bb-0310-9956-ffa450edef68
* Simplify the Node API for a common default case so that creating a Node for ↵antelder2008-11-214-1/+81
| | | | | | | | | | | | | | | | | | simple samples and tests can be: node = NodeFactory.newInstance().createNode(); instead of: NodeFactory factory = NodeFactory.newInstance(); String root = ContributionLocationHelper.getContributionLocation("Calculator.composite"); Contribution contribution = new Contribution(root, root); node = factory.createNode("Calculator.composite", contribution); git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@719565 13f79535-47bb-0310-9956-ffa450edef68
* Excluding stax-api from woodstock dependencylresende2008-11-212-1/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@719545 13f79535-47bb-0310-9956-ffa450edef68
* Add required dependenciesantelder2008-11-201-2/+17
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@719240 13f79535-47bb-0310-9956-ffa450edef68
* Make dependency provided so its not brought in unless neededantelder2008-11-201-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@719239 13f79535-47bb-0310-9956-ffa450edef68
* remove unused dependencyantelder2008-11-201-6/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@719238 13f79535-47bb-0310-9956-ffa450edef68
* Start to generate PDE projects (set maven-eclipse-plugin skip to true as our ↵rfeng2008-11-201-1/+108
| | | | | | maven bundle plugin will generate the .classpath slightly differently) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@719181 13f79535-47bb-0310-9956-ffa450edef68
* Fix a few MFsrfeng2008-11-203-5/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@719177 13f79535-47bb-0310-9956-ffa450edef68
* More restrictions on the modules included in the build to cut it down to the ↵slaws2008-11-191-1/+2
| | | | | | minimum set git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@719030 13f79535-47bb-0310-9956-ffa450edef68
* Hack to get this working, need to revisit this whole launcher class as ↵antelder2008-11-191-1/+7
| | | | | | debugging through it shows its not working as expected git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@719011 13f79535-47bb-0310-9956-ffa450edef68
* Remove (hopefully) unneeded dependencyantelder2008-11-191-7/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@719001 13f79535-47bb-0310-9956-ffa450edef68
* Fix up manifest dependenciesantelder2008-11-191-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@719000 13f79535-47bb-0310-9956-ffa450edef68
* Fix up manifest dependenciesantelder2008-11-191-3/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718999 13f79535-47bb-0310-9956-ffa450edef68
* Add another required moduleantelder2008-11-191-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718998 13f79535-47bb-0310-9956-ffa450edef68
* Add ignore fore broken testcaseantelder2008-11-191-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718994 13f79535-47bb-0310-9956-ffa450edef68
* remove unused dependencyantelder2008-11-191-7/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718993 13f79535-47bb-0310-9956-ffa450edef68
* add reqd dependencyantelder2008-11-191-0/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718992 13f79535-47bb-0310-9956-ffa450edef68
* remove unused dependencyantelder2008-11-191-7/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718991 13f79535-47bb-0310-9956-ffa450edef68
* Add reqd dependencyantelder2008-11-191-0/+12
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718990 13f79535-47bb-0310-9956-ffa450edef68
* Fix compile errorsantelder2008-11-192-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718989 13f79535-47bb-0310-9956-ffa450edef68
* Get http-runtime buildingantelder2008-11-193-16/+14
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718988 13f79535-47bb-0310-9956-ffa450edef68
* Add some more require3d modules that get dragged in by the launcherantelder2008-11-191-0/+12
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718986 13f79535-47bb-0310-9956-ffa450edef68
* Revert AnyElementProcessor to version from sca-equinox branch. This needs ↵antelder2008-11-191-106/+241
| | | | | | revisiting, the current trunk version doesn't compile but its not clear what the changes btw old trunk and the sca-equinox branch are, for now to get th ebuild working use the sca-equinox version git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718969 13f79535-47bb-0310-9956-ffa450edef68
* Fix compile errors in AnyAttributeProcessorantelder2008-11-191-7/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718968 13f79535-47bb-0310-9956-ffa450edef68
* Fix build error by removeing use of XmlSchema as its not used presentlyantelder2008-11-193-25/+21
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718964 13f79535-47bb-0310-9956-ffa450edef68
* Restrict modules build to only the minimal modules identified on the ML 2.0 ↵antelder2008-11-191-78/+5
| | | | | | bringup thread git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718962 13f79535-47bb-0310-9956-ffa450edef68
* Comment out for now a broken testcaseantelder2008-11-191-0/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718960 13f79535-47bb-0310-9956-ffa450edef68
* Comment out for now a broken testcaseantelder2008-11-191-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718959 13f79535-47bb-0310-9956-ffa450edef68
* Fix compile error in testcaseantelder2008-11-191-5/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718955 13f79535-47bb-0310-9956-ffa450edef68
* Fix compile errorantelder2008-11-192-28/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718954 13f79535-47bb-0310-9956-ffa450edef68
* Fix compile errorantelder2008-11-192-28/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718953 13f79535-47bb-0310-9956-ffa450edef68
* Fix compile error on missing loggerantelder2008-11-191-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718952 13f79535-47bb-0310-9956-ffa450edef68
* Fix compile errorantelder2008-11-191-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718950 13f79535-47bb-0310-9956-ffa450edef68
* Fixing up pom artifact version to 2.0-SNAPSHOTlresende2008-11-19112-588/+588
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718906 13f79535-47bb-0310-9956-ffa450edef68
* Merging the 1.x delta on top of the equinox based moduleslresende2008-11-19359-5519/+19560
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718858 13f79535-47bb-0310-9956-ffa450edef68
* Copying modules from Equinox branch, to start merging the delta changes from ↵lresende2008-11-193002-0/+285432
| | | | | | 1.x/original trunk git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718815 13f79535-47bb-0310-9956-ffa450edef68
* Moving current trunk modules to contrib, before starting the Equinox branch ↵lresende2008-11-193810-362461/+0
| | | | | | merge git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718812 13f79535-47bb-0310-9956-ffa450edef68