• Views
  • Iteration Report
  • My Iteration Report
  •  
OMERO.clients
  • Login
  • Help/Guide
  • About Trac
  • Preferences
  • Wiki
  • Timeline
  • Roadmap
  • Browse Source
  • View Tickets
  • Search

Context Navigation

  • ← Previous Changeset
  • Next Changeset →

Changeset 5604

Show
Ignore:
Timestamp:
09/05/08 12:28:31 (3 months ago)
Author:
jburel
Message:

Includes the svc package when building the omero-clients-util jar

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  
    161161        return thumbPix; 
    162162    } 
     163     
    163164    /** 
    164165     * Creates a default thumbnail image. 
  • trunk/SRC/org/openmicroscopy/shoola/util/ui/slider/TextualTwoKnobsSlider.java

    r5591 r5604  
    5151 
    5252/**  
    53  * Component hosting a two knobs slider and the text field displaying the  
     53 * Component hosting a two knobs slider and the text fields displaying the  
    5454 * values. The synchronisation between the components is handled by this class. 
    5555 * 
  • trunk/build/app.xml

    r5602 r5604  
    119119              <patternset refid="app.sources"/> 
    120120            </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>  
    121130  </target>  
    122131         
  • trunk/build/build.xml

    r5589 r5604  
    9292  
    9393 <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           
    9596  <!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  
    9697   * Include the tasks lib and all children.  
  • trunk/build/dist.xml

    r5602 r5604  
    5555  <property name="dist.jar.file" value="omero.insight.jar"/> 
    5656  <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"/> 
    5858  <fileset id="dist.launch.scripts" dir="${base.launch.dir}"> 
    5959    <include name="*.sh"/> 

Download in other formats:

  • Unified Diff
  • Zip Archive

Trac Powered

Powered by Trac 0.11
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/