You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@onami.apache.org by sc...@apache.org on 2014/05/06 11:06:24 UTC

svn commit: r1592690 - in /onami/sandbox/persist: pom.xml src/site/site.xml

Author: sclassen
Date: Tue May  6 09:06:24 2014
New Revision: 1592690

URL: http://svn.apache.org/r1592690
Log:
onami-persist: added site pages

Modified:
    onami/sandbox/persist/pom.xml
    onami/sandbox/persist/src/site/site.xml

Modified: onami/sandbox/persist/pom.xml
URL: http://svn.apache.org/viewvc/onami/sandbox/persist/pom.xml?rev=1592690&r1=1592689&r2=1592690&view=diff
==============================================================================
--- onami/sandbox/persist/pom.xml (original)
+++ onami/sandbox/persist/pom.xml Tue May  6 09:06:24 2014
@@ -26,7 +26,7 @@
     <version>5</version>
   </parent>
 
-  <artifactId>onami-persist</artifactId>
+  <artifactId>org.apache.onami.persist</artifactId>
   <version>1.0.0-SNAPSHOT</version>
   <packaging>jar</packaging>
 

Modified: onami/sandbox/persist/src/site/site.xml
URL: http://svn.apache.org/viewvc/onami/sandbox/persist/src/site/site.xml?rev=1592690&r1=1592689&r2=1592690&view=diff
==============================================================================
--- onami/sandbox/persist/src/site/site.xml (original)
+++ onami/sandbox/persist/src/site/site.xml Tue May  6 09:06:24 2014
@@ -34,6 +34,14 @@
 
     <menu name="Apache Onami™ Persist">
       <item name="Home" href="index.html" />
+      <item name="DAO Example" href="daoExample.html" />
+      <item name="Onami Persist vs. Guice Persist" href="guicePersist.html" />
+      <item name="EntityManagerProvider" href="emProvider.html" />
+    </menu>
+
+    <menu name="Samples">
+      <item name="Standalone Application" href="standaloneApp.html" />
+      <item name="Simple Web Application" href="simpleWebApp.html" />
     </menu>
 
     <menu ref="reports" />