diff options
author | Brett Porter <brett@apache.org> | 2006-09-06 04:02:08 +0000 |
---|---|---|
committer | Brett Porter <brett@apache.org> | 2006-09-06 04:02:08 +0000 |
commit | e4cfdac7b32ee1cdc0c76a01914cd33d0d5b704b (patch) | |
tree | d15035dab52769e92b468f7d64a36491c8d6ba05 /archiva-configuration/src | |
parent | 1b940da8671bb5d0ee49fe4881edf86bcb95aaf4 (diff) | |
download | archiva-e4cfdac7b32ee1cdc0c76a01914cd33d0d5b704b.tar.gz archiva-e4cfdac7b32ee1cdc0c76a01914cd33d0d5b704b.zip |
[MRM-161] remove scheduled execution, as it will be synchronised with the indexing
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@440607 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-configuration/src')
-rw-r--r-- | archiva-configuration/src/main/mdo/configuration.mdo | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/archiva-configuration/src/main/mdo/configuration.mdo b/archiva-configuration/src/main/mdo/configuration.mdo index 17d9ddfc2..9fd042427 100644 --- a/archiva-configuration/src/main/mdo/configuration.mdo +++ b/archiva-configuration/src/main/mdo/configuration.mdo @@ -73,13 +73,6 @@ <defaultValue>0 0 * * * ?</defaultValue> </field> <field> - <name>reporterCronExpression</name> - <version>1.0.0</version> - <type>String</type> - <description>When to run the indexing mechanism. Default is every hour on the half hour.</description> - <defaultValue>0 30 * * * ?</defaultValue> - </field> - <field> <name>globalBlackListPatterns</name> <version>1.0.0</version> <description>Blacklisted patterns in the discovery process</description> |