summaryrefslogtreecommitdiffstats
path: root/java (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-11-21More changes to get to a stage where I have a working build in mvn and in ↵slaws11-16/+70
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 ↵antelder6-14/+83
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-21Get j2se calculator working with current stage 1 modulesantelder3-13/+46
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@719560 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-21Make the executionEnvironment for target definition configurablerfeng1-3/+10
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@719486 13f79535-47bb-0310-9956-ffa450edef68
2008-11-21Make sure the pdetarget will generate bundles for the core dependenciesrfeng1-16/+11
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@719484 13f79535-47bb-0310-9956-ffa450edef68
2008-11-21Fix duplicate exportsrfeng1-6/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@719478 13f79535-47bb-0310-9956-ffa450edef68
2008-11-21Fix the issue with duplicate packages for 3rd party jarsrfeng2-13/+66
Add the capability to generate an equinox configuration to launch and validate the bundles git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@719440 13f79535-47bb-0310-9956-ffa450edef68
2008-11-20Start calculator-webapp bring upantelder4-94/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@719241 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-20Restrict some more poms down to the minimum set neededslaws2-15/+15
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@719231 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-20Use tuscany eclipse compilerrfeng1-6/+12
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@719180 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-20Make the junit dep on 4.5rfeng1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@719172 13f79535-47bb-0310-9956-ffa450edef68
2008-11-20Set the pde target based on the core dependenciesrfeng1-247/+254
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@719170 13f79535-47bb-0310-9956-ffa450edef68
2008-11-19Copy the contribution under contrib and merge the one from sca-equinoxrfeng289-297/+32909
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@719120 13f79535-47bb-0310-9956-ffa450edef68
2008-11-19Finish the merge for toolsrfeng203-2/+18114
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@719095 13f79535-47bb-0310-9956-ffa450edef68
2008-11-19Start to merge changes from sca-equinox branchrfeng288-23545/+1906
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@719090 13f79535-47bb-0310-9956-ffa450edef68
2008-11-19More restrictions on the modules included in the build to cut it down to the ↵slaws3-4/+11
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-19Add main method to make it easier to testantelder1-0/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@719005 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-19Copy calculator-equinox from sca-equinox branch to trunk and start bringupantelder17-0/+1056
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718974 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
2008-11-19Copy bundle plugin from sca-equinox branch to 2.0 trunk as it appears to be ↵antelder13-0/+5039
required to build git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718934 13f79535-47bb-0310-9956-ffa450edef68