Merge r1029129 Fix incorrect war name to exclude from binary distribution

git-svn-id: https://svn.apache.org/repos/asf/tuscany/sca-java-1.x/trunk@1029160 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/distribution/src/main/assembly/bin.xml b/distribution/src/main/assembly/bin.xml
index 3f42515..b5c03cf 100644
--- a/distribution/src/main/assembly/bin.xml
+++ b/distribution/src/main/assembly/bin.xml
@@ -139,7 +139,7 @@
                 <exclude>helloworld-ws-deep-webapp/target/sample-helloworld-ws-deep-webapp.war</exclude>
                 <exclude>helloworld-ws-sdo-webapp/target/sample-helloworld-ws-sdo-webapp.war</exclude>
                 <exclude>helloworld-ws-service-webapp/target/sample-helloworld-ws-service-webapp.war</exclude>
-                <exclude>store-webapp/target/sample-helloworld-store-webapp.war</exclude>
+                <exclude>store-webapp/target/sample-store-webapp.war</exclude>
             </excludes>
         </fileSet>
         <!-- Add all the demos to the demos directory -->