Changeset 1330 for trunk/lib/tools
- Timestamp:
- 03/06/07 20:41:28 (21 months ago)
- Location:
- trunk/lib/tools
- Files:
-
- 1 added
- 1 modified
-
ant-nodeps-1.6.5.jar (added)
-
omero.java (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/tools/omero.java
r1167 r1330 191 191 throws Exception 192 192 { 193 File[] jars = new File[ 7];193 File[] jars = new File[8]; 194 194 jars[0] = new File(mavenPath("ant","ant","1.6.5")); 195 195 jars[1] = new File(mavenPath("ant","ant-launcher","1.6.5")); … … 198 198 jars[4] = new File(mavenPath("junit","junit","3.8.1")); 199 199 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"); 201 202 //jars[7] = new File("lib/tools/ant-apache-log4j.jar"); 202 203 //jars[5] = new File(mavenPath("log4j","log4j","1.2.8"));
