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

Context Navigation

  • ← Previous Change
  • Next Change →

Changeset 1676 for branches/3.0-Beta2

Show
Ignore:
Timestamp:
06/26/07 12:36:30 (16 months ago)
Author:
callan
Message:

Merging changes from r1673:1675 (#743) into the milestone:3.0-Beta2 branch.

Location:
branches/3.0-Beta2/components
Files:
2 modified

  • blitz/resources/OMERO/API.ice (modified) (1 diff)
  • tools/WebAdmin/WEB-INF/web.xml (modified) (1 diff)

Legend:

Unmodified
Added
Removed
  • branches/3.0-Beta2/components/blitz/resources/OMERO/API.ice

    r1553 r1676  
    269269    interface ThumbnailStore extends ServiceInterface 
    270270      { 
    271         void setPixelsId(long pixelsId) throws ServerError; 
     271        bool setPixelsId(long pixelsId) throws ServerError; 
    272272        void setRenderingDefId(long renderingDefId) throws ServerError; 
    273273        Ice::ByteSeq getThumbnail(int sizeX, int sizeY) throws ServerError; 
  • branches/3.0-Beta2/components/tools/WebAdmin/WEB-INF/web.xml

    r1535 r1676  
    7171        <context-param> 
    7272                <param-name>defaultServerHost</param-name> 
    73                 <param-value>warlock.openmicroscopy.org.uk</param-value> 
     73                <param-value>localhost</param-value> 
    7474        </context-param> 
    7575        <context-param> 

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/