Author: cbrisson
Date: Sun Apr 21 21:32:29 2019
New Revision: 1857924

URL: http://svn.apache.org/viewvc?rev=1857924&view=rev
Log:
[tools/model] Fix version error

Modified:
    
velocity/tools/branches/model/velocity-tools-examples/velocity-tools-examples-bookshelf/pom.xml
    
velocity/tools/branches/model/velocity-tools-examples/velocity-tools-examples-bookshelf/src/main/webapp/WEB-INF/model.xml

Modified: 
velocity/tools/branches/model/velocity-tools-examples/velocity-tools-examples-bookshelf/pom.xml
URL: 
http://svn.apache.org/viewvc/velocity/tools/branches/model/velocity-tools-examples/velocity-tools-examples-bookshelf/pom.xml?rev=1857924&r1=1857923&r2=1857924&view=diff
==============================================================================
--- 
velocity/tools/branches/model/velocity-tools-examples/velocity-tools-examples-bookshelf/pom.xml
 (original)
+++ 
velocity/tools/branches/model/velocity-tools-examples/velocity-tools-examples-bookshelf/pom.xml
 Sun Apr 21 21:32:29 2019
@@ -141,7 +141,7 @@
               -->
               <cargo.jvmargs>
                 <!-- enable remote debugging
-                
-agentlib:jdwp=transport=dt_socket,server=n,suspend=n,address=5006
+                
-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5006
                 -->
 
                 <!-- enable Jetty debug log

Modified: 
velocity/tools/branches/model/velocity-tools-examples/velocity-tools-examples-bookshelf/src/main/webapp/WEB-INF/model.xml
URL: 
http://svn.apache.org/viewvc/velocity/tools/branches/model/velocity-tools-examples/velocity-tools-examples-bookshelf/src/main/webapp/WEB-INF/model.xml?rev=1857924&r1=1857923&r2=1857924&view=diff
==============================================================================
--- 
velocity/tools/branches/model/velocity-tools-examples/velocity-tools-examples-bookshelf/src/main/webapp/WEB-INF/model.xml
 (original)
+++ 
velocity/tools/branches/model/velocity-tools-examples/velocity-tools-examples-bookshelf/src/main/webapp/WEB-INF/model.xml
 Sun Apr 21 21:32:29 2019
@@ -25,14 +25,4 @@
     </transaction>
 
     <!-- no need to declare entities: entities, key columns and foreign keys 
will be reverse enginered -->
-
-    <!--
-        Get user by credentials.
-        There is no encryption function in HSQL, otherwise, for instance with 
MySQL, you would do:
-        select * from user where login = <login/> and password = 
sha2(<password/>, 256);
-     -->
-    <row name="user_by_credentials" result="user">
-        select * from friend where login = <login/> and password = <password/>;
-    </row>
-
 </model>


Reply via email to