Minor: Add sam-with-receiver to Ultimate project classpath, fix cli plugin path in build.xml

This commit is contained in:
Yan Zhulanow
2016-12-09 20:25:09 +03:00
parent cbef0250aa
commit de15003706
2 changed files with 4 additions and 2 deletions
+2 -2
View File
@@ -874,7 +874,7 @@
</withKotlin>
<skip pattern="kotlin/Metadata"/>
<src>
<pathelement path="plugins/sam-with-receiver/src"/>
<pathelement path="plugins/sam-with-receiver/sam-with-receiver-cli/src"/>
</src>
<classpath>
<pathelement path="${idea.sdk}/core/intellij-core.jar"/>
@@ -885,7 +885,7 @@
<jar destfile="${kotlin-home}/lib/sam-with-receiver-compiler-plugin.jar">
<fileset dir="${output}/classes/sam-with-receiver-compiler-plugin"/>
<zipfileset file="${kotlin-home}/build.txt" prefix="META-INF"/>
<fileset dir="${basedir}/plugins/sam-with-receiver/src" includes="META-INF/services/**"/>
<fileset dir="${basedir}/plugins/sam-with-receiver/sam-with-receiver-cli/src" includes="META-INF/services/**"/>
</jar>
</target>
+2
View File
@@ -69,6 +69,8 @@
<root url="file://$PROJECT_DIR$/../out/production/allopen-ide" />
<root url="file://$PROJECT_DIR$/../out/production/noarg-ide" />
<root url="file://$PROJECT_DIR$/../out/production/noarg-cli" />
<root url="file://$PROJECT_DIR$/../out/production/sam-with-receiver-cli" />
<root url="file://$PROJECT_DIR$/../out/production/sam-with-receiver-ide" />
</CLASSES>
<JAVADOC />
<SOURCES>