Changeset 1644 for branches/3.0-Beta2/components/server/build.xml
- Timestamp:
- 06/18/07 15:44:35 (18 months ago)
- Files:
-
- 1 modified
-
branches/3.0-Beta2/components/server/build.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/3.0-Beta2/components/server/build.xml
r1637 r1644 9 9 <arg value="${omero.rootpass}"/> 10 10 </java> 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" />11 <copy file="${sql.dir}/${omero.dbversion}__${omero.dbpatch}__schema.sql" tofile="${target.dir}/ddl.sql" overwrite="true"/> 12 <copy file="${sql.dir}/${omero.dbversion}__${omero.dbpatch}__data.sql" tofile="${target.dir}/data.sql" overwrite="true"/> 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}"/>
