proper zip

This commit is contained in:
Maxim Shafirov
2012-02-17 18:48:06 +04:00
parent fd641eeafd
commit 72b2dbe728
+2 -2
View File
@@ -55,8 +55,8 @@
</target>
<target name="zipArtifact">
<zip destfile="${artifact.output.path}/kotlin-plugin-${build.number}">
<fileset dir="${artifact.output.path}/Kotlin"/>
<zip destfile="${artifact.output.path}/kotlin-plugin-${build.number}.zip">
<zipfileset prefix="Kotlin" dir="${artifact.output.path}/Kotlin"/>
</zip>
<delete dir="${artifact.output.path}/Kotlin" quiet="true"/>
</target>