Changes between Initial Version and Version 1 of XgapUpdateDatabase
- Timestamp:
- 2010-10-07T16:43:28+02:00 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
XgapUpdateDatabase
v1 v1 1 This is the default application to load the XGAP datamodel into your application. It uses 'xgap.properties'. 2 3 Source: 4 5 {{{ 6 public static void main(String[] args) throws Exception 7 { 8 new Molgenis("xgap.properties").updateDb(); 9 } 10 }}}