diff options
author | Brett Porter <brett@apache.org> | 2006-10-31 20:56:37 +0000 |
---|---|---|
committer | Brett Porter <brett@apache.org> | 2006-10-31 20:56:37 +0000 |
commit | cc7b9cb6a7e73fdf25d919b5caf015b487c6dd30 (patch) | |
tree | 5b228ec83b61a6e940bbb24717975e6c8d3390b4 /archiva-indexer/src | |
parent | 949ae6337a189db9d3fd343a11a7b4774b64400f (diff) | |
download | archiva-cc7b9cb6a7e73fdf25d919b5caf015b487c6dd30.tar.gz archiva-cc7b9cb6a7e73fdf25d919b5caf015b487c6dd30.zip |
set native property
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@469650 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-indexer/src')
-rw-r--r-- | archiva-indexer/src/test/repository/org/apache/maven/maven-metadata.xml | 52 |
1 files changed, 26 insertions, 26 deletions
diff --git a/archiva-indexer/src/test/repository/org/apache/maven/maven-metadata.xml b/archiva-indexer/src/test/repository/org/apache/maven/maven-metadata.xml index ac464ab31..9a821f2cc 100644 --- a/archiva-indexer/src/test/repository/org/apache/maven/maven-metadata.xml +++ b/archiva-indexer/src/test/repository/org/apache/maven/maven-metadata.xml @@ -1,26 +1,26 @@ -<?xml version="1.0" encoding="ISO-8859-1"?>
-<!--
- ~ Copyright 2005-2006 The Apache Software Foundation.
- ~
- ~ Licensed 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.
- -->
-
-<metadata>
- <groupId>org.apache.maven</groupId>
- <plugins>
- <plugin>
- <prefix>org.apache.maven</prefix>
- <artifactId>org.apache.maven-maven-plugin</artifactId>
- </plugin>
- </plugins>
-</metadata>
+<?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + ~ Copyright 2005-2006 The Apache Software Foundation. + ~ + ~ Licensed 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. + --> + +<metadata> + <groupId>org.apache.maven</groupId> + <plugins> + <plugin> + <prefix>org.apache.maven</prefix> + <artifactId>org.apache.maven-maven-plugin</artifactId> + </plugin> + </plugins> +</metadata> |