|
Revision 3271
(checked in by douglm, 2 years ago)
|
Changes to provide a datasource for the tz server
|
| 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.bedeworktzds.config}" /> |
|---|
| 15 |
<then> |
|---|
| 16 |
<copy file="${org.bedework.config.home}/bedework-tz-ds.xml" |
|---|
| 17 |
tofile="${org.bedework.appserver.deploy.dir}/bedework-tz-ds.xml" |
|---|
| 18 |
overwrite="yes" /> |
|---|
| 19 |
</then> |
|---|
| 20 |
</if> |
|---|
| 21 |
</target> |
|---|
| 22 |
</project> |
|---|