• Views
  • Iteration Report
  • My Iteration Report
  •  
OMERO.clients
  • Login
  • Help/Guide
  • About Trac
  • Preferences
  • Wiki
  • Timeline
  • Roadmap
  • Browse Source
  • View Tickets
  • Search

Context Navigation

  • ← Previous Changeset
  • Next Changeset →

Changeset 5645

Show
Ignore:
Timestamp:
10/06/08 09:45:30 (7 weeks ago)
Author:
jmoore
Message:

Adding target="1.5" for builds under JDK6

Files:
1 modified

  • trunk/build/app.xml (modified) (3 diffs)

Legend:

Unmodified
Added
Removed
  • trunk/build/app.xml

    r5637 r5645  
    109109          depends="app-init"  
    110110          description="Compile the whole app."> 
    111     <javac srcdir="${base.src.dir}" 
     111    <javac srcdir="${base.src.dir}" target="1.5" 
    112112           destdir="${app.compiled.dir}" 
    113113           includeantruntime="no"   
    … …  
    118118      <patternset refid="app.sources"/> 
    119119    </javac>  
    120         <javac srcdir="${base.src.util.dir}" 
     120        <javac srcdir="${base.src.util.dir}" target="1.5" 
    121121                   destdir="${app.compiled.util.dir}" 
    122122                   includeantruntime="no"   
    … …  
    127127              <patternset refid="app.sources"/> 
    128128            </javac>  
    129         <javac srcdir="${base.src.svc.dir}" 
     129        <javac srcdir="${base.src.svc.dir}" target="1.5" 
    130130                           destdir="${app.compiled.util.dir}" 
    131131                           includeantruntime="no"   

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/