15 lines
759 B
Plaintext
15 lines
759 B
Plaintext
*****************************************************************************
|
|
*** Files Organization ***
|
|
*****************************************************************************
|
|
|
|
--{root} - Configuration Generator tool.
|
|
+--readme.txt - This file.
|
|
+--config.fmpp - Tool configuration file, tool setup is done here.
|
|
+--run.bat - Tool runner batch file.
|
|
+--lib/ - FTL library files.
|
|
+--processors/ - Various configuration generators.
|
|
+--schema/ - Schema files used to validate XML configurations.
|
|
+--xml/ - Templates of configuration files.
|
|
|
|
Write requirements and setup documentation here.
|