root/trunk/build/platforms/jboss-synch.xml

Revision 3311 (checked in by douglm, 2 years ago)

Synch builds and deploys.

Added option to buildwar to allow extra property files

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.bedeworksynchds.config}" />
15       <then>
16         <copy file="${org.bedework.config.home}/bedework-synch-ds.xml"
17               tofile="${org.bedework.appserver.deploy.dir}/bedework-synch-ds.xml"
18               overwrite="yes" />
19       </then>
20     </if>
21   </target>
22 </project>
Note: See TracBrowser for help on using the browser.