You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by la...@apache.org on 2014/05/20 17:21:14 UTC

svn commit: r1596288 - /airavata/sandbox/gfac-sample/local-handler-sample/build.xml

Author: lahiru
Date: Tue May 20 15:21:13 2014
New Revision: 1596288

URL: http://svn.apache.org/r1596288
Log:
fixing

Modified:
    airavata/sandbox/gfac-sample/local-handler-sample/build.xml

Modified: airavata/sandbox/gfac-sample/local-handler-sample/build.xml
URL: http://svn.apache.org/viewvc/airavata/sandbox/gfac-sample/local-handler-sample/build.xml?rev=1596288&r1=1596287&r2=1596288&view=diff
==============================================================================
--- airavata/sandbox/gfac-sample/local-handler-sample/build.xml (original)
+++ airavata/sandbox/gfac-sample/local-handler-sample/build.xml Tue May 20 15:21:13 2014
@@ -39,7 +39,7 @@
     <target name="dist" depends="compile"
             description="generate the distribution">
         <!-- Put everything in ${build} into the MyProject-${DSTAMP}.jar file -->
-        <jar jarfile="${dist}/lib/airavata-gfac-handler-sample-${DSTAMP}.jar" basedir="${build}"/>
+        <jar jarfile="${dist}/lib/airavata-gfac-handler-sample.jar" basedir="${build}"/>
     </target>
 
     <target name="clean"