Krysalis Centipede | ![]() |
Introduction | ||
This guide is structured after the Centipede project structure. Each directory is described with its purpose, the notable files it contains and links to its subdirectories.
project/ | ||
The project directory (replace project with the name of your project) is generally the CVS module for your project. It contains the build.xml, module.xml, and properties.xml files. These files are basically configuration files for your project except for build.xml which is of course your project makefile of sorts.
by Andrew C. Oliver