Merge r1002086 Add main class so that a run target is generated in build.xml

git-svn-id: https://svn.apache.org/repos/asf/tuscany/sca-java-1.x/trunk@1027455 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/tutorials/store/store-client/pom.xml b/tutorials/store/store-client/pom.xml
index e2945ed..078186c 100644
--- a/tutorials/store/store-client/pom.xml
+++ b/tutorials/store/store-client/pom.xml
@@ -99,7 +99,7 @@
                   <exclude>**/*.java</exclude>
                   <exclude>**/.*/**</exclude>
                   <exclude>pom.xml</exclude>
-                  <exclude>build.xml</exclude>
+                  <exclude>build*.xml</exclude>
                   <exclude>target/**</exclude>
               </excludes>
           </resource>
@@ -112,6 +112,7 @@
                 <executions>
                     <execution>
                         <configuration>
+                            <mainClass>launch.LaunchStoreClientNode</mainClass>
                             <pathToRootDir>../../..</pathToRootDir>
                         </configuration>
                         <goals>