You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by he...@apache.org on 2012/11/21 23:56:51 UTC

svn commit: r1412350 - /openjpa/site/trunk/content/domain-model-browser.mdtext

Author: helenxu
Date: Wed Nov 21 22:56:50 2012
New Revision: 1412350

URL: http://svn.apache.org/viewvc?rev=1412350&view=rev
Log:
CMS migration

Modified:
    openjpa/site/trunk/content/domain-model-browser.mdtext

Modified: openjpa/site/trunk/content/domain-model-browser.mdtext
URL: http://svn.apache.org/viewvc/openjpa/site/trunk/content/domain-model-browser.mdtext?rev=1412350&r1=1412349&r2=1412350&view=diff
==============================================================================
--- openjpa/site/trunk/content/domain-model-browser.mdtext (original)
+++ openjpa/site/trunk/content/domain-model-browser.mdtext Wed Nov 21 22:56:50 2012
@@ -9,20 +9,21 @@ A graphic visualization of persistence d
 
 
 <a name="DomainModelBrowser-Classpath"></a>
-### Classpath
+##Classpath
   The runtime classpath must include
-* OpenJPA runtime libraries
-* The parent directory of persistence unit descriptor
-(META-INF/persistence.xml)
-* The directory of compiled domain classes
-{info}
-* The persistence unit descriptor must enumerate the domain classes in its
-<class> tag.
-* Database connection is not required.
-{info}
+
+*     OpenJPA runtime libraries
+*     The parent directory of persistence unit descriptor (META-INF/persistence.xml)
+*     The directory of compiled domain classes
+
+<span class="info">
+  *     The persistence unit descriptor must enumerate the domain classes in its `<class>` tag.
+  *     Database connection is not required.
+</span>
 
 
 
 <a name="DomainModelBrowser-Atypicalsnapshot"></a>
 ## A typical snapshot 
-!mmb.png|align=center, vspace=4!
+
+![](images/mmb.PNG)