Changeset 1085 for branches/3.0-M3/components/antlib
- Timestamp:
- 11/20/06 11:26:32 (2 years ago)
- Location:
- branches/3.0-M3/components/antlib
- Files:
-
- 3 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/3.0-M3/components/antlib/.project
r638 r1085 1 1 <projectDescription> 2 <name>omero-antlib-3.0- TRUNK</name>2 <name>omero-antlib-3.0-M3</name> 3 3 <comment/> 4 4 <projects/> -
branches/3.0-M3/components/antlib/pom.xml
r637 r1085 4 4 <groupId>omero</groupId> 5 5 <artifactId>main</artifactId> 6 <version>3.0- TRUNK</version>6 <version>3.0-M3</version> 7 7 <relativePath>../../pom.xml</relativePath> 8 8 </parent> -
branches/3.0-M3/components/antlib/resources/server.xml
r1009 r1085 92 92 <groovy> 93 93 jboss_home = properties["env.JBOSS_HOME"] 94 status = ["${jboss_home}/bin/twiddle.sh","query","jboss.j2ee:ear=app-3.0- TRUNK.ear,jar=server-3.0-TRUNK.jar,name=QueryImpl,service=EJB3"]94 status = ["${jboss_home}/bin/twiddle.sh","query","jboss.j2ee:ear=app-3.0-M3.ear,jar=server-3.0-M3.jar,name=QueryImpl,service=EJB3"] 95 95 int ret = -1; 96 96 [2,4,8,16,32].each { |i|
