summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-09-28 09:47:33 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-09-28 09:47:33 +0000
commit23db75bab05f4530548d3759ae3c372bb021acee (patch)
treec10ec776e5c8a75405573021d0d8f7249c8c120d
parentbe416349326d1f74cc964a2bd52a55068c05465b (diff)
Fix cut and paste error
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1002077 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/store-eu/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/store-eu/build.xml b/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/store-eu/build.xml
index da2942e979..deef28d3b1 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/store-eu/build.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.1/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>