diff options
author | Olivier Lamy <olamy@apache.org> | 2011-10-17 15:35:20 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2011-10-17 15:35:20 +0000 |
commit | c9cb1de8641c2c631c39644ad37a53304cb50d51 (patch) | |
tree | 492e081d3bae6d2c4d4c24e4226d2ae338cb24a1 /archiva-docs/src/site/xdoc/tour/search.xml | |
parent | fbae1466230be8c2567d02baa3dce0d84cbf8a92 (diff) | |
download | archiva-c9cb1de8641c2c631c39644ad37a53304cb50d51.tar.gz archiva-c9cb1de8641c2c631c39644ad37a53304cb50d51.zip |
we don't anymore those files now
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1185262 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-docs/src/site/xdoc/tour/search.xml')
-rw-r--r-- | archiva-docs/src/site/xdoc/tour/search.xml | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/archiva-docs/src/site/xdoc/tour/search.xml b/archiva-docs/src/site/xdoc/tour/search.xml deleted file mode 100644 index 5341da886..000000000 --- a/archiva-docs/src/site/xdoc/tour/search.xml +++ /dev/null @@ -1,42 +0,0 @@ -<?xml version="1.0"?> -<!-- - ~ 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. - --> -<document> - <properties> - <title>Artifact Search</title> - <author email="brett@apache.org">Brett Porter</author> - </properties> - <body> - <section name="Artifact Search"> - <div style="text-align: center"> - <a id="single_image" href="../images/tour/search.png"><img src="../images/tour/search.png" height="401" alt="" /></a> - <p> - Archiva has both a user-friendly browsing interface, and powerful search functionalities. The contents of all artifacts are indexed, - including Maven project information and Java class information to facilitate locating code within any repository. - By using the "Find Artifact" feature, you can identify unknown artifacts based on the database of known checksums for known artifacts. - </p> - <p> - <a href="project.html">Previous: Project Information</a> | - <strong>Artifact Search</strong> | - <a href="proxy.html">Next: Remote Proxying Cache</a> - </p> - </div> - </section> - </body> -</document> |