Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 692FB200CC5 for ; Tue, 11 Jul 2017 16:05:05 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 67BB6166062; Tue, 11 Jul 2017 14:05:05 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 868C2166060 for ; Tue, 11 Jul 2017 16:05:04 +0200 (CEST) Received: (qmail 16928 invoked by uid 500); 11 Jul 2017 14:05:03 -0000 Mailing-List: contact commits-help@tomee.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tomee.apache.org Delivered-To: mailing list commits@tomee.apache.org Received: (qmail 16910 invoked by uid 99); 11 Jul 2017 14:05:03 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Jul 2017 14:05:03 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 9F95BE968B; Tue, 11 Jul 2017 14:05:02 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jgallimore@apache.org To: commits@tomee.apache.org Date: Tue, 11 Jul 2017 14:05:04 -0000 Message-Id: <105fc56de29f45759b026ba60fb577a2@git.apache.org> In-Reply-To: <1002dfff57f34d2f80091c36045a6737@git.apache.org> References: <1002dfff57f34d2f80091c36045a6737@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [3/3] tomee-site-generator git commit: fix 404 archived-at: Tue, 11 Jul 2017 14:05:05 -0000 fix 404 Project: http://git-wip-us.apache.org/repos/asf/tomee-site-generator/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee-site-generator/commit/575d6db9 Tree: http://git-wip-us.apache.org/repos/asf/tomee-site-generator/tree/575d6db9 Diff: http://git-wip-us.apache.org/repos/asf/tomee-site-generator/diff/575d6db9 Branch: refs/heads/master Commit: 575d6db91bf7b5e6630171e7d9c7f78bb4db680b Parents: 246ac64 Author: Ivan Junckes Filho Authored: Sat Jul 8 14:51:05 2017 -0300 Committer: Ivan Junckes Filho Committed: Sat Jul 8 14:51:05 2017 -0300 ---------------------------------------------------------------------- src/main/jbake/content/admin/index.adoc | 7 +++++++ src/main/jbake/content/advanced/index.adoc | 7 +++++++ src/main/jbake/content/developer/index.adoc | 7 +++++++ src/main/jbake/content/docs.adoc | 26 ++++++++++++++++++++++++ src/main/jbake/content/documentation.adoc | 26 ------------------------ src/main/jbake/templates/index.gsp | 2 +- src/main/jbake/templates/menu.gsp | 2 +- 7 files changed, 49 insertions(+), 28 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tomee-site-generator/blob/575d6db9/src/main/jbake/content/admin/index.adoc ---------------------------------------------------------------------- diff --git a/src/main/jbake/content/admin/index.adoc b/src/main/jbake/content/admin/index.adoc new file mode 100755 index 0000000..9c10d63 --- /dev/null +++ b/src/main/jbake/content/admin/index.adoc @@ -0,0 +1,7 @@ += Administrator +:jbake-date: 2016-03-16 +:jbake-type: page +:jbake-status: published +:jbake-tomeepdf: + +Click link:../docs.html[here] to find the documentation for administrators. \ No newline at end of file http://git-wip-us.apache.org/repos/asf/tomee-site-generator/blob/575d6db9/src/main/jbake/content/advanced/index.adoc ---------------------------------------------------------------------- diff --git a/src/main/jbake/content/advanced/index.adoc b/src/main/jbake/content/advanced/index.adoc new file mode 100755 index 0000000..7928b61 --- /dev/null +++ b/src/main/jbake/content/advanced/index.adoc @@ -0,0 +1,7 @@ += Advanced +:jbake-date: 2016-03-16 +:jbake-type: page +:jbake-status: published +:jbake-tomeepdf: + +Click link:../docs.html[here] to find advanced documentation. \ No newline at end of file http://git-wip-us.apache.org/repos/asf/tomee-site-generator/blob/575d6db9/src/main/jbake/content/developer/index.adoc ---------------------------------------------------------------------- diff --git a/src/main/jbake/content/developer/index.adoc b/src/main/jbake/content/developer/index.adoc new file mode 100755 index 0000000..5d49d24 --- /dev/null +++ b/src/main/jbake/content/developer/index.adoc @@ -0,0 +1,7 @@ += Developer +:jbake-date: 2016-03-16 +:jbake-type: page +:jbake-status: published +:jbake-tomeepdf: + +Click link:../docs.html[here] to find documentation for developers. \ No newline at end of file http://git-wip-us.apache.org/repos/asf/tomee-site-generator/blob/575d6db9/src/main/jbake/content/docs.adoc ---------------------------------------------------------------------- diff --git a/src/main/jbake/content/docs.adoc b/src/main/jbake/content/docs.adoc new file mode 100644 index 0000000..5507038 --- /dev/null +++ b/src/main/jbake/content/docs.adoc @@ -0,0 +1,26 @@ += TomEE Documentation +:jbake-date: 2016-03-16 +:jbake-type: page +:jbake-status: published +:jbake-tomeepdf: + +=== Administration +- link:admin/configuration/index.html[Server Configuration] +- link:admin/directory-structure.html[Directory Structure] +- link:admin/cluster/index.html[Clustering and High Availability (HA)] + +=== Developers +- link:developer/ide/index.html[IDEs - Eclipse, Intellij Idea and Netbeans] +- link:developer/testing/index.html[Unit Testing - Arquillian, OpenEJB JUnit, TomEE Embedded and ApplicationComposer] +- link:developer/tools/index.html[Build Tools and Plugins] +- link:developer/migration/tomee-1-to-7.html[Migrating From TomEE 1.x to 7.x] +- link:developer/json/index.html[TomEE and Apache Johnzon - JAX-RS JSON Provider] +- link:developer/configuration/cxf.html[Apache CXF Configuration - JAX-RS (RESTful Services) and JAX-WS (Web Services)] +- link:developer/classloading/index.html[Understanding the TomEE ClassLoader] + +=== Advanced +- link:advanced/applicationcomposer/index.html[`ApplicationComposer` with JBatch] +- link:advanced/setup/index.html[How to Setup TomEE in Production] +- link:advanced/shading/index.html[Fat / Uber Jar Deployment using the Maven Shade Plugin] +- link:advanced/client/jndi.html[Java Naming and Directory Interface (JNDI)] +- link:advanced/jms/jms-configuration.html[Why is my ActiveMQ/JMS MDB not scaling as expected?] \ No newline at end of file http://git-wip-us.apache.org/repos/asf/tomee-site-generator/blob/575d6db9/src/main/jbake/content/documentation.adoc ---------------------------------------------------------------------- diff --git a/src/main/jbake/content/documentation.adoc b/src/main/jbake/content/documentation.adoc deleted file mode 100644 index 5507038..0000000 --- a/src/main/jbake/content/documentation.adoc +++ /dev/null @@ -1,26 +0,0 @@ -= TomEE Documentation -:jbake-date: 2016-03-16 -:jbake-type: page -:jbake-status: published -:jbake-tomeepdf: - -=== Administration -- link:admin/configuration/index.html[Server Configuration] -- link:admin/directory-structure.html[Directory Structure] -- link:admin/cluster/index.html[Clustering and High Availability (HA)] - -=== Developers -- link:developer/ide/index.html[IDEs - Eclipse, Intellij Idea and Netbeans] -- link:developer/testing/index.html[Unit Testing - Arquillian, OpenEJB JUnit, TomEE Embedded and ApplicationComposer] -- link:developer/tools/index.html[Build Tools and Plugins] -- link:developer/migration/tomee-1-to-7.html[Migrating From TomEE 1.x to 7.x] -- link:developer/json/index.html[TomEE and Apache Johnzon - JAX-RS JSON Provider] -- link:developer/configuration/cxf.html[Apache CXF Configuration - JAX-RS (RESTful Services) and JAX-WS (Web Services)] -- link:developer/classloading/index.html[Understanding the TomEE ClassLoader] - -=== Advanced -- link:advanced/applicationcomposer/index.html[`ApplicationComposer` with JBatch] -- link:advanced/setup/index.html[How to Setup TomEE in Production] -- link:advanced/shading/index.html[Fat / Uber Jar Deployment using the Maven Shade Plugin] -- link:advanced/client/jndi.html[Java Naming and Directory Interface (JNDI)] -- link:advanced/jms/jms-configuration.html[Why is my ActiveMQ/JMS MDB not scaling as expected?] \ No newline at end of file http://git-wip-us.apache.org/repos/asf/tomee-site-generator/blob/575d6db9/src/main/jbake/templates/index.gsp ---------------------------------------------------------------------- diff --git a/src/main/jbake/templates/index.gsp b/src/main/jbake/templates/index.gsp index da8c393..5ff75be 100755 --- a/src/main/jbake/templates/index.gsp +++ b/src/main/jbake/templates/index.gsp @@ -28,7 +28,7 @@
Learn more about TomEE

Documentation

- Learn more... + Learn more...
http://git-wip-us.apache.org/repos/asf/tomee-site-generator/blob/575d6db9/src/main/jbake/templates/menu.gsp ---------------------------------------------------------------------- diff --git a/src/main/jbake/templates/menu.gsp b/src/main/jbake/templates/menu.gsp index bd61ee7..d4c46c7 100755 --- a/src/main/jbake/templates/menu.gsp +++ b/src/main/jbake/templates/menu.gsp @@ -26,7 +26,7 @@