Merge r1002077 Fix cut and paste error

git-svn-id: https://svn.apache.org/repos/asf/tuscany/sca-java-1.x/trunk@1027450 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/tutorials/store/store-eu/build.xml b/tutorials/store/store-eu/build.xml
index da2942e..deef28d 100644
--- a/tutorials/store/store-eu/build.xml
+++ b/tutorials/store/store-eu/build.xml
@@ -24,7 +24,7 @@
         <copy todir="target/classes">

             <fileset dir="." excludes="**/*.java, **/.*/**, pom.xml, build*.xml, target/**, derby.log"/>

         </copy>

-        <jar destfile="target/tutorial-store-db.jar" basedir="target/classes">

+        <jar destfile="target/tutorial-store-eu.jar" basedir="target/classes">

             <manifest>

             </manifest>

         </jar>