XOE Developers Guide v1.0: A guide to application development within the XOE framework | ||
---|---|---|
Prev | Appendix A. Reference Material | Next |
In order to create a XOE package, you must start with source directory. This directory should contain:
package-in.xml the 'pre-expansion' version of the package description file.
resources/ any resource files to be included with the package.
Java sources all *.java files underneath the source directory will be compiled, and the resulting class files will be included in the package.
rules if included, the rules file (in Makefile format) allows you to customize the build process
Other source files any files used by the custom rules should be included here. These might include, for example, C source for native libraries.