Changeset 5604
- Timestamp:
- 09/05/08 12:28:31 (3 months ago)
- Location:
- trunk
- Files:
-
- 5 modified
-
SRC/org/openmicroscopy/shoola/util/image/geom/Factory.java (modified) (1 diff)
-
SRC/org/openmicroscopy/shoola/util/ui/slider/TextualTwoKnobsSlider.java (modified) (1 diff)
-
build/app.xml (modified) (1 diff)
-
build/build.xml (modified) (1 diff)
-
build/dist.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/SRC/org/openmicroscopy/shoola/util/image/geom/Factory.java
r5586 r5604 161 161 return thumbPix; 162 162 } 163 163 164 /** 164 165 * Creates a default thumbnail image. -
trunk/SRC/org/openmicroscopy/shoola/util/ui/slider/TextualTwoKnobsSlider.java
r5591 r5604 51 51 52 52 /** 53 * Component hosting a two knobs slider and the text field displaying the53 * Component hosting a two knobs slider and the text fields displaying the 54 54 * values. The synchronisation between the components is handled by this class. 55 55 * -
trunk/build/app.xml
r5602 r5604 119 119 <patternset refid="app.sources"/> 120 120 </javac> 121 <javac srcdir="${base.src.svc.dir}" 122 destdir="${app.compiled.util.dir}" 123 includeantruntime="no" 124 deprecation="yes" 125 debug="yes" 126 debuglevel="lines,vars,source"> 127 <classpath refid="app.compile.classpath"/> 128 <patternset refid="app.sources"/> 129 </javac> 121 130 </target> 122 131 -
trunk/build/build.xml
r5589 r5604 92 92 93 93 <property name="base.src.util.dir" location="SRC/org/openmicroscopy/shoola/util"/> 94 94 <property name="base.src.svc.dir" location="SRC/org/openmicroscopy/shoola/svc"/> 95 95 96 <!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 96 97 * Include the tasks lib and all children. -
trunk/build/dist.xml
r5602 r5604 55 55 <property name="dist.jar.file" value="omero.insight.jar"/> 56 56 <property name="dist.bundle.name" value="omero.insight"/> 57 <property name="dist.bundle.version" value="Beta3. 0"/>57 <property name="dist.bundle.version" value="Beta3.1rc1"/> 58 58 <fileset id="dist.launch.scripts" dir="${base.launch.dir}"> 59 59 <include name="*.sh"/>
