Fake dependency to make sure plugin is actually updated during make

This commit is contained in:
Maxim Shafirov
2012-02-21 13:19:39 +04:00
parent 2ff896cc5a
commit fc09e7d637
2 changed files with 1 additions and 12 deletions
-12
View File
@@ -1,18 +1,6 @@
<component name="ArtifactManager">
<artifact name="KotlinPlugin">
<output-path>$PROJECT_DIR$/out/artifacts</output-path>
<properties id="ant-postprocessing">
<options>
<file>file://$PROJECT_DIR$/plugin_post_build.xml</file>
<target>renamePluginZip</target>
</options>
</properties>
<properties id="ant-preprocessing">
<options>
<file>file://$PROJECT_DIR$/plugin_pre_build.xml</file>
<target>cleanup</target>
</options>
</properties>
<root id="root">
<element id="directory" name="Kotlin">
<element id="directory" name="lib">
+1
View File
@@ -6,6 +6,7 @@
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" scope="RUNTIME" name="idea-full" level="project" />
<orderEntry type="module" module-name="idea" scope="PROVIDED" />
</component>
</module>