summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add a file of shell commands to run the helloworld sample contribution.antelder2010-09-301-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1002997 13f79535-47bb-0310-9956-ffa450edef68
* Add a run command that runs shell commands saved in a text fileantelder2010-09-302-2/+44
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1002991 13f79535-47bb-0310-9956-ffa450edef68
* Remove bundle jars under target/.felix from binary distributionnash2010-09-291-2/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1002885 13f79535-47bb-0310-9956-ffa450edef68
* Add instructions for building the tutorialnash2010-09-291-0/+17
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1002862 13f79535-47bb-0310-9956-ffa450edef68
* Add build.xml to tutorials directory in binary distributionnash2010-09-291-0/+38
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1002859 13f79535-47bb-0310-9956-ffa450edef68
* Replace tabs by spacesnash2010-09-291-40/+40
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1002848 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3680: Fix code in "clean" targetnash2010-09-2952-241/+129
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1002838 13f79535-47bb-0310-9956-ffa450edef68
* Fix indentationnash2010-09-291-33/+33
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1002835 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3697: Delete incorrect continuation backslashes from XML filesnash2010-09-297-289/+289
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1002831 13f79535-47bb-0310-9956-ffa450edef68
* Delete duplicate linesnash2010-09-292-2/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1002816 13f79535-47bb-0310-9956-ffa450edef68
* Delete duplicate linenash2010-09-291-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1002811 13f79535-47bb-0310-9956-ffa450edef68
* Add a ***running*** string to the output to show which composites in an ↵antelder2010-09-291-1/+3
| | | | | | installed contribution are running git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1002699 13f79535-47bb-0310-9956-ffa450edef68
* Update the node xml processor to support reading the extra attributesantelder2010-09-291-0/+10
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1002697 13f79535-47bb-0310-9956-ffa450edef68
* Add extra contribution attributes. these are currently only supported by the ↵antelder2010-09-292-0/+72
| | | | | | node2 Node, i guess all the config classes could be copied to there instead of changing these here, but ideally node/node2 will get merged into one so node2 will go away. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1002694 13f79535-47bb-0310-9956-ffa450edef68
* Update to use all the contribution attributes, rename the test to use the ↵antelder2010-09-292-238/+1
| | | | | | correct attribute name, and make sure the xml file gets closed git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1002691 13f79535-47bb-0310-9956-ffa450edef68
* Update to use all the contribution attributes, rename the test to use the ↵antelder2010-09-291-3/+9
| | | | | | correct attribute name, and make sure the xml file gets closed git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1002690 13f79535-47bb-0310-9956-ffa450edef68
* Add a config xml file for the scdl-include sampleantelder2010-09-291-0/+28
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1002687 13f79535-47bb-0310-9956-ffa450edef68
* Rename the startDeployables attributeantelder2010-09-291-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1002685 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3696 - and make the array changes work with void input and output ↵slaws2010-09-297-15/+42
| | | | | | parameters git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1002679 13f79535-47bb-0310-9956-ffa450edef68
* Updates to get the ant build paths working and to generate a what-jars fileslaws2010-09-291-8/+37
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1002663 13f79535-47bb-0310-9956-ffa450edef68
* Add an xml config file for the helloworld sampleantelder2010-09-291-0/+27
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1002655 13f79535-47bb-0310-9956-ffa450edef68
* Update the Shell with a 'load' command that can load a node from an xml fileantelder2010-09-292-1/+29
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1002652 13f79535-47bb-0310-9956-ffa450edef68
* Add a createNodeFromXML method that can create and configure a node from an ↵antelder2010-09-294-0/+356
| | | | | | xml config file. Only supports minimal install so far and not all the other options for installing contributions and starting composites yet git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1002650 13f79535-47bb-0310-9956-ffa450edef68
* Add all of the launchers into the test caseslaws2010-09-291-5/+14
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1002634 13f79535-47bb-0310-9956-ffa450edef68
* Correct test locations and refer to jars so that we can remove classes ↵slaws2010-09-293-5/+4
| | | | | | directory from the distro. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1002633 13f79535-47bb-0310-9956-ffa450edef68
* Remove as it's no longer usedslaws2010-09-291-43/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1002631 13f79535-47bb-0310-9956-ffa450edef68
* Update service port for the jax-ws ri ws bindingantelder2010-09-291-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1002561 13f79535-47bb-0310-9956-ffa450edef68
* Remove commented out cruftslaws2010-09-292-92/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1002551 13f79535-47bb-0310-9956-ffa450edef68
* Add an sca-contribution.xml metadata file to update teh helloworld contributionantelder2010-09-291-0/+27
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1002544 13f79535-47bb-0310-9956-ffa450edef68
* Remove the exports from the helloworld contribution sca-contribution.xmlantelder2010-09-291-4/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1002543 13f79535-47bb-0310-9956-ffa450edef68
* Add the new contributions to the buildantelder2010-09-291-1/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1002542 13f79535-47bb-0310-9956-ffa450edef68
* Rename helloworld contribution to have -contribution at the endantelder2010-09-298-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1002539 13f79535-47bb-0310-9956-ffa450edef68
* Add a contribution with a composite that uses <include>antelder2010-09-294-0/+139
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1002538 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3696 - Support parameter of type array in the JSONP binding. slaws2010-09-296-6/+142
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1002534 13f79535-47bb-0310-9956-ffa450edef68
* Update the default url to match the helloworldws endpointantelder2010-09-291-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1002533 13f79535-47bb-0310-9956-ffa450edef68
* Add a helloworldws composite that uses binding.wsantelder2010-09-291-0/+32
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1002530 13f79535-47bb-0310-9956-ffa450edef68
* Add eargerInint and init methodantelder2010-09-291-0/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1002529 13f79535-47bb-0310-9956-ffa450edef68
* Add a simple html page that can send xml requests to ws endpoints, copied ↵antelder2010-09-291-0/+143
| | | | | | from ServiceMix. Not sure if we'll keep this but committing now as i mention it in an email i'm about to send git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1002522 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3679: Apply changes to update sdo impl to use EMF v2.5. Thanks to ↵antelder2010-09-29482-0/+111629
| | | | | | Elio Damaggio and Florian Pinel for the work git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1002496 13f79535-47bb-0310-9956-ffa450edef68
* Deleted the test folder.fmoga2010-09-290-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1002495 13f79535-47bb-0310-9956-ffa450edef68
* Added sources for the callback-api sample.fmoga2010-09-299-0/+468
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1002494 13f79535-47bb-0310-9956-ffa450edef68
* Initial import.fmoga2010-09-290-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1002490 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3674 - saving some (disabled) changes that rely on the changes made ↵slaws2010-09-281-0/+150
| | | | | | to Tuscany's maven-bundle-plugin. To try these you'll need to compile the maven bundle plugin locally as there is no 1.0.7-SNAPSHOT yet. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1002225 13f79535-47bb-0310-9956-ffa450edef68
* launcher directories don't have launcher in the name any moreslaws2010-09-282-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1002160 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3674 Remove a change previously checked in by accident where I was ↵slaws2010-09-281-3/+3
| | | | | | looking locally at putting the "all" meta-data under a directory called "all". Still want to do that but not checked the other bits in yet. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1002138 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3674 Update this base description (which isn't being used as far as ↵slaws2010-09-281-140/+98
| | | | | | I know) to reference those modules required to run the assembly otests. Am looking at using this to add meta-data to the bin distro to allow users identify the base set of jars in the modules directory if required. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1002136 13f79535-47bb-0310-9956-ffa450edef68
* Removing as it's not being used. Looking to build extension aggregated by ↵slaws2010-09-282-108/+0
| | | | | | referring directly to "runtime" modules. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1002134 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3674 - Add in a new mojo for generating meta data about groups of ↵slaws2010-09-283-0/+1547
| | | | | | bundles, i.e. Tuscany extensions. This is basically a copy of ModuleBundlesBuildMojo.java but massaged to generate ant filesets, manifest etc. for a specified set of dependencies rather than for artefacts with the string "feature" in the name. It also doesn't do the copying of jars into /modules. There is therefore a lot of complexity in here that's not required. Needs rationalising if we decide we like the output. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1002132 13f79535-47bb-0310-9956-ffa450edef68
* add ignoresslaws2010-09-280-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1002130 13f79535-47bb-0310-9956-ffa450edef68
* Fix resource exclusion patterns so that files under the target directory ↵nash2010-09-281-2/+2
| | | | | | aren't incorrectly treated as resources git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1002093 13f79535-47bb-0310-9956-ffa450edef68