These two packages come from eawtstub.jar and automation.jar yet it doesn't make any sense to include those into kotlin compiler

This commit is contained in:
Maxim Shafirov
2013-07-16 12:27:31 +04:00
parent ca02ca6e77
commit f5a11960cd
+3 -1
View File
@@ -354,6 +354,8 @@
-dontwarn com.intellij.util.ui.IsRetina* -dontwarn com.intellij.util.ui.IsRetina*
-dontwarn com.intellij.util.RetinaImage* -dontwarn com.intellij.util.RetinaImage*
-dontwarn apple.awt.*
-dontwarn dk.brics.automaton.*
-dontwarn org.fusesource.** -dontwarn org.fusesource.**
-libraryjars '${rtjar}' -libraryjars '${rtjar}'
@@ -573,4 +575,4 @@
</zip> </zip>
<echo message="##teamcity[publishArtifacts '${output.relative}/${output.name}.zip']"/> <echo message="##teamcity[publishArtifacts '${output.relative}/${output.name}.zip']"/>
</target> </target>
</project> </project>