root/releases/bedework-3.8/build/platforms/jboss-eventreg.xml

Revision 3603 (checked in by douglm, 11 months ago)

Deployment file for eventreg

Line 
1 <?xml version="1.0"?>
2
3 <!-- ===================================================================
4      This file is imported by termination/build.xml and adds the targets
5      which will be invoked by that file.
6         doPlatform - misc stuff
7      =================================================================== -->
8
9 <project name="bedework.platformTermination" default="doPlatform" >
10   <target name="doPlatform" >
11     <!-- If requested copy in the db configuration. -->
12
13     <if>
14       <istrue value="${org.bedework.global.copy.bedeworkeventregds.config}" />
15       <then>
16         <copy file="${org.bedework.config.home}/bedework-eventreg-ds.xml"
17               tofile="${org.bedework.appserver.deploy.dir}/bedework-eventreg-ds.xml"
18               overwrite="yes" />
19       </then>
20     </if>
21   </target>
22 </project>
Note: See TracBrowser for help on using the browser.