• Views
  • Iteration Report
  • My Iteration Report
  •  
OMERO.server
  • Login
  • Help/Guide
  • About Trac
  • Preferences
  • Wiki
  • Timeline
  • Roadmap
  • Browse Source
  • View Tickets
  • Search

Context Navigation

  • ← Previous Change
  • Next Change →

Changeset 1637 for branches/3.0-Beta2/components/server/build.xml

Show
Ignore:
Timestamp:
06/13/07 20:10:59 (18 months ago)
Author:
jmoore
Message:

Fixing doubled omero.db.profile issue.

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

    r1576 r1637  
    99            <arg value="${omero.rootpass}"/> 
    1010        </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"/> 
    1313        <replace file="${target.dir}/data.sql" token="@ROOTPASS@" value="${ROOTPASS}"/> 
    1414        <replace file="${target.dir}/data.sql" token="@DBPATCH@" value="${omero.dbpatch}"/> 

Download in other formats:

  • Unified Diff
  • Zip Archive

Trac Powered

Powered by Trac 0.11
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/