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 2011/07/11 06:16:18 UTC

svn commit: r1145021 - /openejb/site/trunk/content/index.mdtext

Author: dblevins
Date: Mon Jul 11 04:16:18 2011
New Revision: 1145021

URL: http://svn.apache.org/viewvc?rev=1145021&view=rev
Log:
testing nested lists

Modified:
    openejb/site/trunk/content/index.mdtext

Modified: openejb/site/trunk/content/index.mdtext
URL: http://svn.apache.org/viewvc/openejb/site/trunk/content/index.mdtext?rev=1145021&r1=1145020&r2=1145021&view=diff
==============================================================================
--- openejb/site/trunk/content/index.mdtext (original)
+++ openejb/site/trunk/content/index.mdtext Mon Jul 11 04:16:18 2011
@@ -1,53 +1,53 @@
 Title: Index
 1. *Java EE Basics*
-1. # [Getting Things](basics---getting-things.html)
-1. # [Security](basics---security.html)
-1. # [Transactions](basics---transactions.html)
+    1. [Getting Things](basics---getting-things.html)
+    1. [Security](basics---security.html)
+    1. [Transactions](basics---transactions.html)
 1. *EJB 3.0 Applications*
-1. # [EJB 3.0 Specification](ejb-3.0-specification.html)
-1. # [Callbacks](callbacks.html)
-1. # [Understanding Callbacks](understanding-callbacks.html)
-1. # [Security Annotations](security-annotations.html)
-1. # [Transaction Annotations](transaction-annotations.html)
-1. # [EJB Refs](ejb-refs.html)
-1. # [XML Overrides](annotations,-xml-and-defaults.html)
-1. # [JPA Concepts](jpa-concepts.html)
+    1. [EJB 3.0 Specification](ejb-3.0-specification.html)
+    1. [Callbacks](callbacks.html)
+    1. [Understanding Callbacks](understanding-callbacks.html)
+    1. [Security Annotations](security-annotations.html)
+    1. [Transaction Annotations](transaction-annotations.html)
+    1. [EJB Refs](ejb-refs.html)
+    1. [XML Overrides](annotations,-xml-and-defaults.html)
+    1. [JPA Concepts](jpa-concepts.html)
 1. *EJB 3.1 Applications*
-1. # [Singleton Beans](singleton-beans.html)
+    1. [Singleton Beans](singleton-beans.html)
 1. *Configuration*
-1. # [Understanding the Directory Layout](understanding-the-directory-layout.html)
-1. # [System Properties](system-properties.html)
-1. # [Deployments](deployments.html)
-1. # [Containers and Resources](containers-and-resources.html)
-1. # [JMS Resources and MDB Container](jms-resources-and-mdb-container.html)
-1. # [Configuring DataSources](configuring-datasources.html)
-1. # [Configuring JavaMail](configuring-javamail.html)
-1. # [Security](security.html)
-1. # [Clients](clients.html)
-1. # [JNDI Names](jndi-names.html)
+    1. [Understanding the Directory Layout](understanding-the-directory-layout.html)
+    1. [System Properties](system-properties.html)
+    1. [Deployments](deployments.html)
+    1. [Containers and Resources](containers-and-resources.html)
+    1. [JMS Resources and MDB Container](jms-resources-and-mdb-container.html)
+    1. [Configuring DataSources](configuring-datasources.html)
+    1. [Configuring JavaMail](configuring-javamail.html)
+    1. [Security](security.html)
+    1. [Clients](clients.html)
+    1. [JNDI Names](jndi-names.html)
 1. *JPA Providers*
-1. # [General](jpa-usage.html)
-1. # [OpenJPA](openjpa.html)
-1. # [Hibernate](hibernate.html)
+    1. [General](jpa-usage.html)
+    1. [OpenJPA](openjpa.html)
+    1. [Hibernate](hibernate.html)
 1. *Standalone Server*
-1. # [Startup](startup.html)
-1. # [Deploy Tool](deploy-tool.html)
-1. # [Properties Tool](properties-tool.html)
+    1. [Startup](startup.html)
+    1. [Deploy Tool](deploy-tool.html)
+    1. [Properties Tool](properties-tool.html)
 1. *Testing Techniques*
-1. # [Application discovery via the classpath](application-discovery-via-the-classpath.html)
-1. # [Embedded Configuration](embedded-configuration.html)
-1. # [Configuring DataSources in Tests](configuring-datasources-in-tests.html)
-1. # [Configuring PersistenceUnits in Tests](configuring-persistenceunits-in-tests.html)
-1. # [Configuring Containers in Tests](configuring-containers-in-tests.html)
-1. # [Configuring Logging in Tests](configuring-logging-in-tests.html)
-1. # [Alternate Descriptors](alternate-descriptors.html)
-1. # [Unit Testing Transactions](unit-testing-transactions.html)
-1. # [TestCase with TestBean inner-class](testcase-with-testbean-inner-class.html)
-1. # [TestCase Injection (@LocalClient)](local-client-injection.html)
+    1. [Application discovery via the classpath](application-discovery-via-the-classpath.html)
+    1. [Embedded Configuration](embedded-configuration.html)
+    1. [Configuring DataSources in Tests](configuring-datasources-in-tests.html)
+    1. [Configuring PersistenceUnits in Tests](configuring-persistenceunits-in-tests.html)
+    1. [Configuring Containers in Tests](configuring-containers-in-tests.html)
+    1. [Configuring Logging in Tests](configuring-logging-in-tests.html)
+    1. [Alternate Descriptors](alternate-descriptors.html)
+    1. [Unit Testing Transactions](unit-testing-transactions.html)
+    1. [TestCase with TestBean inner-class](testcase-with-testbean-inner-class.html)
+    1. [TestCase Injection (@LocalClient)](local-client-injection.html)
 1. *Spring*
-1. # [Spring and OpenEJB 3.0](spring-and-openejb-3.0.html)
-1. # [Spring and OpenEJB 3.1 and later](spring.html)
-1. # [Spring, EJB and JPA example](spring-ejb-and-jpa.html)
+    1. [Spring and OpenEJB 3.0](spring-and-openejb-3.0.html)
+    1. [Spring and OpenEJB 3.1 and later](spring.html)
+    1. [Spring, EJB and JPA example](spring-ejb-and-jpa.html)
 1. *Advanced*
-1. # [Failover](failover.html)
+    1. [Failover](failover.html)
 1. [Examples](examples.html)