summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/samples/extending-tuscany
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sca-java-2.x/trunk/samples/extending-tuscany/binding-sample/README9
-rw-r--r--sca-java-2.x/trunk/samples/extending-tuscany/implementation-sample/README5
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.