root/trunk/deployment/termination/shellscr/build.xml

Revision 2698 (checked in by douglm, 3 years ago)

Rework the build process to make war/ear differences part of the imported platform specific build files.

Added a resource reference to the web.xml files for jms and updated the jboss-web files to link that in to a jboss resource. This probably needs some more parameterization.

Line 
1 <?xml version="1.0"?>
2
3 <!-- ===================================================================
4      shellscr terminations tasks.
5      =================================================================== -->
6
7 <project name="bwdeploy.termination" default="deploy" >
8   <target name="init">
9   </target>
10
11   <target name="deploy" depends="init,build.configured" >
12   </target>
13
14   <target name="build.configured" depends="init" >
15   </target>
16 </project>
Note: See TracBrowser for help on using the browser.