Changeset 5637
- Timestamp:
- 09/30/08 14:37:13 (7 weeks ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
SRC/org/openmicroscopy/shoola/env/data/OMEROGateway.java (modified) (1 diff)
-
build/app.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/SRC/org/openmicroscopy/shoola/env/data/OMEROGateway.java
r5628 r5637 729 729 else if (nodeType.equals(PlateData.class)) return Plate.class; 730 730 else if (nodeType.equals(WellData.class)) return Well.class; 731 else if (nodeType.equals(WellSampleData.class)) return WellSample.class; 731 732 else throw new IllegalArgumentException("NodeType not supported"); 732 733 } -
trunk/build/app.xml
r5635 r5637 97 97 <copy todir="${app.compiled.util.dir}"> 98 98 <fileset refid="app.resources.util"/> 99 <fileset refid="app.resources.svc"/> 99 100 </copy> 100 <copy todir="${app.compiled.svc.dir}">101 <fileset refid="app.resources.svc"/>102 </copy>103 101 </target> 104 102
