The build.xml script in this directory is responsible for deploying the ESB
ant it's dependencies into the appropriate environment.

Deployment into JBoss AS 4.2.0.GA
=================================
 - Install JBoss AS 4.2.0.GA into an appropriate location.
 - Copy deployment.properties-example to deployment.properties and configure
   the org.jboss.esb.server.home and org.jboss.esb.server.config properties
   to reflect the location of the application server and the required profile.
 - execute 'ant deploy'

Webservice support in JBoss AS 4.2.0.GA
=======================================
Webservice support requires installing JBossWS 2.0.0GA into the application
server.  Please consult the "Configuring Webservice Integration" section of the
JBossESB Adminsitration Guide (found in the docs folder).