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 1848042 Format file
new 9b5f3c2 Fix java 8 compile
The 1 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 9b5f3c2b64c775420ad081408e2c3f97a0dae4bf
Author: Eric Chatellier <chatellier(a)codelutin.com>
Date: Wed Apr 29 18:35:34 2015 +0200
Fix java 8 compile
Summary of changes:
.../main/java/org/nuiton/jrst/AbstractJrstParser.java | 4 ++--
.../src/main/java/org/nuiton/jrst/JrstSiteModule.java | 4 ++--
.../main/java/org/nuiton/jrst/JrstSiteRenderer.java | 6 +++---
.../src/main/java/org/nuiton/jrst/ReflectUtil.java | 4 ++--
jrst/src/main/java/org/nuiton/jrst/JRST.java | 18 +++++++++---------
jrst/src/main/java/org/nuiton/jrst/JRSTGenerator.java | 2 +-
.../java/org/nuiton/jrst/JRSTResourceResolver.java | 4 ++--
.../main/java/org/nuiton/jrst/JRSTToXmlStrategy.java | 4 ++--
.../org/nuiton/jrst/JRSTToXmlStrategyDocutils.java | 4 ++--
.../org/nuiton/jrst/JRSTToXmlStrategyJRSTReader.java | 4 ++--
jrst/src/main/java/org/nuiton/jrst/JRSTUserAgent.java | 4 ++--
.../main/java/org/nuiton/jrst/legacy/JRSTLexer.java | 12 +++++++-----
.../main/java/org/nuiton/jrst/ui/BaseActionPanel.java | 6 +++---
.../java/org/nuiton/jrst/ui/FileEditorHandler.java | 4 ++--
.../main/java/org/nuiton/jrst/ui/JRSTCommandModel.java | 4 ++--
.../main/java/org/nuiton/jrst/ui/JRSTViewHandler.java | 4 ++--
16 files changed, 45 insertions(+), 43 deletions(-)
--
To stop receiving notification emails like this one, please contact
nuiton.org SCM administrator <admin+scm(a)nuiton.org>.
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 a12bbd4 refs #3683: add support for custom classes
new 1848042 Format file
The 1 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 18480421185b53da5553fb0b4b0960e9d9635184
Author: Eric Chatellier <chatellier(a)codelutin.com>
Date: Wed Apr 29 18:04:51 2015 +0200
Format file
Summary of changes:
jrst/src/main/resources/xsl/rst2xhtml.xsl | 948 +++++++++++++++---------------
1 file changed, 474 insertions(+), 474 deletions(-)
--
To stop receiving notification emails like this one, please contact
nuiton.org SCM administrator <admin+scm(a)nuiton.org>.
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(a)codelutin.com>
Date: Wed Apr 29 18:00:23 2015 +0200
refs #3683: add support for custom classes
commit a96cec848f54270d3fb2cd47485868b0840bfa8a
Author: Eric Chatellier <chatellier(a)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(a)nuiton.org>.