Red Hat Inc. - CONFIDENTIAL

This is the automated build package for assembling the components of the SOA Platform to meet the guidelines
set forth by the requirements.

The build package is structured as follows:

ROOT
  |-soa-work/       (work directory)
  +-build-tools/
     |--build.xml   (root builder)
     +--builders/
         |--esb/    (ESB delegate builder)
         |--jbpm/   (jBPM delegae builder)
         |--eap/    (EAP platform delegate builder)
         +--ws/     (WebServices delegate builder)

Each delegate builder produces the "productized" version of the particular component, including pre-configured
consoles, etc.

The output directory is BELOW the root of the build-tools directory due to the large amount of files produced in
the build, which tends to have an adverse affect on some development tools (ie. Eclipse and IntelliJ IDEA).  So mind
that.

*** BEFORE BUILDILNG ***

- These build scripts require the use of Ant 1.7
- You must install the required build components on your machine (one time operation) by executing: ant configure
  (You may require root privileges to perform 'configure' depending on where your $ANT_HOME is located)

*** TO BUILD ***

- Simply execute: ant
