• 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 1684 for trunk/build.xml

Show
Ignore:
Timestamp:
07/04/07 08:54:17 (17 months ago)
Author:
jmoore
Message:

Initial ivy commit. Not completely functional. (tools/,jars-copy,etc.)

Files:
1 modified

  • trunk/build.xml (modified) (1 diff)

Legend:

Unmodified
Added
Removed
  • trunk/build.xml

    r1643 r1684  
    3131--> 
    3232 
    33         <import file="components/antlib/resources/multiproject.xml"/> 
    34         <import file="components/antlib/resources/global.xml"/> 
     33        <property name="import.dir" value="${basedir}/components/antlib/resources"/> 
     34        <import file="${import.dir}/global.xml"/> 
     35        <import file="${import.dir}/setup.xml"/> 
     36        <import file="${import.dir}/dependencies.xml"/> 
     37        <import file="${import.dir}/multiproject.xml"/> 
    3538 
    3639        <target name="help" depends="usage"/> 

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/