Hard-code version number for the zip file, since ${version} is wrong on this

branch.
This commit is contained in:
Ewan Mellor 2012-02-13 14:31:50 -08:00
parent 37ed4b75eb
commit d85cc8194b
1 changed files with 2 additions and 2 deletions

View File

@ -397,8 +397,8 @@
</target>
<target name="build-apidocs-zip" depends="build-apidocs">
<delete file="${dist.dir}/apidocs-${version}.zip" />
<zip destfile="${dist.dir}/apidocs-${version}.zip" basedir="${dist.dir}/xmldoc/html" />
<delete file="${dist.dir}/apidocs-2.2.y.zip" />
<zip destfile="${dist.dir}/apidocs-2.2.y.zip" basedir="${dist.dir}/xmldoc/html" />
</target>
</project>