Changeset 1063 for branches/omero_ds_fix/build.xml
- Timestamp:
- 11/02/06 18:05:42 (2 years ago)
- Files:
-
- 1 modified
-
branches/omero_ds_fix/build.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/omero_ds_fix/build.xml
r1057 r1063 123 123 for use by the user to configure the install. 124 124 --> 125 <copy todir="${dist.dir}/etc" >125 <copy todir="${dist.dir}/etc" overwrite="true"> 126 126 <fileset dir="${omero.home}/etc"> 127 127 <exclude name="local.properties"/> 128 128 </fileset> 129 129 </copy> 130 <concat destfile="${dist.dir}/etc/omero.properties" append="true"> 131 <filelist dir="${app.comp}" files="product.properties"/> 132 </concat> 130 133 131 134 <!--
