JBoss ESB Build Instruction:
============================
 - Set JAVA_HOME to the location of your JDK 5 install.
 - Set ANT_HOME to the location of your Ant install.  We recommend v1.6.5.

To create the distribution
==========================
 - From within this folder ("product"), type "ant dist".

or

To create and install the distribution into an app server
=========================================================
 - edit install/deployment.properties to specify your app server
   location and the name of the server profile.  An sample config
   can be found in install/deployment.properties-example.
 - From within this folder ("product"), type "ant deploy".

To execute the unit tests
=========================
 - after building the distribution, type "ant test"
