mirror of https://github.com/apache/cloudstack.git
Hard-code version number for the zip file, since ${version} is wrong on this
branch.
This commit is contained in:
parent
37ed4b75eb
commit
d85cc8194b
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue