Remove own idea runtime and reflect jars
This commit is contained in:
+13
-7
@@ -652,6 +652,19 @@
|
|||||||
</else>
|
</else>
|
||||||
</if>
|
</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"/>
|
<echo message="@{download.dir.intellij-core}/intellij-core-analysis.jar"/>
|
||||||
|
|
||||||
<mkdir dir="@{core-analysis}"/>
|
<mkdir dir="@{core-analysis}"/>
|
||||||
@@ -705,13 +718,6 @@
|
|||||||
|
|
||||||
<mkdir dir="@{sources}"/>
|
<mkdir dir="@{sources}"/>
|
||||||
<copy file="@{download.file.archive.sources}" tofile="@{sources}/sources.zip" overwrite="true"/>
|
<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>
|
</then>
|
||||||
</if>
|
</if>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user