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

Show
Ignore:
Timestamp:
10/08/08 14:59:10 (6 weeks ago)
Author:
jburel
Message:

fix minor bugs

Location:
branches/Beta3.1
Files:
5 modified

  • SRC/org/openmicroscopy/shoola/agents/imviewer/view/ControlPane.java (modified) (1 diff)
  • SRC/org/openmicroscopy/shoola/util/filter/file/EditorFileFilter.java (modified) (1 diff)
  • build/dist.xml (modified) (1 diff)
  • config/about.xml (modified) (1 diff)
  • config/container.xml (modified) (1 diff)

Legend:

Unmodified
Added
Removed
  • branches/Beta3.1/SRC/org/openmicroscopy/shoola/agents/imviewer/view/ControlPane.java

    r5619 r5654  
    651651        while (i.hasNext()) { 
    652652                button = i.next(); 
     653                button.addPropertyChangeListener(controller); 
    653654                buttons.add(button); 
    654655            buttons.add(Box.createRigidArea(VBOX)); 
  • branches/Beta3.1/SRC/org/openmicroscopy/shoola/util/filter/file/EditorFileFilter.java

    r5633 r5654  
    5252        public static final String      PRO_XML = "pro.xml"; 
    5353         
     54        /** Possible file extensions. */ 
     55        private static final String     XML = "xml"; 
     56         
    5457        /** The possible extensions. */ 
    5558        private static final String[] extensions; 
    5659         
    5760        static { 
    58                 extensions = new String[1]; 
     61                extensions = new String[2]; 
    5962                extensions[0] = PRO_XML; 
     63                extensions[1] = XML; 
    6064        } 
    6165         
  • branches/Beta3.1/build/dist.xml

    r5635 r5654  
    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.1rc3"/> 
     57  <property name="dist.bundle.version" value="Beta3.1.1"/> 
    5858  <fileset id="dist.launch.scripts" dir="${base.launch.dir}"> 
    5959    <include name="*.sh"/> 
  • branches/Beta3.1/config/about.xml

    r5602 r5654  
    66</p> 
    77<p> 
    8 Version: Beta3.1<br></br> 
    9 Build: 05-09-2008<br></br> 
     8Version: Beta3.1.1<br></br> 
     9Build: 02-10-2008<br></br> 
    1010</p> 
    1111<p> 
  • branches/Beta3.1/config/container.xml

    r5632 r5654  
    266266   * etc. 
    267267  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~--> 
    268     <entry name="Version">Beta3.1rc3</entry> 
     268    <entry name="Version">Beta3.1.1</entry> 
    269269    <entry name="SoftwareName">OMERO.insight</entry> 
    270270    <entry name="AboutFile">about.xml</entry> 

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/