|
Revision 3561
(checked in by douglm, 1 year ago)
|
Mostly initial implementation of sharing and notifications as defined by Apple.
Some fixes for default alarms
|
| Line | |
|---|
| 1 |
<?xml version="1.0"?> |
|---|
| 2 |
|
|---|
| 3 |
<!-- =================================================================== |
|---|
| 4 |
terminations task. |
|---|
| 5 |
=================================================================== --> |
|---|
| 6 |
|
|---|
| 7 |
<project name="bwdeploy.termination" default="deploy" > |
|---|
| 8 |
<import file="${build.dir}/platforms/${org.bedework.global.deploy.platform}Service.xml" /> |
|---|
| 9 |
|
|---|
| 10 |
<!--<import file="${build.dir}/buildfilters.xml" />--> |
|---|
| 11 |
<buildfilters/> |
|---|
| 12 |
|
|---|
| 13 |
<dirname property="this.dir" file="${ant.file}"/> |
|---|
| 14 |
|
|---|
| 15 |
<target name="init"> |
|---|
| 16 |
</target> |
|---|
| 17 |
|
|---|
| 18 |
<target name="deploy" depends="init,build.configured" > |
|---|
| 19 |
<antcall target="deployService" inheritRefs="true" /> |
|---|
| 20 |
</target> |
|---|
| 21 |
|
|---|
| 22 |
<target name="build.configured" depends="init" > |
|---|
| 23 |
</target> |
|---|
| 24 |
</project> |
|---|