Changes between Initial Version and Version 1 of XgapUpdateDatabase


Ignore:
Timestamp:
2010-10-07T16:43:28+02:00 (14 years ago)
Author:
jvelde
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • XgapUpdateDatabase

    v1 v1  
     1This is the default application to load the XGAP datamodel into your application. It uses 'xgap.properties'.
     2
     3Source:
     4
     5{{{
     6public static void main(String[] args) throws Exception
     7        {
     8                new Molgenis("xgap.properties").updateDb();
     9        }
     10}}}