summaryrefslogtreecommitdiffstats
path: root/java/sca/modules (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-12-01Add the self import back inslaws1-1/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@722082 13f79535-47bb-0310-9956-ffa450edef68
2008-11-28Minimize dependencies by making xmlschema optional for nowantelder1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@721511 13f79535-47bb-0310-9956-ffa450edef68
2008-11-28Remove the self import as it messes up my eclipse PDE dependency graph. ↵slaws1-3/+1
There may be a specific reason for his import as many modules import packages that they themselves contain so I'll see if anyone can shed light on this and if not carry on removing them git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@721429 13f79535-47bb-0310-9956-ffa450edef68
2008-11-28Some module description tidying. Also get rid of an empty directoryslaws16-16/+16
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@721428 13f79535-47bb-0310-9956-ffa450edef68
2008-11-28Ensure that all of the jars are located correctly when the node launcher is ↵slaws3-10/+19
run from the command line. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@721420 13f79535-47bb-0310-9956-ffa450edef68
2008-11-27Cleaned up compile time warning messages regarding unneccsary use of ↵mcombellack14-21/+0
@SuppressWarnings git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@721131 13f79535-47bb-0310-9956-ffa450edef68
2008-11-27Removed unused importsmcombellack18-30/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@721129 13f79535-47bb-0310-9956-ffa450edef68
2008-11-26Remove commonj dependency and comment out the JDK5 dependencies for nowantelder1-1/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@720915 13f79535-47bb-0310-9956-ffa450edef68
2008-11-26Remove core dependency on commonj workmanagerantelder13-83/+96
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@720913 13f79535-47bb-0310-9956-ffa450edef68
2008-11-26Added missing @Override annotation on methods that override a method ↵mcombellack8-0/+8
declaration in a superclass git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@720905 13f79535-47bb-0310-9956-ffa450edef68
2008-11-25Some more reductions to the minimum set of modules. Remove ↵slaws2-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
2008-11-25Start of some module agregations to help with simpler smaller distributions. ↵antelder2-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
2008-11-24Removing host http import from node-runtime manifestlresende1-2/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@720117 13f79535-47bb-0310-9956-ffa450edef68
2008-11-22Removing some modules from build, to allow us to concentrate in the bring up ↵lresende1-3/+0
of core modules first git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@719800 13f79535-47bb-0310-9956-ffa450edef68
2008-11-22Removing some modules from build, to allow us to concentrate in the bring up ↵lresende1-2/+0
of core modules first git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@719797 13f79535-47bb-0310-9956-ffa450edef68
2008-11-21Revert my change to remove http and jetty as it's required by the ↵slaws1-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
2008-11-21More changes to get to a stage where I have a working build in mvn and in ↵slaws7-9/+50
Eclipse (with JDK 6) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@719631 13f79535-47bb-0310-9956-ffa450edef68
2008-11-21Start getting the host-webapp module to work with the current stage 1 trunk ↵antelder2-2/+7
modules git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@719567 13f79535-47bb-0310-9956-ffa450edef68
2008-11-21Simplify the Node API for a common default case so that creating a Node for ↵antelder4-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
2008-11-21Excluding stax-api from woodstock dependencylresende2-1/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@719545 13f79535-47bb-0310-9956-ffa450edef68
2008-11-20Add required dependenciesantelder1-2/+17
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@719240 13f79535-47bb-0310-9956-ffa450edef68
2008-11-20Make dependency provided so its not brought in unless neededantelder1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@719239 13f79535-47bb-0310-9956-ffa450edef68
2008-11-20remove unused dependencyantelder1-6/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@719238 13f79535-47bb-0310-9956-ffa450edef68
2008-11-20Start to generate PDE projects (set maven-eclipse-plugin skip to true as our ↵rfeng1-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
2008-11-20Fix a few MFsrfeng3-5/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@719177 13f79535-47bb-0310-9956-ffa450edef68
2008-11-19More restrictions on the modules included in the build to cut it down to the ↵slaws1-1/+2
minimum set git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@719030 13f79535-47bb-0310-9956-ffa450edef68
2008-11-19Hack to get this working, need to revisit this whole launcher class as ↵antelder1-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
2008-11-19Remove (hopefully) unneeded dependencyantelder1-7/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@719001 13f79535-47bb-0310-9956-ffa450edef68
2008-11-19Fix up manifest dependenciesantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@719000 13f79535-47bb-0310-9956-ffa450edef68
2008-11-19Fix up manifest dependenciesantelder1-3/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718999 13f79535-47bb-0310-9956-ffa450edef68
2008-11-19Add another required moduleantelder1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718998 13f79535-47bb-0310-9956-ffa450edef68
2008-11-19Add ignore fore broken testcaseantelder1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718994 13f79535-47bb-0310-9956-ffa450edef68
2008-11-19remove unused dependencyantelder1-7/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718993 13f79535-47bb-0310-9956-ffa450edef68
2008-11-19add reqd dependencyantelder1-0/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718992 13f79535-47bb-0310-9956-ffa450edef68
2008-11-19remove unused dependencyantelder1-7/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718991 13f79535-47bb-0310-9956-ffa450edef68
2008-11-19Add reqd dependencyantelder1-0/+12
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718990 13f79535-47bb-0310-9956-ffa450edef68
2008-11-19Fix compile errorsantelder2-0/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718989 13f79535-47bb-0310-9956-ffa450edef68
2008-11-19Get http-runtime buildingantelder3-16/+14
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718988 13f79535-47bb-0310-9956-ffa450edef68
2008-11-19Add some more require3d modules that get dragged in by the launcherantelder1-0/+12
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718986 13f79535-47bb-0310-9956-ffa450edef68
2008-11-19Revert AnyElementProcessor to version from sca-equinox branch. This needs ↵antelder1-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
2008-11-19Fix compile errors in AnyAttributeProcessorantelder1-7/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718968 13f79535-47bb-0310-9956-ffa450edef68
2008-11-19Fix build error by removeing use of XmlSchema as its not used presentlyantelder3-25/+21
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718964 13f79535-47bb-0310-9956-ffa450edef68
2008-11-19Restrict modules build to only the minimal modules identified on the ML 2.0 ↵antelder1-78/+5
bringup thread git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718962 13f79535-47bb-0310-9956-ffa450edef68
2008-11-19Comment out for now a broken testcaseantelder1-0/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718960 13f79535-47bb-0310-9956-ffa450edef68
2008-11-19Comment out for now a broken testcaseantelder1-0/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718959 13f79535-47bb-0310-9956-ffa450edef68
2008-11-19Fix compile error in testcaseantelder1-5/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718955 13f79535-47bb-0310-9956-ffa450edef68
2008-11-19Fix compile errorantelder2-28/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718954 13f79535-47bb-0310-9956-ffa450edef68
2008-11-19Fix compile errorantelder2-28/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718953 13f79535-47bb-0310-9956-ffa450edef68
2008-11-19Fix compile error on missing loggerantelder1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718952 13f79535-47bb-0310-9956-ffa450edef68
2008-11-19Fix compile errorantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718950 13f79535-47bb-0310-9956-ffa450edef68