The <master-to-local-config> Tag

Parameters

Name Description Legal Values Required Default

mode

This designates how to merge files together.

  • UPDATE
  • WIPEOUT
no  UPDATE
when

When and how a configuration merger will take place. 

  • ON_VERSION_ CHANGE
  • ALWAYS
no ON_VERSION_ CHANGE
overriding-master-url

The config file located at this URL will override the config file of the same name in webstart jar (or svn/app conf).  If the URL points to the phenote svn checkout for the config, it means one can just commit updates to a config to subversion and it will become the new template/master

any valid URL no

 

Contents

All other tags should be included within the <phenote-configuration> tag, including:

 

Example

  <ns:master-to-local-config mode="UPDATE" when="ON_VERSION_CHANGE" 
     overriding-master-url="http://obo.svn.sourceforge.net/viewvc/*checkout*/obo/phenote/trunk/conf/ncbo.cfg" />