diff options
author | bdaniel <bdaniel@13f79535-47bb-0310-9956-ffa450edef68> | 2010-10-11 20:56:14 +0000 |
---|---|---|
committer | bdaniel <bdaniel@13f79535-47bb-0310-9956-ffa450edef68> | 2010-10-11 20:56:14 +0000 |
commit | 7d37d076034e272c23739bcd03540a594918e214 (patch) | |
tree | 8cc687b87dbe38406567057d1664b6f18a0e3173 /sca-java-2.x/trunk | |
parent | b8607bfac9532ed0180d937cfb82a3d8000dcea5 (diff) |
Add README for binding-sample, fix minor issue in implementation-sample README
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1021502 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk')
-rw-r--r-- | sca-java-2.x/trunk/samples/extending-tuscany/binding-sample/README | 9 | ||||
-rw-r--r-- | sca-java-2.x/trunk/samples/extending-tuscany/implementation-sample/README | 5 |
2 files changed, 12 insertions, 2 deletions
diff --git a/sca-java-2.x/trunk/samples/extending-tuscany/binding-sample/README b/sca-java-2.x/trunk/samples/extending-tuscany/binding-sample/README new file mode 100644 index 0000000000..18066b6504 --- /dev/null +++ b/sca-java-2.x/trunk/samples/extending-tuscany/binding-sample/README @@ -0,0 +1,9 @@ +Sample Binding Extension +=============================== +This sample demonstrates how to develop a new binding type for Apache +Tuscany SCA. + +The README in the samples directory (the directory two directories above +this one) provides instructions about building and running the samples. Take +a look there. + diff --git a/sca-java-2.x/trunk/samples/extending-tuscany/implementation-sample/README b/sca-java-2.x/trunk/samples/extending-tuscany/implementation-sample/README index 3c3ef5e3d5..82a04eb6e0 100644 --- a/sca-java-2.x/trunk/samples/extending-tuscany/implementation-sample/README +++ b/sca-java-2.x/trunk/samples/extending-tuscany/implementation-sample/README @@ -3,6 +3,7 @@ Sample Implementation Extension This sample demonstrates how to develop a new component implementation type for Apache Tuscany SCA. -The README in the samples directory (the directory above this) provides -instructions about building and running the samples. Take a look there. +The README in the samples directory (the directory two directories above +this one) provides instructions about building and running the samples. Take +a look there. |