diff options
author | nash <nash@13f79535-47bb-0310-9956-ffa450edef68> | 2010-10-26 10:31:06 +0000 |
---|---|---|
committer | nash <nash@13f79535-47bb-0310-9956-ffa450edef68> | 2010-10-26 10:31:06 +0000 |
commit | bddeed6992832492df0c2931cb17276b84b5ab14 (patch) | |
tree | 6d5f0b78bd0b182fcfd2a889f57f68dd21215dbb /sca-java-1.x/trunk/tutorials/store/store-eu | |
parent | 3677e3fb8c689468b8e3ad1e8e2f8392bc0c0247 (diff) |
Merge r1002077 Fix cut and paste error
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027450 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-1.x/trunk/tutorials/store/store-eu')
-rw-r--r-- | sca-java-1.x/trunk/tutorials/store/store-eu/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-java-1.x/trunk/tutorials/store/store-eu/build.xml b/sca-java-1.x/trunk/tutorials/store/store-eu/build.xml index da2942e979..deef28d3b1 100644 --- a/sca-java-1.x/trunk/tutorials/store/store-eu/build.xml +++ b/sca-java-1.x/trunk/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>
|