• 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

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

Fixing doubled omero.db.profile issue.

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  
    8383        <target name="setup-db" depends="classpath-define"> 
    8484                <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}"/> 
    8686                </ant> 
    8787        </target> 
  • 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/