moved the code generation tools out into a separate package so they don't get confused with test cases

This commit is contained in:
James Strachan
2012-05-25 20:44:47 +01:00
parent adf38a0648
commit e1234fa5db
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -11,4 +11,4 @@ To run the code generator from a kotlin checkout
cd libraries/stdlib
mvn test-compile exec:java
This then runs the [GenerateStandardLib.kt](https://github.com/JetBrains/kotlin/blob/master/libraries/stdlib/test/GenerateStandardLib.kt) script to create the source from the files for java.lang.Iterable<T> and java.util.Collection etc.
This then runs the [GenerateStandardLib.kt](https://github.com/JetBrains/kotlin/blob/master/libraries/stdlib/test/org/jetbrains/kotlin/tools/GenerateStandardLib.kt) script to create the source from the files for java.lang.Iterable<T> and java.util.Collection etc.