|
Revision 2829
(checked in by douglm, 3 years ago)
|
Create new platform specific termination build files.
Move some stuff out of the web termination and the deployment build.xml into the termination build files.
Allow the bedework ds config to be supplied in the configuration directory and copied into the 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 |
</target> |
|---|
| 12 |
</project> |
|---|