]> gitweb.fluxo.info Git - semanticscuttle.git/commitdiff
fix sfdistfilename
authorcweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f>
Fri, 13 Nov 2009 23:17:15 +0000 (23:17 +0000)
committercweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f>
Fri, 13 Nov 2009 23:17:15 +0000 (23:17 +0000)
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@544 b3834d28-1941-0410-a4f8-b48e95affb8f

build.xml

index 38a9764e555a25609e4cd140419b254f504c7171..986741b5449e998bd2c636857d59b5b907af5a31 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -9,7 +9,8 @@
   <property file="build.properties" />
 
   <property name="version"    value="0.95" />
-  <property name="distfile"   value="dist/${phing.project.name}-${version}.zip" />
+  <property name="zipfile"    value="${phing.project.name}-${version}.zip" />
+  <property name="distfile"   value="dist/${zipfile}" />
   <property name="sfproject"  value="SemanticScuttle" />
   <property name="sffilepath" value="s/se/semanticscuttle/" />
 
@@ -55,7 +56,7 @@
     <delete dir="dist/deploy-sf" /><!-- make empty -->
     <mkdir dir="dist/deploy-sf" />
     <mkdir dir="dist/deploy-sf/v${version}" />
-    <copy file="${distfile}" tofile="dist/deploy-sf/v${version}/${distfile}"/>
+    <copy file="${distfile}" tofile="dist/deploy-sf/v${version}/${zipfile}"/>
     <!-- test
     <exec command="rsync -av dist/deploy-sf/ /tmp/test/" escape="false" />
     -->