aboutsummaryrefslogtreecommitdiffstats
path: root/archiva-modules/archiva-web/archiva-webdav/src/test/resources
diff options
context:
space:
mode:
authorOlivier Lamy <olamy@apache.org>2011-06-08 22:12:21 +0000
committerOlivier Lamy <olamy@apache.org>2011-06-08 22:12:21 +0000
commit013b9914d8fcc0fdc1f4dd6e745dc6382b21ed3e (patch)
tree2a9f3a27d756e2662c418884faf348a7cf25f119 /archiva-modules/archiva-web/archiva-webdav/src/test/resources
parent1fb61463c88b3891eb2f493ac6057686699d50d7 (diff)
downloadarchiva-013b9914d8fcc0fdc1f4dd6e745dc6382b21ed3e.tar.gz
archiva-013b9914d8fcc0fdc1f4dd6e745dc6382b21ed3e.zip
fix some unit tests setup in archiva-webdav
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1133581 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-modules/archiva-web/archiva-webdav/src/test/resources')
-rw-r--r--archiva-modules/archiva-web/archiva-webdav/src/test/resources/META-INF/plexus/components.xml42
1 files changed, 0 insertions, 42 deletions
diff --git a/archiva-modules/archiva-web/archiva-webdav/src/test/resources/META-INF/plexus/components.xml b/archiva-modules/archiva-web/archiva-webdav/src/test/resources/META-INF/plexus/components.xml
deleted file mode 100644
index 74ecdc0b9..000000000
--- a/archiva-modules/archiva-web/archiva-webdav/src/test/resources/META-INF/plexus/components.xml
+++ /dev/null
@@ -1,42 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<!--
- ~ Licensed to the Apache Software Foundation (ASF) under one
- ~ or more contributor license agreements. See the NOTICE file
- ~ distributed with this work for additional information
- ~ regarding copyright ownership. The ASF licenses this file
- ~ to you under the Apache License, Version 2.0 (the
- ~ "License"); you may not use this file except in compliance
- ~ with the License. You may obtain a copy of the License at
- ~
- ~ http://www.apache.org/licenses/LICENSE-2.0
- ~
- ~ Unless required by applicable law or agreed to in writing,
- ~ software distributed under the License is distributed on an
- ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- ~ KIND, either express or implied. See the License for the
- ~ specific language governing permissions and limitations
- ~ under the License.
- -->
-
-<component-set>
- <components>
- <!-- Components that are common for all test cases -->
- <component>
- <role>org.apache.maven.archiva.webdav.util.MimeTypes</role>
- <implementation>org.apache.maven.archiva.webdav.util.MimeTypes</implementation>
- <description>MimeTypes</description>
- <configuration>
- <resource>archiva-mime-types.txt</resource>
- </configuration>
- </component>
-
- <component>
- <role>org.apache.archiva.metadata.repository.MetadataRepository</role>
- <implementation>org.apache.archiva.metadata.repository.TestMetadataRepository</implementation>
- </component>
- <component>
- <role>org.apache.archiva.metadata.repository.RepositorySessionFactory</role>
- <implementation>org.apache.archiva.metadata.repository.TestRepositorySessionFactory</implementation>
- </component>
- </components>
-</component-set> \ No newline at end of file