You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by tf...@apache.org on 2007/11/11 15:24:16 UTC

svn commit: r593884 - /db/torque/test/trunk/test-project/pom.xml

Author: tfischer
Date: Sun Nov 11 06:24:09 2007
New Revision: 593884

URL: http://svn.apache.org/viewvc?rev=593884&view=rev
Log:
move id-table-init-sql goal to the correct position

Modified:
    db/torque/test/trunk/test-project/pom.xml

Modified: db/torque/test/trunk/test-project/pom.xml
URL: http://svn.apache.org/viewvc/db/torque/test/trunk/test-project/pom.xml?rev=593884&r1=593883&r2=593884&view=diff
==============================================================================
--- db/torque/test/trunk/test-project/pom.xml (original)
+++ db/torque/test/trunk/test-project/pom.xml Sun Nov 11 06:24:09 2007
@@ -145,7 +145,7 @@
           <useManagers>${torque.useManagers}</useManagers>
           <generateBeans>${torque.generateBeans}</generateBeans>
           <runOnlyOnSchemaChange>false</runOnlyOnSchemaChange>
-          <driver>${torque.driver}</driver>
+          <driver>${torque.driver}</driver>
           <url>${torque.database.url}</url>
           <user>${torque.database.user}</user>
           <password>${torque.database.password}</password>
@@ -158,9 +158,9 @@
             <goals>
               <goal>om</goal>
               <goal>sql</goal>
+              <goal>id-table-init-sql</goal>
               <goal>sqlExec</goal>
               <goal>documentation</goal>
-              <goal>id-table-init-sql</goal>
             </goals>
           </execution>
           <execution>



---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org