From 392019d186d0af890a72c0a963d3c34c6c06fe9d Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Fri, 4 Nov 2011 17:58:42 +0000 Subject: [PATCH] gloups missed to add the file git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1197697 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/test/resources/empty-archiva.xml | 111 ++++++++++++++++++ 1 file changed, 111 insertions(+) create mode 100644 archiva-modules/archiva-web/archiva-webapp/src/test/resources/empty-archiva.xml diff --git a/archiva-modules/archiva-web/archiva-webapp/src/test/resources/empty-archiva.xml b/archiva-modules/archiva-web/archiva-webapp/src/test/resources/empty-archiva.xml new file mode 100644 index 000000000..997d62b00 --- /dev/null +++ b/archiva-modules/archiva-web/archiva-webapp/src/test/resources/empty-archiva.xml @@ -0,0 +1,111 @@ + + + + + + 2 + + + + + artifacts + + **/*.pom + **/*.jar + **/*.ear + **/*.war + **/*.car + **/*.sar + **/*.mar + **/*.rar + **/*.dtd + **/*.tld + **/*.tar.gz + **/*.tar.bz2 + **/*.zip + + + + indexable-content + + **/*.txt + **/*.TXT + **/*.block + **/*.config + **/*.pom + **/*.xml + **/*.xsd + **/*.dtd + **/*.tld + + + + auto-remove + + **/*.bak + **/*~ + **/*- + + + + ignored + + **/.htaccess + **/KEYS + **/*.rb + **/*.sh + **/.svn/** + **/.DAV/** + + + + + update-db-artifact + create-missing-checksums + update-db-repository-metadata + validate-checksum + validate-signature + index-content + auto-remove + auto-rename + + + update-db-bad-content + + + + + 0 0 * * * ? + + index-artifact + update-db-project + validate-repository-metadata + index-archive-toc + update-db-bytecode-stats + index-public-methods + + + not-present-remove-db-artifact + not-present-remove-db-project + not-present-remove-indexed + + + + -- 2.39.5