summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/samples (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to use junit 4.8.1 and add explicit surefire plugin configs which ↵antelder2010-01-2017-17/+17
| | | | | | disable paralell test running on the modules that currently don't work with that git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@901133 13f79535-47bb-0310-9956-ffa450edef68
* Update dependency to see if that helps the hudson buildantelder2010-01-191-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@900713 13f79535-47bb-0310-9956-ffa450edef68
* Update to use base jarantelder2010-01-181-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@900351 13f79535-47bb-0310-9956-ffa450edef68
* Add type of null on the createNode callantelder2010-01-132-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@898813 13f79535-47bb-0310-9956-ffa450edef68
* Update to use the shaded jarsantelder2010-01-131-6/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@898808 13f79535-47bb-0310-9956-ffa450edef68
* Update to use the zip pluginantelder2010-01-131-34/+30
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@898800 13f79535-47bb-0310-9956-ffa450edef68
* Update dependencies to use base jarantelder2010-01-121-10/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@898194 13f79535-47bb-0310-9956-ffa450edef68
* Update to the latest version of OSGi enterprise draft specsrfeng2010-01-091-38/+38
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@897502 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3388 - Updating to the latests OASIS schemalresende2009-12-1133-34/+34
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@889531 13f79535-47bb-0310-9956-ffa450edef68
* Remove 1.x pom.xml definitionsantelder2009-12-101-24/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@889155 13f79535-47bb-0310-9956-ffa450edef68
* Move the comments back to the middle of the samples xml to try to keep them ↵antelder2009-12-101-10/+10
| | | | | | in your face not scrolling off the top of the page git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@889128 13f79535-47bb-0310-9956-ffa450edef68
* Minor formattinglresende2009-12-101-23/+22
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@889109 13f79535-47bb-0310-9956-ffa450edef68
* Adding store samples to buildlresende2009-12-101-12/+13
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@889108 13f79535-47bb-0310-9956-ffa450edef68
* Updates to store js to follow dojo style of identifying callBackslresende2009-12-101-7/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@889107 13f79535-47bb-0310-9956-ffa450edef68
* Update project descriptionsrfeng2009-12-094-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@888646 13f79535-47bb-0310-9956-ffa450edef68
* Small updates to webapp sample artifactId to group them together when ↵lresende2009-12-0410-20/+21
| | | | | | imported in eclipse, but continue to use the simple names to produce war avoiding having users to type long names which was a concern of the tuscany community git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@887442 13f79535-47bb-0310-9956-ffa450edef68
* Avoid starting the node twicelresende2009-12-041-2/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@887441 13f79535-47bb-0310-9956-ffa450edef68
* Add comment suggesting that samples should also be tested in itest/distributionslaws2009-12-021-0/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@886100 13f79535-47bb-0310-9956-ffa450edef68
* Change helloworld sample to be a zip contributionantelder2009-11-271-4/+31
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@884824 13f79535-47bb-0310-9956-ffa450edef68
* Add tuscany plugin config so you can run the sample with mvn tuscany:runantelder2009-11-251-0/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@884146 13f79535-47bb-0310-9956-ffa450edef68
* Add a new helloworld sample as a plain sca contribution, and itest for the ↵antelder2009-11-256-0/+190
| | | | | | helloworld sample, and a fix to DomainNode so it works with that in a standalone domain git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@884111 13f79535-47bb-0310-9956-ffa450edef68
* Update the calculator sample to use the simplest createNode API as per the ↵antelder2009-11-252-13/+4
| | | | | | ongoing dev list discussion git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@884011 13f79535-47bb-0310-9956-ffa450edef68
* Make service interface remotable so it works with the distributed domainantelder2009-11-241-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@883660 13f79535-47bb-0310-9956-ffa450edef68
* Moving 2.x trunklresende2009-11-20363-0/+21781
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882795 13f79535-47bb-0310-9956-ffa450edef68