Replace deprecated package facade ref.

This commit is contained in:
Ilya Gorbunov
2015-10-08 00:32:52 +03:00
parent db93532e7c
commit fd7b670414
+1 -1
View File
@@ -61,7 +61,7 @@
</execution> </execution>
</executions> </executions>
<configuration> <configuration>
<mainClass>generators.GeneratorsPackage</mainClass> <mainClass>generators.GenerateStandardLibKt</mainClass>
<classpathScope>compile</classpathScope> <classpathScope>compile</classpathScope>
<arguments> <arguments>
<argument>${project.parent.basedir}/..</argument> <argument>${project.parent.basedir}/..</argument>