Changeset 20802


Ignore:
Timestamp:
05/03/10 14:55:52 (2 years ago)
Author:
julie
Message:

turn off debug mode for demo purposes. change name of mine.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/bio/tools/main/src/org/intermine/bio/logic/OrthologueLinkManager.java

    r20788 r20802  
    5858public class OrthologueLinkManager 
    5959{ 
    60     private static final boolean DEBUG = true; 
     60    private static final boolean DEBUG = false; 
    6161    private static OrthologueLinkManager orthologueLinkManager = null; 
    6262    private static long lastCacheRefresh = 0; 
  • trunk/intermine/webapp/main/resources/webapp/WEB-INF/global.web.properties

    r20788 r20802  
    8080# list of intermines 
    8181# used on the linkouts section of the list analysis page 
    82 # intermines.MINE_NAME = this mine name should match the `project.title` in your properties file 
     82# NOTE: name has to match the `project.title` in your properties file 
    8383 
    8484intermines.modmine.url=http://intermine.modencode.org/query 
     
    8989 
    9090intermines.flymine.url=http://preview.flymine.org/preview 
    91 intermines.flymine.name=FlyMine Preview 
     91intermines.flymine.name=FlyMine 
    9292intermines.flymine.logo=flymine_logo_link.gif 
    9393intermines.flymine.defaultOrganism=D. melanogaster 
Note: See TracChangeset for help on using the changeset viewer.