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

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

Remove definition of property "base.name" from (almost) every build file. Was not used.
Stop defining, creating and copying to libapi. Wasn't in use.

Remove build directory from every project and use the build files in the main bedework project. improves consistency and maintainability. Also allowed some bugs to be fixed.

Allow setting of message level during build and set it at quiet. Allows error messages to be more obvious.

Create macro to handle the common property definitions. Reduces size and complexity of build files.

Add a build-jar macro. Removes need for build files for sub-modules. Partway through converting to use that.

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