Changes between Version 9 and Version 10 of UTGBCore/DeveloperGuide
- Timestamp:
- 10/12/07 20:55:02 (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UTGBCore/DeveloperGuide
v9 v10 7 7 == Folder structure == 8 8 9 Source codes of UTGB follows the Maven's standard folder layout:9 Source codes of UTGB Core follows the Maven's standard folder layout: 10 10 {{{ 11 11 src/main/java source codes … … 42 42 org.utgenome.util Miscellaneous utilties 43 43 }}} 44 45 == Write Your Own Tracks == 46 * wiki:Devel/WriteYourOwnTracks