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

rzo1 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomee.git


The following commit(s) were added to refs/heads/main by this push:
     new b7aac39d31 Fix example adoc headers
b7aac39d31 is described below

commit b7aac39d31f033d0a9352fd8eafa7fb27021dea1
Author: Richard Zowalla <13417392+r...@users.noreply.github.com>
AuthorDate: Mon Apr 15 21:42:50 2024 +0200

    Fix example adoc headers
---
 docs/documentation.old.adoc                     | 98 -------------------------
 examples/schedule-methods-meta/README.adoc      |  4 +-
 examples/testing-security-meta/README.adoc      |  3 +-
 examples/webservice-holder/README.adoc          |  6 +-
 examples/webservice-holder/README_pt.adoc       |  6 +-
 examples/webservice-inheritance/README.adoc     |  7 +-
 examples/webservice-security/README.adoc        |  6 +-
 examples/webservice-ssl-client-cert/README.adoc |  7 +-
 examples/webservice-ws-security/README.adoc     |  7 +-
 9 files changed, 31 insertions(+), 113 deletions(-)

diff --git a/docs/documentation.old.adoc b/docs/documentation.old.adoc
deleted file mode 100644
index e177ebc612..0000000000
--- a/docs/documentation.old.adoc
+++ /dev/null
@@ -1,98 +0,0 @@
-Title: Documentation
-
-See also the link:examples-trunk/index.html[examples page] for
-downloadable, executable and code-focused view of Java EE and TomEE. You
-can also find us on IRC freenode.org #openejb and #tomee
-
-\{row
-
-\{span-one-third ###IDE link:tomee-and-intellij.html[Get started with
-Intellij], link:contrib/debug/debug-intellij.html[Debugging in
-Intellij] +
-link:tomee-and-eclipse.html[Get started with Eclipse (WTP)] +
-link:getting-started-with-eclipse-and-webby.html[Get started with
-Eclipse (m2e-Webby)] +
-link:tomee-and-netbeans.html[Get started with Netbeans]
-
-= General Informations
-link:comparison.html[Comparison: OpenEJB, TomEE, TomEE+] +
-link:tomee-directory-structure.html[TomEE Directory structure] +
-link:deploying-in-tomee.html[Deploying in TomEE] +
-link:tomee-webapp.html[The 'tomee' webapp] +
-link:refcard/refcard.html[TomEE Reference Card] +
-link:application-composer/index.html[ApplicationComposer] +
-} \{span-one-third ###Configuration link:system-properties.html[System
-Properties] +
-link:deployments.html[Deployments] +
-link:Configuring-in-tomee.html[Configuring Resources] +
-link:configuring-datasources.html[Configuring DataSources] +
-link:containers-and-resources.html[Containers and Resources] +
-link:jms-resources-and-mdb-container.html[JMS Resources and MDB
-Container] +
-link:configuring-javamail.html[Configuring JavaMail] +
-link:tomee-and-security.html[TomEE Security] +
-link:security.html[Security How To] +
-link:clients.html[EJB Clients] +
-link:ejb-over-ssl.html[EJB over SSL] +
-link:jndi-names.html[JNDI Names] +
-link:changing-jms-implementations.html[Changing JMS implementations] +
-link:tomee-and-hibernate.html[Changing JPA to Hibernate] +
-} \{span-one-third ###Testing Techniques
-link:application-discovery-via-the-classpath.html[Application discovery
-via the classpath] +
-link:embedded-configuration.html[Embedded Configuration] +
-link:configuring-datasources-in-tests.html[Configuring DataSources in
-Tests] +
-link:configuring-persistenceunits-in-tests.html[Configuring
-PersistenceUnits in Tests] +
-link:configuring-containers-in-tests.html[Configuring Containers in
-Tests] +
-link:configuring-logging-in-tests.html[Configuring Logging in Tests] +
-link:alternate-descriptors.html[Alternate Descriptors] +
-link:unit-testing-transactions.html[Unit Testing Transactions] +
-link:testcase-with-testbean-inner-class.html[TestCase with TestBean
-inner-class] +
-[TestCase Injection (`@LocalClient`)](local-client-injection.html) +
-} } \{row
-
-\{span-one-third ###Discovery and Failover
-link:ejb-failover.html[Overview] +
-link:multicast-discovery.html[Multicast Discovery (UDP)] +
-link:multipulse-discovery.html[Multipulse Discovery (UDP)] +
-link:multipoint-discovery.html[Multipoint Discovery (TCP)] +
-link:multipoint-considerations.html[Multipoint Considerations] +
-link:multipoint-recommendations.html[Multipoint Recommendations] +
-link:failover-logging.html[Logging Events] +
-} \{span-one-third
-
-= OpenEJB Standalone Server
-link:understanding-the-directory-layout.html[Understanding the Directory
-Layout] +
-link:startup.html[Startup] +
-link:deploy-tool.html[Deploy Tool] +
-link:properties-tool.html[Properties Tool] +
-} \{span-one-third ###Spring link:spring-and-openejb-3.0.html[Spring and
-OpenEJB 3.0] +
-link:spring.html[Spring and OpenEJB 3.1 and later] +
-link:spring-ejb-and-jpa.html[Spring, EJB and JPA example] +
-} } \{row
-
-\{span-one-third ###Arquillian
-link:arquillian-getting-started.html[Arquillian Primer - What you need
-to know] +
-link:arquillian-available-adapters.html[Using the TomEE Arquillian
-adapters] +
-} \{span-one-third ###TomEE Maven Plugin
-link:tomee-mp-getting-started.html[Getting started] +
-link:maven/index.html[tomee-maven-plugin reference documentation] +
-link:tomee-embedded-maven-plugin.html[tomee-embedded-maven-plugin
-reference documentation] +
-link:tomee-mp-getting-started.html[TomEE simple webapp archetype
-documentation] +
-} \{span-one-third ###Tips and Tricks
-link:installation-drop-in-war.html[Install TomEE using the drop-in
-WAR] +
-link:tip-concurrency.html[Global Concurrency Management] +
-link:tip-weblogic.html[WebLogic Lookup] +
-link:tip-jersey-client.html[Jersey Client] +
-} }
diff --git a/examples/schedule-methods-meta/README.adoc 
b/examples/schedule-methods-meta/README.adoc
index 1933f1b410..d19b7de520 100644
--- a/examples/schedule-methods-meta/README.adoc
+++ b/examples/schedule-methods-meta/README.adoc
@@ -1,6 +1,6 @@
-:index-group: Meta-Annotations \
+:index-group: Meta-Annotations
 :jbake-type: page
