bootstrap file for CI build

This commit is contained in:
Dmitry Jemerov
2011-04-01 11:01:03 +02:00
parent ab1659faed
commit 0f71edcbe9
+7
View File
@@ -0,0 +1,7 @@
<project name="Jet CI Bootstrap" default="unzipIdeaSDK">
<target name="unzipIdeaSDK">
<unzip dest="ideaSDK">
<fileset dir="ideaSDK" includes="ideaIC*.zip"/>
</unzip>
</target>
</project>