Re-use artifacts we do already have configured for local plugin build
This commit is contained in:
Generated
+5
-5
@@ -1,19 +1,19 @@
|
|||||||
<component name="ArtifactManager">
|
<component name="ArtifactManager">
|
||||||
<artifact type="jar" name="KotlinPlugin">
|
<artifact name="KotlinPlugin">
|
||||||
<output-path>$PROJECT_DIR$/out/artifacts/KotlinPlugin</output-path>
|
<output-path>$PROJECT_DIR$/out/artifacts</output-path>
|
||||||
<properties id="ant-postprocessing">
|
<properties id="ant-postprocessing">
|
||||||
<options enabled="true">
|
<options>
|
||||||
<file>file://$PROJECT_DIR$/plugin_post_build.xml</file>
|
<file>file://$PROJECT_DIR$/plugin_post_build.xml</file>
|
||||||
<target>renamePluginZip</target>
|
<target>renamePluginZip</target>
|
||||||
</options>
|
</options>
|
||||||
</properties>
|
</properties>
|
||||||
<properties id="ant-preprocessing">
|
<properties id="ant-preprocessing">
|
||||||
<options enabled="true">
|
<options>
|
||||||
<file>file://$PROJECT_DIR$/plugin_pre_build.xml</file>
|
<file>file://$PROJECT_DIR$/plugin_pre_build.xml</file>
|
||||||
<target>cleanup</target>
|
<target>cleanup</target>
|
||||||
</options>
|
</options>
|
||||||
</properties>
|
</properties>
|
||||||
<root id="archive" name="KotlinPlugin.zip">
|
<root id="root">
|
||||||
<element id="directory" name="Kotlin">
|
<element id="directory" name="Kotlin">
|
||||||
<element id="directory" name="lib">
|
<element id="directory" name="lib">
|
||||||
<element id="library" level="project" name="asm" />
|
<element id="library" level="project" name="asm" />
|
||||||
|
|||||||
Generated
+22
@@ -0,0 +1,22 @@
|
|||||||
|
<component name="ArtifactManager">
|
||||||
|
<artifact name="PluginZip">
|
||||||
|
<output-path>$PROJECT_DIR$/out/artifacts/</output-path>
|
||||||
|
<properties id="ant-postprocessing">
|
||||||
|
<options enabled="true">
|
||||||
|
<file>file://$PROJECT_DIR$/plugin_post_build.xml</file>
|
||||||
|
<target>renamePluginZip</target>
|
||||||
|
</options>
|
||||||
|
</properties>
|
||||||
|
<properties id="ant-preprocessing">
|
||||||
|
<options enabled="true">
|
||||||
|
<file>file://$PROJECT_DIR$/plugin_pre_build.xml</file>
|
||||||
|
<target>cleanup</target>
|
||||||
|
</options>
|
||||||
|
</properties>
|
||||||
|
<root id="root">
|
||||||
|
<element id="archive" name="KotlinPlugin.zip">
|
||||||
|
<element id="artifact" artifact-name="KotlinPlugin" />
|
||||||
|
</element>
|
||||||
|
</root>
|
||||||
|
</artifact>
|
||||||
|
</component>
|
||||||
Generated
-20
@@ -1,20 +0,0 @@
|
|||||||
<component name="ArtifactManager">
|
|
||||||
<artifact name="LocalPlugin">
|
|
||||||
<output-path>$PROJECT_DIR$/out/LocalPlugin</output-path>
|
|
||||||
<root id="root">
|
|
||||||
<element id="directory" name="lib">
|
|
||||||
<element id="archive" name="KotlinPlugin.jar">
|
|
||||||
<element id="module-output" name="backend" />
|
|
||||||
<element id="module-output" name="frontend" />
|
|
||||||
<element id="module-output" name="frontend.java" />
|
|
||||||
<element id="module-output" name="stdlib" />
|
|
||||||
<element id="module-output" name="util" />
|
|
||||||
<element id="module-output" name="idea" />
|
|
||||||
<element id="module-output" name="jet.as.java.psi" />
|
|
||||||
<element id="module-output" name="j2k" />
|
|
||||||
</element>
|
|
||||||
<element id="library" level="project" name="asm" />
|
|
||||||
</element>
|
|
||||||
</root>
|
|
||||||
</artifact>
|
|
||||||
</component>
|
|
||||||
Generated
+2
-2
@@ -1,7 +1,7 @@
|
|||||||
<component name="ProjectRunConfigurationManager">
|
<component name="ProjectRunConfigurationManager">
|
||||||
<configuration default="false" name="IDEA" type="Application" factoryName="Application">
|
<configuration default="false" name="IDEA" type="Application" factoryName="Application">
|
||||||
<option name="MAIN_CLASS_NAME" value="com.intellij.idea.Main" />
|
<option name="MAIN_CLASS_NAME" value="com.intellij.idea.Main" />
|
||||||
<option name="VM_PARAMETERS" value="-Xmx500m -XX:ReservedCodeCacheSize=64m -XX:MaxPermSize=250m -ea -Didea.is.internal=true -Didea.debug.mode=true -Didea.system.path=../system-idea -Didea.config.path=../config -Dapple.laf.useScreenMenuBar=true -Dplugin.path=$PROJECT_DIR$/out/LocalPlugin" />
|
<option name="VM_PARAMETERS" value="-Xmx500m -XX:ReservedCodeCacheSize=64m -XX:MaxPermSize=250m -ea -Didea.is.internal=true -Didea.debug.mode=true -Didea.system.path=../system-idea -Didea.config.path=../config -Dapple.laf.useScreenMenuBar=true -Dplugin.path=$PROJECT_DIR$/out/artifacts/Kotlin" />
|
||||||
<option name="PROGRAM_PARAMETERS" value="" />
|
<option name="PROGRAM_PARAMETERS" value="" />
|
||||||
<option name="WORKING_DIRECTORY" value="file://$PROJECT_DIR$/ideaSDK/bin" />
|
<option name="WORKING_DIRECTORY" value="file://$PROJECT_DIR$/ideaSDK/bin" />
|
||||||
<option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
|
<option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
|
||||||
@@ -21,7 +21,7 @@
|
|||||||
<ConfigurationWrapper RunnerId="Run" />
|
<ConfigurationWrapper RunnerId="Run" />
|
||||||
<method>
|
<method>
|
||||||
<option name="BuildArtifacts" enabled="true">
|
<option name="BuildArtifacts" enabled="true">
|
||||||
<artifact name="LocalPlugin" />
|
<artifact name="KotlinPlugin" />
|
||||||
</option>
|
</option>
|
||||||
</method>
|
</method>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
<configuration default="false" name="IDEA (No ProcessCanceledException)" type="Application" factoryName="Application">
|
<configuration default="false" name="IDEA (No ProcessCanceledException)" type="Application" factoryName="Application">
|
||||||
<extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
|
<extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
|
||||||
<option name="MAIN_CLASS_NAME" value="com.intellij.idea.Main" />
|
<option name="MAIN_CLASS_NAME" value="com.intellij.idea.Main" />
|
||||||
<option name="VM_PARAMETERS" value="-Xmx500m -XX:ReservedCodeCacheSize=64m -XX:MaxPermSize=250m -ea -Didea.is.internal=true -Didea.debug.mode=true -Didea.system.path=../system-idea -Didea.config.path=../config -Dapple.laf.useScreenMenuBar=true -Dplugin.path=$PROJECT_DIR$/out/LocalPlugin -Didea.ProcessCanceledException=disabled" />
|
<option name="VM_PARAMETERS" value="-Xmx500m -XX:ReservedCodeCacheSize=64m -XX:MaxPermSize=250m -ea -Didea.is.internal=true -Didea.debug.mode=true -Didea.system.path=../system-idea -Didea.config.path=../config -Dapple.laf.useScreenMenuBar=true -Dplugin.path=$PROJECT_DIR$/out/artifacts/Kotlin -Didea.ProcessCanceledException=disabled" />
|
||||||
<option name="PROGRAM_PARAMETERS" value="" />
|
<option name="PROGRAM_PARAMETERS" value="" />
|
||||||
<option name="WORKING_DIRECTORY" value="file://$PROJECT_DIR$/ideaSDK/bin" />
|
<option name="WORKING_DIRECTORY" value="file://$PROJECT_DIR$/ideaSDK/bin" />
|
||||||
<option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
|
<option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
|
||||||
@@ -22,7 +22,7 @@
|
|||||||
<ConfigurationWrapper RunnerId="Run" />
|
<ConfigurationWrapper RunnerId="Run" />
|
||||||
<method>
|
<method>
|
||||||
<option name="BuildArtifacts" enabled="true">
|
<option name="BuildArtifacts" enabled="true">
|
||||||
<artifact name="LocalPlugin" />
|
<artifact name="KotlinPlugin" />
|
||||||
</option>
|
</option>
|
||||||
</method>
|
</method>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
|||||||
Reference in New Issue
Block a user