Remove own idea runtime and reflect jars

This commit is contained in:
Nikolay Krasko
2015-07-03 10:40:48 +03:00
parent 002bca2f01
commit 23ae5ae57c
+13 -7
View File
@@ -652,6 +652,19 @@
</else>
</if>
<!--
This one needs to be deleted because otherwise it gets onto the classpath
together with junit-4.10.jar and the classloading goes crazy that breaks
many nice features of IDEA including diffs in the test console.
-->
<delete file="@{idea.dir}/lib/junit.jar"/>
<!--
Plugin depends on newer runtime and reflect jar from our bootstrap compiler.
-->
<delete file="@{idea.dir}/lib/kotlin-runtime.jar"/>
<delete file="@{idea.dir}/lib/kotlin-reflect.jar"/>
<echo message="@{download.dir.intellij-core}/intellij-core-analysis.jar"/>
<mkdir dir="@{core-analysis}"/>
@@ -705,13 +718,6 @@
<mkdir dir="@{sources}"/>
<copy file="@{download.file.archive.sources}" tofile="@{sources}/sources.zip" overwrite="true"/>
<!--
This one needs to be deleted because otherwise it gets onto the classpath
together with junit-4.10.jar and the classloading goes crazy that breaks
many nice features of IDEA including diffs in the test console.
-->
<delete file="@{idea.dir}/lib/junit.jar"/>
</then>
</if>