Skip to content
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.

Commit

Permalink
Reverted scheduled-task changes in ml7-config-changed, they add extra…
Browse files Browse the repository at this point in the history
… ones, while wipe only removes half
  • Loading branch information
grtjn committed May 10, 2014
1 parent d14d7ba commit d264a4c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions deploy/test/data/ml7-config-changed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<profile-allow>true</profile-allow>
<scheduled-tasks>
<scheduled-task>
<task-path>/other/daily-task.xqy</task-path>
<task-path>/some/daily-task.xqy</task-path>
<task-root>/</task-root>
<task-type>daily</task-type>
<task-period>2</task-period>
Expand All @@ -23,7 +23,7 @@
<task-user name="@ml.app-name-user"/>
</scheduled-task>
<scheduled-task>
<task-path>/other/hourly-task.xqy</task-path>
<task-path>/some/hourly-task.xqy</task-path>
<task-root>/</task-root>
<task-type>hourly</task-type>
<task-period>2</task-period>
Expand All @@ -33,7 +33,7 @@
<task-user name="@ml.app-name-user"/>
</scheduled-task>
<scheduled-task>
<task-path>/other/minutely-task.xqy</task-path>
<task-path>/some/minutely-task.xqy</task-path>
<task-root>/</task-root>
<task-type>minutely</task-type>
<task-period>3</task-period>
Expand All @@ -42,7 +42,7 @@
<task-user name="@ml.app-name-user"/>
</scheduled-task>
<scheduled-task>
<task-path>/other/monthly-task.xqy</task-path>
<task-path>/some/monthly-task.xqy</task-path>
<task-root>/</task-root>
<task-type>monthly</task-type>
<task-period>1</task-period>
Expand All @@ -53,7 +53,7 @@
<task-user name="@ml.app-name-user"/>
</scheduled-task>
<scheduled-task>
<task-path>/other/once-task.xqy</task-path>
<task-path>/some/once-task.xqy</task-path>
<task-root>/</task-root>
<task-type>once</task-type>
<task-start>2019-01-01T13:00:00-05:00</task-start>
Expand All @@ -62,7 +62,7 @@
<task-user name="@ml.app-name-user"/>
</scheduled-task>
<scheduled-task>
<task-path>/other/weekly-task.xqy</task-path>
<task-path>/some/weekly-task.xqy</task-path>
<task-root>/</task-root>
<task-type>weekly</task-type>
<task-period>1</task-period>
Expand Down

0 comments on commit d264a4c

Please sign in to comment.