You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by db...@apache.org on 2019/01/17 18:54:15 UTC

[tomee-site-generator] branch master updated (eac6a00 -> ae2e6f7)

This is an automated email from the ASF dual-hosted git repository.

dblevins pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/tomee-site-generator.git.


    from eac6a00  Renamed mdtext files to md
     new 4ecb11d  TOMEE-2444 (WIP) initial work
     new be58c56  TOMEE-2444 Added index generation with the identified languages
     new ac1e66e  TOMEE-2444 code cleanup
     new 9ee6ced  TOMEE-2444 WIP fixing examples internationalization
     new 4eafd1f  TOMEE-2444 Updated examples internatioalization to format: source/<language>/examples/
     new e5f48fb  TOMEE-2444 Code cleanup after internatioalization format update.
     new 8c0465a  TOMEE-2244 updated path for English examples and fixed failing test.
     new ae2e6f7  Merge pull request #16 from cesarhernandezgt/TOMEE-2444

The 88 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/main/java/org/apache/tomee/website/Docs.java   |   2 +-
 .../java/org/apache/tomee/website/Example.java     |  60 ++++++-
 .../java/org/apache/tomee/website/Examples.java    |  36 +++--
 .../org/apache/tomee/website/GroupedIndex.java     | 180 ++++++++++++++++++---
 src/main/java/org/apache/tomee/website/JBake.java  |   3 +
 src/main/java/org/apache/tomee/website/Repos.java  |   2 +-
 .../java/org/apache/tomee/website/Sources.java     |   2 +-
 .../org/apache/tomee/website/VersionIndex.java     |  62 +++++--
 .../org/apache/tomee/website/VersionsIndex.java    |  34 +++-
 9 files changed, 320 insertions(+), 61 deletions(-)