You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by na...@apache.org on 2010/10/26 12:31:06 UTC

svn commit: r1027450 - /tuscany/sca-java-1.x/trunk/tutorials/store/store-eu/build.xml

Author: nash
Date: Tue Oct 26 10:31:06 2010
New Revision: 1027450

URL: http://svn.apache.org/viewvc?rev=1027450&view=rev
Log:
Merge r1002077 Fix cut and paste error

Modified:
    tuscany/sca-java-1.x/trunk/tutorials/store/store-eu/build.xml

Modified: tuscany/sca-java-1.x/trunk/tutorials/store/store-eu/build.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-1.x/trunk/tutorials/store/store-eu/build.xml?rev=1027450&r1=1027449&r2=1027450&view=diff
==============================================================================
--- tuscany/sca-java-1.x/trunk/tutorials/store/store-eu/build.xml (original)
+++ tuscany/sca-java-1.x/trunk/tutorials/store/store-eu/build.xml Tue Oct 26 10:31:06 2010
@@ -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>