summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fixes for TUSCANY-2690ramkumar2008-11-26126-2566/+1981
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@720798 13f79535-47bb-0310-9956-ffa450edef68
* Some more reductions to the minimum set of modules. Remove ↵slaws2008-11-254-8/+6
| | | | | | 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
* Fixes for TUSCANY-2687ramkumar2008-11-2510-30/+23
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@720463 13f79535-47bb-0310-9956-ffa450edef68
* deploy.xml no longer requiredslaws2008-11-241-37/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@720220 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2281 - test case for getting reference collections. Thanks for the ↵slaws2008-11-249-0/+543
| | | | | | test case Daniel git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@720215 13f79535-47bb-0310-9956-ffa450edef68
* More updates the BPEL component in the payment processslaws2008-11-2412-96/+419
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@720132 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
* Using contribution helper to properly discover the contribution locationlresende2008-11-221-2/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@719807 13f79535-47bb-0310-9956-ffa450edef68
* Converting test to latest junit format, and bringing up the sample to ↵lresende2008-11-221-14/+21
| | | | | | demonstrate simple J2SE environment working git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@719806 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
* Adding missing assembly module to corelresende2008-11-221-0/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@719799 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-2111-16/+70
| | | | | | 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-216-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
* Fixes for TUSCANY-2683 and TUSCANY-2685ramkumar2008-11-216-277/+36
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@719564 13f79535-47bb-0310-9956-ffa450edef68
* Get j2se calculator working with current stage 1 modulesantelder2008-11-213-13/+46
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@719560 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
* Make the executionEnvironment for target definition configurablerfeng2008-11-211-3/+10
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@719486 13f79535-47bb-0310-9956-ffa450edef68
* Make sure the pdetarget will generate bundles for the core dependenciesrfeng2008-11-211-16/+11
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@719484 13f79535-47bb-0310-9956-ffa450edef68
* Fix duplicate exportsrfeng2008-11-211-6/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@719478 13f79535-47bb-0310-9956-ffa450edef68
* Fix the issue with duplicate packages for 3rd party jarsrfeng2008-11-212-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
* Preprocess properties as well.vamsic0072008-11-201-1/+26
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@719244 13f79535-47bb-0310-9956-ffa450edef68
* Start calculator-webapp bring upantelder2008-11-204-94/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@719241 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
* Restrict some more poms down to the minimum set neededslaws2008-11-202-15/+15
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@719231 13f79535-47bb-0310-9956-ffa450edef68
* Fix of TUSCANY-2682ramkumar2008-11-205-9/+16
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@719186 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
* Use tuscany eclipse compilerrfeng2008-11-201-6/+12
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@719180 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
* Make the junit dep on 4.5rfeng2008-11-201-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@719172 13f79535-47bb-0310-9956-ffa450edef68
* Set the pde target based on the core dependenciesrfeng2008-11-201-247/+254
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@719170 13f79535-47bb-0310-9956-ffa450edef68
* Copy the contribution under contrib and merge the one from sca-equinoxrfeng2008-11-19289-297/+32909
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@719120 13f79535-47bb-0310-9956-ffa450edef68
* Finish the merge for toolsrfeng2008-11-19203-2/+18114
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@719095 13f79535-47bb-0310-9956-ffa450edef68
* Start to merge changes from sca-equinox branchrfeng2008-11-19288-23545/+1906
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@719090 13f79535-47bb-0310-9956-ffa450edef68
* More restrictions on the modules included in the build to cut it down to the ↵slaws2008-11-193-4/+11
| | | | | | minimum set git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@719030 13f79535-47bb-0310-9956-ffa450edef68
* Fix for TUSCANY-2679ramkumar2008-11-194-5/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@719014 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
* Add main method to make it easier to testantelder2008-11-191-0/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@719005 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