updated the code generator of standard library methods and regenerated it

This commit is contained in:
James Strachan
2012-03-23 11:04:04 +00:00
parent c0cac21b8a
commit b2dd4cd590
8 changed files with 81 additions and 60 deletions
+17
View File
@@ -55,6 +55,23 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>1.2.1</version>
<executions>
<execution>
<goals>
<goal>java</goal>
</goals>
</execution>
</executions>
<configuration>
<mainClass>org.jetbrains.kotlin.tools.namespace</mainClass>
<classpathScope>test</classpathScope>
</configuration>
</plugin>
</plugins>
</build>
</project>