• 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 Changeset
  • Next Changeset →

Changeset 1570

Show
Ignore:
Timestamp:
05/30/07 21:40:30 (18 months ago)
Author:
jmoore
Message:

Minor corrections from patches.

Location:
trunk
Files:
2 modified

  • components/tools/WebAdmin/build.xml (modified) (1 diff)
  • etc/log4j.properties (modified) (1 diff)

Legend:

Unmodified
Added
Removed
  • trunk/components/tools/WebAdmin/build.xml

    r1569 r1570  
    7373    <target name="tools-build" depends="war" description="Tools build hook: runs war"/> 
    7474 
    75     <target name="tools-dist" description="Tools dist hook: copies war to tools/target"/>> 
    76       <copy todir="${basedir}/target"> 
    77         <fileset dir="${basedir}/WebAdmin" includes="*.war"/> 
     75    <target name="tools-dist" description="Tools dist hook: copies war to tools/target"> 
     76      <copy todir="../target"> 
     77        <fileset dir="${basedir}" includes="*.war"/> 
    7878      </copy> 
    7979    </target> 
    80    
     80 
    8181  </project> 
  • trunk/etc/log4j.properties

    r1569 r1570  
    3838 
    3939# Quieting blitz startup. 
    40 log4j.category.ome.services.icy.util.ShutdownSafeEhcacheManagerFactoryBean = warn 
     40log4j.category.ome.services.blitz.util.ShutdownSafeEhcacheManagerFactoryBean = warn 
    4141log4j.category.net.sf.ehcache = error 
    4242 

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/