• 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 1611 for branches/3.0-Beta2

Show
Ignore:
Timestamp:
06/11/07 17:17:27 (15 months ago)
Author:
jmoore
Message:

Fixing missing sql/* in distribution

Files:
1 modified

  • branches/3.0-Beta2/build.xml (modified) (2 diffs)

Legend:

Unmodified
Added
Removed
  • branches/3.0-Beta2/build.xml

    r1569 r1611  
    134134                                <include name="omero.class"/> 
    135135                                <include name="components/antlib/**"/> 
     136                                <include name="sql/**"/> 
    136137                                <include name="lib/tools/**"/> 
    137138                                <include name="lib/repository/ant/**"/> 
    … …  
    150151                        </fileset> 
    151152                </copy> 
    152  
    153                 <!-- SQL to createdb. --> 
    154                 <copy todir="${dist.dir}/sql"> 
    155                         <fileset dir="${common.comp}/${generated.rel}/resources" includes="*.sql"/> 
    156                 </copy> 
    157153 
    158154                <!-- Copy new build.xml to ${dist.dir} --> 

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/