• 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 Changeset
  • Next Changeset →

Changeset 1812

Show
Ignore:
Timestamp:
09/14/07 08:47:18 (15 months ago)
Author:
jmoore
Message:

Removing difference between lib/tools and lib/repository.

The separation was causing problems in the distribution since
it was unclear where things should be put. With the move to
Ivy, the complexity of lib/ was reduced anyway, this just
takes it a step further.

Location:
trunk
Files:
1 removed
2 modified
8 moved

  • components/antlib/resources/dependencies.xml (modified) (1 diff)
  • lib/readme.txt (deleted)
  • lib/repository/ant-1.6.5.jar (moved) (moved from trunk/lib/repository/ant/ant/1.6.5/ant-1.6.5.jar)
  • lib/repository/ant-junit-1.6.5.jar (moved) (moved from trunk/lib/tools/ant-junit-1.6.5.jar)
  • lib/repository/ant-launcher-1.6.5.jar (moved) (moved from trunk/lib/repository/ant/ant-launcher/1.6.5/ant-launcher-1.6.5.jar)
  • lib/repository/ant-nodeps-1.6.5.jar (moved) (moved from trunk/lib/tools/ant-nodeps-1.6.5.jar)
  • lib/repository/bsh-2.0b4.jar (moved) (moved from trunk/lib/tools/bsh-2.0b4.jar)
  • lib/repository/ivy-2.0.0-alpha2-incubating.jar (moved) (moved from trunk/lib/tools/ivy-2.0.0-alpha2-incubating.jar)
  • lib/repository/maven-artifact-ant-2.0.2-dep.jar (moved) (moved from trunk/lib/tools/maven-artifact-ant-2.0.2-dep.jar)
  • lib/repository/omero.java (moved) (moved from trunk/lib/tools/omero.java) (1 diff)
  • omero.class (modified) (previous)

Legend:

Unmodified
Added
Removed
  • trunk/components/antlib/resources/dependencies.xml

    r1780 r1812  
    3333    --> 
    3434  <path id="tools.classpath"> 
    35     <fileset dir="${omero.home}/lib/tools" includes="*.jar"/> 
     35    <fileset dir="${omero.home}/lib/repository" includes="ivy*.jar"/> 
    3636  </path> 
    3737  <taskdef resource="org/apache/ivy/ant/antlib.xml" 
  • trunk/lib/repository/omero.java

    r1779 r1812  
    192192    { 
    193193        File[] jars = new File[6]; 
    194         jars[0] = new File(mavenPath("ant","ant","1.6.5")); 
    195         jars[1] = new File(mavenPath("ant","ant-launcher","1.6.5")); 
    196         jars[2] = new File(mavenPath("junit","junit","3.8.1")); 
    197         jars[3] = new File("lib/tools/ant-junit-1.6.5.jar"); 
    198         jars[4] = new File("lib/tools/ant-nodeps-1.6.5.jar"); 
    199         jars[5] = new File("lib/tools/bsh-2.0b4.jar"); 
     194        jars[0] = new File("lib/repository/junit-3.8.1.jar"); 
     195        jars[1] = new File("lib/repository/ant-1.6.5.jar"); 
     196        jars[2] = new File("lib/repository/ant-launcher-1.6.5.jar"); 
     197        jars[3] = new File("lib/repository/ant-junit-1.6.5.jar"); 
     198        jars[4] = new File("lib/repository/ant-nodeps-1.6.5.jar"); 
     199        jars[5] = new File("lib/repository/bsh-2.0b4.jar"); 
    200200 
    201201        if (!isJDKToolsAvailable()) {  //Try and grab tools.jar. 

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/