Skip to content
Snippets Groups Projects
Commit 57a38588 authored by david_williams's avatar david_williams
Browse files

attempt to avoid spurious warnings in log. See

http://jira.public.thoughtworks.org/browse/CC-766
parent 115776a4
No related branches found
No related tags found
No related merge requests found
...@@ -135,6 +135,7 @@ ...@@ -135,6 +135,7 @@
--> -->
<project <project
requireModification="false" requireModification="false"
forceOnly="false"
name="cleanup-artifacts-B"> name="cleanup-artifacts-B">
<schedule <schedule
interval="${time.twentyFourHours}"> interval="${time.twentyFourHours}">
...@@ -145,7 +146,7 @@ ...@@ -145,7 +146,7 @@
</schedule> </schedule>
<modificationset> <modificationset>
<!-- http://jira.public.thoughtworks.org/browse/CC-766 --> <!-- http://jira.public.thoughtworks.org/browse/CC-766 -->
<forceonly /> <alwaysbuild />
</modificationset> </modificationset>
<!-- <!--
need to prevent, or override, default publishers, especially need to prevent, or override, default publishers, especially
...@@ -182,9 +183,6 @@ ...@@ -182,9 +183,6 @@
value="wtpbuildTools" /> value="wtpbuildTools" />
</ant> </ant>
</schedule> </schedule>
<modificationset>
<forceonly />
</modificationset>
</project> </project>
<project <project
...@@ -260,9 +258,6 @@ ...@@ -260,9 +258,6 @@
name="dali-R2.1-R" name="dali-R2.1-R"
requireModification="false" requireModification="false"
forceOnly="true"> forceOnly="true">
<modificationset>
<forceonly />
</modificationset>
<schedule interval="${time.veryLongTime}"> <schedule interval="${time.veryLongTime}">
<ant> <ant>
<property <property
...@@ -299,9 +294,6 @@ ...@@ -299,9 +294,6 @@
<property name="build.distribution" value="patches" /> <property name="build.distribution" value="patches" />
</ant> </ant>
</schedule> </schedule>
<modificationset>
<forceonly />
</modificationset>
<publishers> <publishers>
<antpublisher <antpublisher
...@@ -601,10 +593,6 @@ ...@@ -601,10 +593,6 @@
requireModification="false" requireModification="false"
name="patches-R3.0.3-P" name="patches-R3.0.3-P"
forceOnly="true"> forceOnly="true">
<modificationset>
<!-- http://jira.public.thoughtworks.org/browse/CC-766 -->
<forceonly />
</modificationset>
<schedule <schedule
interval="${time.veryLongTime}"> interval="${time.veryLongTime}">
<ant> <ant>
...@@ -723,10 +711,6 @@ ...@@ -723,10 +711,6 @@
requireModification="false" requireModification="false"
name="wtp-R3.1-N" name="wtp-R3.1-N"
forceOnly="true"> forceOnly="true">
<modificationset>
<!-- http://jira.public.thoughtworks.org/browse/CC-766 -->
<forceonly />
</modificationset>
<schedule <schedule
interval="${time.veryLongTime}"> interval="${time.veryLongTime}">
<ant antscript="${env.RELENG_CONTROL}/ant_low_priority.sh"> <ant antscript="${env.RELENG_CONTROL}/ant_low_priority.sh">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment