Changeset 1077 for branches/omero_ds_fix
- Timestamp:
- 11/15/06 09:20:15 (2 years ago)
- Location:
- branches/omero_ds_fix/components
- Files:
-
- 2 modified
-
antlib/resources/omero.xml (modified) (3 diffs)
-
app/product.properties (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/omero_ds_fix/components/antlib/resources/omero.xml
r1063 r1077 62 62 63 63 <!-- copied from app/build.xml refactor --> 64 <tempfile property="temp.dir" />64 <tempfile property="temp.dir" prefix="omero"/> 65 65 <mkdir dir="${temp.dir}"/> 66 66 <copy file="${etc.dir}/omero-ds.xml" todir="${temp.dir}" /> … … 73 73 74 74 <jar update="true" 75 destfile="${artifact.final.name} .ear">75 destfile="${artifact.final.name}"> 76 76 <fileset dir="${basedir}"> 77 77 <include name="etc/local.properties"/> … … 88 88 89 89 <target name="setup-db" depends="classpath-define"> 90 <sql_run> 91 <transaction src="sql/ddl.sql"/> 92 <transaction src="sql/data.sql"/> 93 </sql_run> 90 <ant antfile="${server.comp}/build.xml" target="reload-db"> 91 <property name="sql.dir" value="${basedir}/sql"/> 92 </ant> 94 93 </target> 95 94 -
branches/omero_ds_fix/components/app/product.properties
r1063 r1077 1 1 product.name="Omero Server 2 2 product.version=3.0 3 artifact.final.name= GlencoeDME3 artifact.final.name=omero.ear
