bd17db6f3e
The run configuration is not used anymore because we have branches which run tests against different IDEA versions, and also IDEA master runs the plugin verifier with the Kotlin plugin
22 lines
910 B
XML
22 lines
910 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project version="4">
|
|
<component name="AntConfiguration">
|
|
<buildFile url="file://$PROJECT_DIR$/compiler/frontend/buildLexer.xml" />
|
|
<buildFile url="file://$PROJECT_DIR$/build.xml">
|
|
<antCommandLine value="-J-XX:MaxPermSize=100m" />
|
|
<maximumHeapSize value="1024" />
|
|
</buildFile>
|
|
<buildFile url="file://$PROJECT_DIR$/update_dependencies.xml" />
|
|
<buildFile url="file://$PROJECT_DIR$/TeamCityBuild.xml">
|
|
<maximumHeapSize value="512" />
|
|
</buildFile>
|
|
<buildFile url="file://$PROJECT_DIR$/idea-runner/runner.xml" />
|
|
<buildFile url="file://$PROJECT_DIR$/replicate_versions.xml" />
|
|
<buildFile url="file://$PROJECT_DIR$/libraries/build-docs.xml">
|
|
<maximumHeapSize value="1024" />
|
|
<properties>
|
|
<property name="dokka.path" value="../../dokka" />
|
|
</properties>
|
|
</buildFile>
|
|
</component>
|
|
</project> |