fix sfdistfilename
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@544 b3834d28-1941-0410-a4f8-b48e95affb8f
This commit is contained in:
parent
51afa10f8a
commit
0b4ae19411
1 changed files with 3 additions and 2 deletions
|
@ -9,7 +9,8 @@
|
||||||
<property file="build.properties" />
|
<property file="build.properties" />
|
||||||
|
|
||||||
<property name="version" value="0.95" />
|
<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="sfproject" value="SemanticScuttle" />
|
||||||
<property name="sffilepath" value="s/se/semanticscuttle/" />
|
<property name="sffilepath" value="s/se/semanticscuttle/" />
|
||||||
|
|
||||||
|
@ -55,7 +56,7 @@
|
||||||
<delete dir="dist/deploy-sf" /><!-- make empty -->
|
<delete dir="dist/deploy-sf" /><!-- make empty -->
|
||||||
<mkdir dir="dist/deploy-sf" />
|
<mkdir dir="dist/deploy-sf" />
|
||||||
<mkdir dir="dist/deploy-sf/v${version}" />
|
<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
|
<!-- test
|
||||||
<exec command="rsync -av dist/deploy-sf/ /tmp/test/" escape="false" />
|
<exec command="rsync -av dist/deploy-sf/ /tmp/test/" escape="false" />
|
||||||
-->
|
-->
|
||||||
|
|
Loading…
Reference in a new issue