Remove temporary bootstrap hack

This commit is contained in:
Alexander Udalov
2015-01-03 12:32:25 +03:00
parent 5c9750ae6b
commit be95a4fee7
-9
View File
@@ -408,15 +408,6 @@
<attribute name="compress" default="true"/>
<sequential>
<!-- TODO: temporary, remove after bootstrap. Needed for proguard -->
<if>
<available file="${bootstrap.runtime.minimal}"/>
<then/>
<else>
<copy file="${bootstrap.runtime}" tofile="${bootstrap.runtime.minimal}"/>
</else>
</if>
<jar jarfile="@{jarfile}" compress="@{compress}" duplicate="preserve">
<fileset dir="${output}/classes/compiler"/>
<fileset dir="${output}/builtins">