-:jbake-status: status=published
+:jbake-status: published
 = Schedule Methods Meta
 
 _Help us document this example! Click the blue pencil icon in the upper
diff --git a/examples/testing-security-meta/README.adoc 
b/examples/testing-security-meta/README.adoc
index 5f86a22bdd..2875f7f7f2 100644
--- a/examples/testing-security-meta/README.adoc
+++ b/examples/testing-security-meta/README.adoc
@@ -1,6 +1,7 @@
 :index-group: Meta-Annotations
 :jbake-type: page
-:jbake-status:status=published
+:jbake-status: published
+
 = Testing Security Meta
 
 _Help us document this example! Click the blue pencil icon in the upper
diff --git a/examples/webservice-holder/README.adoc 
b/examples/webservice-holder/README.adoc
index dab99f5497..ff67ae4d60 100644
--- a/examples/webservice-holder/README.adoc
+++ b/examples/webservice-holder/README.adoc
@@ -1,5 +1,7 @@
-:index-group: Web Services :jbake-type: page :jbake-status:
-status=published = @WebService OUT params via jakarta.xml.ws.Holder
+:index-group: Web Services
+:jbake-type: page
+:jbake-status: published
+= @WebService OUT params via jakarta.xml.ws.Holder
 
 With SOAP it is possible to return multiple values in a single request.
 This is impossible in Java as a method can only return one object.
diff --git a/examples/webservice-holder/README_pt.adoc 
b/examples/webservice-holder/README_pt.adoc
index 4b10985a03..55bbeea9ef 100644
--- a/examples/webservice-holder/README_pt.adoc
+++ b/examples/webservice-holder/README_pt.adoc
@@ -1,5 +1,7 @@
-:index-group: Web Services :jbake-type: page :jbake-status:
-status=published = parâmetros @WebService OUT via jakarta.xml.ws.Holder
+:index-group: Web Services
+:jbake-type: page
+:jbake-status: published
+= parâmetros @WebService OUT via jakarta.xml.ws.Holder
 
 Com SOAP é possivel retornar multiplos valores em uma única requisição.
 Isto é impossível em Java pois um método pode retornar somente um objeto.
diff --git a/examples/webservice-inheritance/README.adoc 
b/examples/webservice-inheritance/README.adoc
index a834a47884..64ec7c0992 100644
--- a/examples/webservice-inheritance/README.adoc
+++ b/examples/webservice-inheritance/README.adoc
@@ -1,5 +1,8 @@
-:index-group: Web Services :jbake-type: page :jbake-status:
-status=published = Webservice Inheritance
+:index-group: Web Services
+:jbake-type: page
+:jbake-status: published
+
+= Webservice Inheritance
 
 _Help us document this example! Click the blue pencil icon in the upper
 right to edit this page._
diff --git a/examples/webservice-security/README.adoc 
b/examples/webservice-security/README.adoc
index d351450176..49a392f66e 100644
--- a/examples/webservice-security/README.adoc
+++ b/examples/webservice-security/README.adoc
@@ -1,5 +1,7 @@
-:index-group: Web Services :jbake-type: page :jbake-status:
-status=published = Webservice Security
+:index-group: Web Services
+:jbake-type: page
+:jbake-status: published
+= Webservice Security
 
 _Help us document this example! Click the blue pencil icon in the upper
 right to edit this page._
diff --git a/examples/webservice-ssl-client-cert/README.adoc 
b/examples/webservice-ssl-client-cert/README.adoc
index 1d1fca6aad..12013e055b 100644
--- a/examples/webservice-ssl-client-cert/README.adoc
+++ b/examples/webservice-ssl-client-cert/README.adoc
@@ -1,5 +1,8 @@
-:index-group: Web Services :jbake-type: page :jbake-status:
-status=published = Webservice SSL Client Certificate
+:index-group: Web Services
+:jbake-type: page
+:jbake-status: published
+
+= Webservice SSL Client Certificate
 
 _Help us document this example! Click the blue pencil icon in the upper
 right to edit this page._
diff --git a/examples/webservice-ws-security/README.adoc 
b/examples/webservice-ws-security/README.adoc
index 0354336f72..9bd8181c16 100644
--- a/examples/webservice-ws-security/README.adoc
+++ b/examples/webservice-ws-security/README.adoc
@@ -1,5 +1,8 @@
-:index-group: Web Services :jbake-type: page :jbake-status:
-status=published = Webservice Ws Security
+:index-group: Web Services
+:jbake-type: page
+:jbake-status: published
+
+= Webservice Ws Security
 
 _Help us document this example! Click the blue pencil icon in the upper
 right to edit this page._

Reply via email to