Changeset 1812
- Timestamp:
- 09/14/07 08:47:18 (15 months ago)
- 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 33 33 --> 34 34 <path id="tools.classpath"> 35 <fileset dir="${omero.home}/lib/ tools" includes="*.jar"/>35 <fileset dir="${omero.home}/lib/repository" includes="ivy*.jar"/> 36 36 </path> 37 37 <taskdef resource="org/apache/ivy/ant/antlib.xml" -
trunk/lib/repository/omero.java
r1779 r1812 192 192 { 193 193 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"); 200 200 201 201 if (!isJDKToolsAvailable()) { //Try and grab tools.jar.
