Merge r1002862 Add instructions for building the tutorial

git-svn-id: https://svn.apache.org/repos/asf/tuscany/sca-java-1.x/trunk@1027485 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/tutorials/store/README b/tutorials/store/README
index 0e335cf..b53d97a 100644
--- a/tutorials/store/README
+++ b/tutorials/store/README
@@ -309,3 +309,20 @@
 
 http://tuscany.apache.org/sca-java-getting-started-guides-1x.html
 
+
+Building the Store Tutorial Using Ant
+-------------------------------------
+With the binary distribution the complete store tutorial can be built using Ant
+as follows:
+
+cd store
+ant compile
+
+
+Building the Store Tutorial Using Maven 
+---------------------------------------
+With either the binary or source distribution the complete store tutorial can
+be built using Maven as follows:
+
+cd store
+mvn