Missing build dependencie for release target

This commit is contained in:
PerPloug
2011-01-21 07:32:38 -01:00
parent 27ec2d16f1
commit b67f3a9c8e

View File

@@ -356,7 +356,7 @@
</target>
<target name="webPIRelease" depends="release,webPiFile">
<target name="webPIRelease" depends="webPiFile">
<copy file="${root.dir}\webPi_sha.txt" tofile="${public.dir}\${build.version}\Umbraco_${build.version}_WebDeploy_sha.txt" />
<copy file="${root.dir}\Umbraco_${build.version}_WebDeploy.zip" tofile="${public.dir}\${build.version}\Umbraco_${build.version}_WebDeploy.zip" />
</target>
@@ -405,7 +405,6 @@
</exec>
</target>
<target name="init" description="init tasks for the build">
<!-- Clean the plugins dir any leftovers, only tinyMCE belongs in here -->