Delete outdated unused macro in ant buildfile

This commit is contained in:
Alexander Udalov
2014-02-21 20:16:41 +04:00
parent 89e864221d
commit 6e4c4f536c
-21
View File
@@ -535,27 +535,6 @@
<copy file="dependencies/annotations/kotlin-android-sdk-annotations.jar" todir="${kotlin-home}/lib"/>
</target>
<macrodef name="pack_annotations">
<attribute name="annotationsdir"/>
<attribute name="jarfile"/>
<attribute name="title"/>
<sequential>
<jar destfile="${kotlin-home}/lib/@{jarfile}">
<fileset dir="@{annotationsdir}"/>
<zipfileset file="${kotlin-home}/build.txt" prefix="META-INF"/>
<manifest>
<attribute name="Built-By" value="${manifest.impl.vendor}"/>
<attribute name="Implementation-Vendor" value="${manifest.impl.vendor}"/>
<attribute name="Implementation-Title" value="@{title}"/>
<attribute name="Implementation-Version" value="${build.number}"/>
</manifest>
</jar>
</sequential>
</macrodef>
<target name="runtime">
<macrodef name="new_kotlinc">
<attribute name="src"/>