• 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 5637

Show
Ignore:
Timestamp:
09/30/08 14:37:13 (7 weeks ago)
Author:
jburel
Message:

minor changes before branching

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  
    729729                else if (nodeType.equals(PlateData.class)) return Plate.class; 
    730730                else if (nodeType.equals(WellData.class)) return Well.class; 
     731                else if (nodeType.equals(WellSampleData.class)) return WellSample.class; 
    731732                else throw new IllegalArgumentException("NodeType not supported"); 
    732733        } 
  • trunk/build/app.xml

    r5635 r5637  
    9797        <copy todir="${app.compiled.util.dir}"> 
    9898         <fileset refid="app.resources.util"/> 
     99         <fileset refid="app.resources.svc"/> 
    99100        </copy>  
    100         <copy todir="${app.compiled.svc.dir}"> 
    101                  <fileset refid="app.resources.svc"/> 
    102                 </copy> 
    103101  </target> 
    104102  

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/