• 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 1330 for trunk/lib/tools/omero.java

Show
Ignore:
Timestamp:
03/06/07 20:41:28 (21 months ago)
Author:
jmoore
Message:

#601 Handling libOMERO...so symlinks in <dist/>

Files:
1 modified

  • trunk/lib/tools/omero.java (modified) (2 diffs)

Legend:

Unmodified
Added
Removed
  • trunk/lib/tools/omero.java

    r1167 r1330  
    191191        throws Exception 
    192192    { 
    193         File[] jars = new File[7]; 
     193        File[] jars = new File[8]; 
    194194        jars[0] = new File(mavenPath("ant","ant","1.6.5")); 
    195195        jars[1] = new File(mavenPath("ant","ant-launcher","1.6.5")); 
    … …  
    198198        jars[4] = new File(mavenPath("junit","junit","3.8.1")); 
    199199        jars[5] = new File("lib/tools/ant-junit-1.6.5.jar"); 
    200         jars[6] = new File("lib/tools/bsh-2.0b4.jar"); 
     200        jars[6] = new File("lib/tools/ant-nodeps-1.6.5.jar"); 
     201        jars[7] = new File("lib/tools/bsh-2.0b4.jar"); 
    201202        //jars[7] = new File("lib/tools/ant-apache-log4j.jar"); 
    202203        //jars[5] = new File(mavenPath("log4j","log4j","1.2.8")); 

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/