• 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 1063 for branches/omero_ds_fix/build.xml

Show
Ignore:
Timestamp:
11/02/06 18:05:42 (2 years ago)
Author:
jmoore
Message:

First try at a fix. Moves omero-ds.xml to /etc

Files:
1 modified

  • branches/omero_ds_fix/build.xml (modified) (1 diff)

Legend:

Unmodified
Added
Removed
  • branches/omero_ds_fix/build.xml

    r1057 r1063  
    123123                        for use by the user to configure the install. 
    124124                --> 
    125                 <copy todir="${dist.dir}/etc"> 
     125                <copy todir="${dist.dir}/etc" overwrite="true"> 
    126126                        <fileset dir="${omero.home}/etc"> 
    127127                                <exclude name="local.properties"/> 
    128128                        </fileset> 
    129129                </copy> 
     130                <concat destfile="${dist.dir}/etc/omero.properties" append="true"> 
     131                        <filelist dir="${app.comp}" files="product.properties"/> 
     132                </concat> 
    130133 
    131134                <!--  

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/