This is an automated email from the git hooks/post-receive script. New change to branch develop in repository jrst. See http://git.nuiton.org/jrst.git from 662952f fix release process new a96cec8 Fix gitignore new a12bbd4 refs #3683: add support for custom classes The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit a12bbd4c468e9247a21b22543858f262c6a2b03d Author: Eric Chatellier <chatellier@codelutin.com> Date: Wed Apr 29 18:00:23 2015 +0200 refs #3683: add support for custom classes commit a96cec848f54270d3fb2cd47485868b0840bfa8a Author: Eric Chatellier <chatellier@codelutin.com> Date: Wed Apr 29 17:59:46 2015 +0200 Fix gitignore Summary of changes: .gitignore | 2 + docutils/.gitignore | 3 + doxia-module-jrst-legacy/.gitignore | 3 + doxia-module-jrst/.gitignore | 3 + jrst-doc/.gitignore | 2 + jrst-site-util/.gitignore | 3 + jrst/.gitignore | 3 + jrst/src/main/resources/xsl/rst2xhtml.xsl | 82 ++++++++++++---- .../java/org/nuiton/jrst/JRSTAbstractTest.java | 9 +- .../bugs/{AdmonitionTest.java => HtmlTest.java} | 38 ++++---- .../test/java/org/nuiton/jrst/bugs/TableTest.java | 2 - .../test/resources/bugs/testCustomClasses3683.rst | 107 +++++++++++++++++++++ maven-jrst-plugin/.gitignore | 3 + 13 files changed, 219 insertions(+), 41 deletions(-) create mode 100644 docutils/.gitignore create mode 100644 doxia-module-jrst-legacy/.gitignore create mode 100644 doxia-module-jrst/.gitignore create mode 100644 jrst-doc/.gitignore create mode 100644 jrst-site-util/.gitignore create mode 100644 jrst/.gitignore copy jrst/src/test/java/org/nuiton/jrst/bugs/{AdmonitionTest.java => HtmlTest.java} (61%) create mode 100644 jrst/src/test/resources/bugs/testCustomClasses3683.rst create mode 100644 maven-jrst-plugin/.gitignore -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.