- Timestamp:
- 06/13/07 20:10:59 (18 months ago)
- Location:
- branches/3.0-Beta2/components
- Files:
-
- 2 modified
-
antlib/resources/omero.xml (modified) (1 diff)
-
server/build.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/3.0-Beta2/components/antlib/resources/omero.xml
r1569 r1637 83 83 <target name="setup-db" depends="classpath-define"> 84 84 <ant antfile="${server.comp}/build.xml" target="reload-db"> 85 <property name="sql.dir" value="${basedir}/sql "/>85 <property name="sql.dir" value="${basedir}/sql/${omero.db.profile}"/> 86 86 </ant> 87 87 </target> -
branches/3.0-Beta2/components/server/build.xml
r1576 r1637 9 9 <arg value="${omero.rootpass}"/> 10 10 </java> 11 <copy file="${sql.dir}/${omero.db .profile}/${omero.dbversion}__${omero.dbpatch}__schema.sql" tofile="${target.dir}/ddl.sql"/>12 <copy file="${sql.dir}/${omero.db .profile}/${omero.dbversion}__${omero.dbpatch}__data.sql" tofile="${target.dir}/data.sql"/>11 <copy file="${sql.dir}/${omero.dbversion}__${omero.dbpatch}__schema.sql" tofile="${target.dir}/ddl.sql"/> 12 <copy file="${sql.dir}/${omero.dbversion}__${omero.dbpatch}__data.sql" tofile="${target.dir}/data.sql"/> 13 13 <replace file="${target.dir}/data.sql" token="@ROOTPASS@" value="${ROOTPASS}"/> 14 14 <replace file="${target.dir}/data.sql" token="@DBPATCH@" value="${omero.dbpatch}"/>
