Minor: Add sam-with-receiver to Ultimate project classpath, fix cli plugin path in build.xml
This commit is contained in:
@@ -874,7 +874,7 @@
|
|||||||
</withKotlin>
|
</withKotlin>
|
||||||
<skip pattern="kotlin/Metadata"/>
|
<skip pattern="kotlin/Metadata"/>
|
||||||
<src>
|
<src>
|
||||||
<pathelement path="plugins/sam-with-receiver/src"/>
|
<pathelement path="plugins/sam-with-receiver/sam-with-receiver-cli/src"/>
|
||||||
</src>
|
</src>
|
||||||
<classpath>
|
<classpath>
|
||||||
<pathelement path="${idea.sdk}/core/intellij-core.jar"/>
|
<pathelement path="${idea.sdk}/core/intellij-core.jar"/>
|
||||||
@@ -885,7 +885,7 @@
|
|||||||
<jar destfile="${kotlin-home}/lib/sam-with-receiver-compiler-plugin.jar">
|
<jar destfile="${kotlin-home}/lib/sam-with-receiver-compiler-plugin.jar">
|
||||||
<fileset dir="${output}/classes/sam-with-receiver-compiler-plugin"/>
|
<fileset dir="${output}/classes/sam-with-receiver-compiler-plugin"/>
|
||||||
<zipfileset file="${kotlin-home}/build.txt" prefix="META-INF"/>
|
<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>
|
</jar>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
|
|||||||
@@ -69,6 +69,8 @@
|
|||||||
<root url="file://$PROJECT_DIR$/../out/production/allopen-ide" />
|
<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-ide" />
|
||||||
<root url="file://$PROJECT_DIR$/../out/production/noarg-cli" />
|
<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>
|
</CLASSES>
|
||||||
<JAVADOC />
|
<JAVADOC />
|
||||||
<SOURCES>
|
<SOURCES>
|
||||||
|
|||||||
Reference in New Issue
Block a user