You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by rr...@apache.org on 2010/04/16 12:36:22 UTC

svn commit: r934735 - in /ode/branches/APACHE_ODE_1.X: dao-hibernate-db/build.xml dao-jpa-ojpa-derby/build.xml

Author: rr
Date: Fri Apr 16 10:36:21 2010
New Revision: 934735

URL: http://svn.apache.org/viewvc?rev=934735&view=rev
Log:
Added ODE_SCHEMA_VERSION for maven build

Modified:
    ode/branches/APACHE_ODE_1.X/dao-hibernate-db/build.xml
    ode/branches/APACHE_ODE_1.X/dao-jpa-ojpa-derby/build.xml

Modified: ode/branches/APACHE_ODE_1.X/dao-hibernate-db/build.xml
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/dao-hibernate-db/build.xml?rev=934735&r1=934734&r2=934735&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.X/dao-hibernate-db/build.xml (original)
+++ ode/branches/APACHE_ODE_1.X/dao-hibernate-db/build.xml Fri Apr 16 10:36:21 2010
@@ -93,6 +93,7 @@
 		</fileset>
 	    </schemaexport>
         <concat destfile="${db.scripts.dir}/@{db}.sql">
+          <fileset file="${db.scripts.dir}/common.sql"/>
           <fileset file="${sql.dir}/simplesched-@{db}.sql"/>
           <fileset file="${db.scripts.dir}/partial.@{db}.sql"/>
         </concat>

Modified: ode/branches/APACHE_ODE_1.X/dao-jpa-ojpa-derby/build.xml
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/dao-jpa-ojpa-derby/build.xml?rev=934735&r1=934734&r2=934735&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.X/dao-jpa-ojpa-derby/build.xml (original)
+++ ode/branches/APACHE_ODE_1.X/dao-jpa-ojpa-derby/build.xml Fri Apr 16 10:36:21 2010
@@ -74,6 +74,7 @@
 		</classpath>
         </mappingtool>
         <concat destfile="${db.scripts.dir}/@{db}.sql">
+          <fileset file="${scripts.dir}/common.sql"/>
           <fileset file="${scripts.dir}/license-header.sql"/>
           <fileset file="${scripts.dir}/simplesched-@{db}.sql"/>
           <fileset file="${db.scripts.dir}/partial.@{db}.sql"/>