This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository gradle-plugin-protobuf.
commit 1841751254d5723a4fc7f5cbce25d836b1b33bfe Merge: 5973bb8 96b9548 Author: Emmanuel Bourg <[email protected]> Date: Tue Apr 12 09:33:15 2016 +0200 Merge tag 'upstream/0.9.2' Upstream version 0.9.2 .gitignore | 6 + README.md | 42 ++++++ build.gradle | 159 +++++++++++++++++++++ build.sh | 3 + .../gradle/plugins/protobuf/ProtobufCompile.groovy | 77 ++++++++++ .../plugins/protobuf/ProtobufConvention.groovy | 29 ++++ .../gradle/plugins/protobuf/ProtobufExtract.groovy | 50 +++++++ .../gradle/plugins/protobuf/ProtobufPlugin.groovy | 72 ++++++++++ .../META-INF/gradle-plugins/protobuf.properties | 1 + testProject/build.gradle | 53 +++++++ testProject/build.sh | 3 + testProject/ext/more.proto | 7 + testProject/ext/test1.proto | 11 ++ testProject/ext/test2.proto | 3 + testProject/lib/protos.tar.gz | Bin 0 -> 326 bytes testProject/src/main/java/Foo.java | 3 + testProject/src/main/proto/sample.proto | 12 ++ testProject/src/main/proto/test.proto | 23 +++ testProject/src/test/java/FooTest.java | 5 + testProject/src/test/proto/test.proto | 3 + 20 files changed, 562 insertions(+) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/gradle-plugin-protobuf.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

