|
Revision 952
(checked in by douglm, 7 years ago)
|
--
|
| Line | |
|---|
| 1 |
<?xml version="1.0"?> |
|---|
| 2 |
|
|---|
| 3 |
<!-- =================================================================== |
|---|
| 4 |
shellscr terminations tasks. |
|---|
| 5 |
=================================================================== --> |
|---|
| 6 |
|
|---|
| 7 |
<project name="bwpubcaldav.deploy" default="deploy" > |
|---|
| 8 |
<target name="init"> |
|---|
| 9 |
</target> |
|---|
| 10 |
|
|---|
| 11 |
<target name="deploy" depends="init,build.configured" > |
|---|
| 12 |
</target> |
|---|
| 13 |
|
|---|
| 14 |
<target name="build.configured" depends="init" > |
|---|
| 15 |
</target> |
|---|
| 16 |
</project> |
|---|