diff options
author | Olivier Lamy <olamy@apache.org> | 2011-08-25 09:31:57 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2011-08-25 09:31:57 +0000 |
commit | eb52fe82f711173578e023243da6de131907b4ac (patch) | |
tree | b8e95edbe99f851d889f4c49ae68ae1c0053f708 /archiva-modules/archiva-base/archiva-artifact-converter | |
parent | 3445922612a7d96b763c8c54841776325882544e (diff) | |
download | archiva-eb52fe82f711173578e023243da6de131907b4ac.tar.gz archiva-eb52fe82f711173578e023243da6de131907b4ac.zip |
delete plexus descriptor files : not anymore used
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1161464 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-modules/archiva-base/archiva-artifact-converter')
-rw-r--r-- | archiva-modules/archiva-base/archiva-artifact-converter/src/main/resources/META-INF/plexus/components.xml | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/archiva-modules/archiva-base/archiva-artifact-converter/src/main/resources/META-INF/plexus/components.xml b/archiva-modules/archiva-base/archiva-artifact-converter/src/main/resources/META-INF/plexus/components.xml deleted file mode 100644 index a582cd3d5..000000000 --- a/archiva-modules/archiva-base/archiva-artifact-converter/src/main/resources/META-INF/plexus/components.xml +++ /dev/null @@ -1,29 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- - ~ 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> - <component> - <role>org.apache.maven.artifact.repository.layout.ArtifactRepositoryLayout</role> - <role-hint>legacy</role-hint> - <implementation>org.apache.maven.archiva.converter.artifact.LegacyRepositoryLayout</implementation> - </component> - </components> -</component-set> |