Skip to content
Success

Changes

Summary

  1. Modify instruction to use released zip file. (details)
  2. Update version number to 7.1.1-SNAPSHOT. (details)
  3. Add CONTRIBUTING.md. (details)
  4. add .groovy (#6) (details)
  5. Support other JVM language files (Scala, Kotlin, Clojure and JRuby). (details)
  6. Add additional JVM language file types to README.md. (details)
  7. Fix package scope to collections library. (details)
  8. Make default file encoding as "UTF-8" and add a command line option to (details)
Commit c23b82cd6f6050afafd4b23a2259aaa7ef9a2c56 by Hiroshi Ito
Modify instruction to use released zip file.
The file was modified README.md (diff)
Commit 888e4445ab01d782a73b6e18065a0a19ebb9f3de by Hiroshi Ito
Update version number to 7.1.1-SNAPSHOT.
The file was modified build.gradle (diff)
The file was addedCONTRIBUTING.md
Commit d7f0dddecf7be34ebd6bf873761ccfd5841e0387 by itohro
add .groovy (#6)

Signed-off-by: Andrew White <awhite@simplymeasured.com>
The file was modified src/main/java/org/eclipse/collections/tools/Converter.java (diff)
Commit 377eb62739fcae76d2906969378150bc3c6098c5 by Hiroshi Ito
Support other JVM language files (Scala, Kotlin, Clojure and JRuby).
The file was modified src/main/java/org/eclipse/collections/tools/Converter.java (diff)
Commit ebc24ea669d846240fe6dd478bc26ac461cecd6c by Hiroshi Ito
Add additional JVM language file types to README.md.
The file was modified README.md (diff)
Commit bd7a022f996eb1419f2f5814ae4130736d99dd24 by Hiroshi Ito
Fix package scope to collections library.
The file was modified src/main/java/org/eclipse/collections/tools/Converter.java (diff)
The file was modified src/test/resources/source/src/main/java/TestClass.java (diff)
The file was modified src/test/java/org/eclipse/collections/tools/ConverterTest.java (diff)
Commit a354eda9d0a35ea99c6d450bdef923489a23f0f4 by Hiroshi Ito
Make default file encoding as "UTF-8" and add a command line option to override it.
The file was modified src/test/java/org/eclipse/collections/tools/ConverterTest.java (diff)
The file was modified src/main/java/org/eclipse/collections/tools/Converter.java (diff)