summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/branches/sca-java-1.6.1/samples (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-09-24Fix a numbe of problems in the README instructionsnash1-52/+79
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1000768 13f79535-47bb-0310-9956-ffa450edef68
2010-09-23Add code to avoid a hang on exit with Tuscany SCA 1.6.1 (workaround for ↵nash1-0/+4
TUSCANY-3277) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1000642 13f79535-47bb-0310-9956-ffa450edef68
2010-09-23Tidy up the README instructions to not require compiling before runningnash1-113/+21
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1000626 13f79535-47bb-0310-9956-ffa450edef68
2010-09-23Tidy up the README instructions to cover all options for building and runningnash1-7/+17
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1000619 13f79535-47bb-0310-9956-ffa450edef68
2010-09-23TUSCANY-3685: Add a test client that doesn't use JUnit and update the ↵nash3-11/+107
build.xml and README files git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1000615 13f79535-47bb-0310-9956-ffa450edef68
2010-09-23TUSCANY-3684: Update README file to describe building and running the sample ↵nash1-110/+141
using ant git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1000571 13f79535-47bb-0310-9956-ffa450edef68
2010-09-23TUSCANY-3684: Generate working build.xml file using new configuration ↵nash1-13/+36
options in tuscany-maven-ant-generator git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1000564 13f79535-47bb-0310-9956-ffa450edef68
2010-09-23Update CORBA sample READMEs to include instructions for using antnash2-28/+149
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1000425 13f79535-47bb-0310-9956-ffa450edef68
2010-09-22Fix notification sample build.xml and README files to provide clear ↵nash6-40/+102
instructions that work git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1000266 13f79535-47bb-0310-9956-ffa450edef68
2010-09-22Fix confusing prompt messagenash2-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1000237 13f79535-47bb-0310-9956-ffa450edef68
2010-09-22Update instructions for running this sample without needing to compile it ↵nash1-14/+8
first, and document the issue described in TUSCANY-1994 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@999910 13f79535-47bb-0310-9956-ffa450edef68
2010-09-22Unzip files to target/database and target/classes before running sample (see ↵nash1-2/+3
TUSCANY-1994) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@999904 13f79535-47bb-0310-9956-ffa450edef68
2010-09-17Reorder modules to satisfy dependency relationshipsnash1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@998367 13f79535-47bb-0310-9956-ffa450edef68
2010-09-17Fix code for "clean" target in build.xml file (TUSCANY-3680)nash1-3/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@998364 13f79535-47bb-0310-9956-ffa450edef68
2010-09-17Add build.xml to samples directorynash1-0/+94
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@998341 13f79535-47bb-0310-9956-ffa450edef68
2010-09-17Fix README references to incorrect module namenash3-10/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@998332 13f79535-47bb-0310-9956-ffa450edef68
2010-09-17Make "compile" the default target in build.xmlnash4-4/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@998330 13f79535-47bb-0310-9956-ffa450edef68
2010-09-17Add missing code generation to build.xml filenash1-0/+14
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@998328 13f79535-47bb-0310-9956-ffa450edef68
2010-09-17Fix code for "clean" target in build.xml files (TUSCANY-3680)nash1-3/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@998324 13f79535-47bb-0310-9956-ffa450edef68
2010-09-17Generate build.xml instead of build-dependency.xmlnash1-3/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@998020 13f79535-47bb-0310-9956-ffa450edef68
2010-09-16Fix incorrect mvn project namesnash3-3/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@997683 13f79535-47bb-0310-9956-ffa450edef68
2010-09-15Change wording in commentnash1-6/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@997259 13f79535-47bb-0310-9956-ffa450edef68
2010-09-14Update setup instructions in samples READMEnash1-9/+9
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@996998 13f79535-47bb-0310-9956-ffa450edef68
2010-09-14Update instructions for using Eclipse with the samples in the source and ↵nash1-15/+22
binary distributions (TUSCANY-3676) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@996994 13f79535-47bb-0310-9956-ffa450edef68
2010-09-14Add pom.xml file to samples directory of binary distribution (TUSCANY-3676)nash2-0/+171
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@996988 13f79535-47bb-0310-9956-ffa450edef68
2010-08-24Update version number to 1.6.1-SNAPSHOTnash87-607/+607
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@988661 13f79535-47bb-0310-9956-ffa450edef68
2010-08-24Copy 1.6 release to new 1.6.1 branchnash1222-0/+78062
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@988487 13f79535-47bb-0310-9956-ffa450edef68