This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository groovycsv.
commit 1fd1da1ad3e171e9a9c8447f27b5a632473c8fc5 Merge: 5cdc14c ce34a8e Author: Emmanuel Bourg <[email protected]> Date: Mon Oct 26 23:39:06 2015 +0100 Merge tag 'upstream/1.0' Upstream version 1.0 .gitignore | 5 + LICENSE | 13 ++ README.md | 94 +++++++++ build.gradle | 138 ++++++++++++++ gradle.properties.example | 3 + samples/GettingDependencyUsingGrab.groovy | 11 ++ samples/UsingAutoDetection.groovy | 10 + src/com/xlson/groovycsv/AutoDetectHandler.groovy | 33 ++++ src/com/xlson/groovycsv/CsvIterator.groovy | 130 +++++++++++++ src/com/xlson/groovycsv/CsvParser.groovy | 199 +++++++++++++++++++ src/com/xlson/groovycsv/PropertyMapper.groovy | 69 +++++++ .../xlson/groovycsv/AutoDetectHandlerSpec.groovy | 71 +++++++ .../groovycsv/ConfigurableColumnNamesSpec.groovy | 75 ++++++++ test/com/xlson/groovycsv/CsvIteratorSpec.groovy | 101 ++++++++++ test/com/xlson/groovycsv/CsvParserSpec.groovy | 212 +++++++++++++++++++++ 15 files changed, 1164 insertions(+) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/groovycsv.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

