fix plugin build

This commit is contained in:
Stepan Koltsov
2012-03-10 02:03:16 +04:00
parent 997fbb60a3
commit 62221494e2
3 changed files with 20 additions and 10 deletions
+1 -1
View File
@@ -272,7 +272,7 @@
<target name="copyKotlinJars">
<copy todir="${kotlin-home}/lib">
<fileset dir="${idea.sdk}/core" includes="*.jar"/>
<fileset dir="${basedir}/lib" includes="*.jar"/>
<fileset dir="${basedir}/lib" includes="**/*.jar"/>
</copy>
<copy todir="${kotlin-home}/bin">
<fileset dir="${basedir}/compiler/cli/bin"/>