You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ri...@apache.org on 2006/12/29 21:48:30 UTC

svn commit: r491095 - /maven/continuum/branches/key-based-refactor/continuum-model/README.txt

Author: rinku
Date: Fri Dec 29 12:48:29 2006
New Revision: 491095

URL: http://svn.apache.org/viewvc?view=rev&rev=491095
Log:
o  fixed instructions to recent updates to jpox plugin.
o  added for schema validation. 

Modified:
    maven/continuum/branches/key-based-refactor/continuum-model/README.txt

Modified: maven/continuum/branches/key-based-refactor/continuum-model/README.txt
URL: http://svn.apache.org/viewvc/maven/continuum/branches/key-based-refactor/continuum-model/README.txt?view=diff&rev=491095&r1=491094&r2=491095
==============================================================================
--- maven/continuum/branches/key-based-refactor/continuum-model/README.txt (original)
+++ maven/continuum/branches/key-based-refactor/continuum-model/README.txt Fri Dec 29 12:48:29 2006
@@ -20,4 +20,12 @@
     
     2-2)  Run the following command
     
-          >  mvn jpox:schema -Pddl
\ No newline at end of file
+          >  mvn jpox:schema-create -Pddl
+          
+3) To validate DB schema
+
+    3-1)  Follow (1-1) and (1-2) above
+    
+    3-2)  Run the following command 
+    
+          >  mvn jpox:schema-validate -Pddl          
\ No newline at end of file