Hereafter is detailed the structure of Orchestra installation. The installation directory contains the following structure :
README
build.xml
Licence.txt
bundle/
felix/
conf/
doc/
examples/
lib/
resources/
Let's present those items :
README
This file gives the basic information related to Orchestra
build.xml
This file is an ant file that provides tasks to use
Orchestra. Just typing ant
will result giving you the
usage.
License.txt
The license of Orchestra. All of Orchestra is available under the LGPL license.
conf/
This directory contains all the configuration files of Orchestra.
bundle/
This directory contains Orchestra OSGI bundles and dependencies.
felix/
This directory contains the Apache Felix bundle.
doc/
This directory contains the documentation of Orchestra. It contains :
userGuide.pdf
For PDF documentation
html/userGuide.html
For HTML documentation in a single page
html/userGuide/userGuide.html
For HTML documentation in different pages
examples/
This directory contains the examples provided with Orchestra package. See Section 5.3, “Running the examples”
lib/
This directory contains the libraries used for tests.
resources/
This directory contains Orchestra database creation scripts for supported databases and Orchestra environment configuration examples.