Files
kotlin-fork/bootstrap.xml
T
2011-04-01 11:01:03 +02:00

8 lines
223 B
XML

<project name="Jet CI Bootstrap" default="unzipIdeaSDK">
<target name="unzipIdeaSDK">
<unzip dest="ideaSDK">
<fileset dir="ideaSDK" includes="ideaIC*.zip"/>
</unzip>
</target>
</project>