What is in the
...
AWare distribution?
The Aware distribution is splitted by components in the following way, so that it is possible to use (and build or test) one single component if you are interested in only one of those:
| Code Block | ||
|---|---|---|
| ||
root
build.xml
/lib contains a lot of dependancies, but each component does not use them all
/src for Aware shared classes
/components/
<component name> a specific component
/main
/org/codehaus/aware/<component name>/ the component name is a reserved package name for the component source
/test
/build.xml
|
...
