This is an automated email from the git hooks/post-receive script. tjaalton pushed a commit to branch master in repository jackson-jaxrs-providers.
commit d9d000cd257c334fc39933fb2f475e7f49a5afe8 Author: Tatu Saloranta <[email protected]> Date: Thu Oct 4 20:14:38 2012 -0700 Initial commit --- .gitignore | 6 ++++++ README.md | 4 ++++ 2 files changed, 10 insertions(+) diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0f182a0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +*.class + +# Package Files # +*.jar +*.war +*.ear diff --git a/README.md b/README.md new file mode 100644 index 0000000..c28500d --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +jackson-jaxrs-providers +======================= + +Multi-module project that contains Jackson-based JAX-RS providers for JSON, XML and Smile formats \ No newline at end of file -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jackson-jaxrs-providers.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

