Added: archiva/site-content/docs/2.1.1-SNAPSHOT/css/maven-base.css URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.1.1-SNAPSHOT/css/maven-base.css?rev=1613862&view=auto ============================================================================== --- archiva/site-content/docs/2.1.1-SNAPSHOT/css/maven-base.css (added) +++ archiva/site-content/docs/2.1.1-SNAPSHOT/css/maven-base.css Mon Jul 28 00:22:19 2014 @@ -0,0 +1,45 @@ +/* + * 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. + */ + +body{padding-top: 4px;} + +.xleftbanner, #bannerLeft img { + float: left; +} + +.xrightbanner, #bannerRight img { + float: right; +} + +.xright { + float: right; +} + + #breadcrumbs { + font-size: 11px; +} + +#footer { + margin: 20px 0px 20px 0px; + border-top: solid #ccc 1px; + color: #333333; + padding: 3px 10px 3px 10px; + font-size: x-small; + text-align: center; +} \ No newline at end of file
Added: archiva/site-content/docs/2.1.1-SNAPSHOT/css/prettify.css URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.1.1-SNAPSHOT/css/prettify.css?rev=1613862&view=auto ============================================================================== --- archiva/site-content/docs/2.1.1-SNAPSHOT/css/prettify.css (added) +++ archiva/site-content/docs/2.1.1-SNAPSHOT/css/prettify.css Mon Jul 28 00:22:19 2014 @@ -0,0 +1 @@ +.pln{color:#000}@media screen{.str{color:#080}.kwd{color:#008}.com{color:#800}.typ{color:#606}.lit{color:#066}.pun,.opn,.clo{color:#660}.tag{color:#008}.atn{color:#606}.atv{color:#080}.dec,.var{color:#606}.fun{color:red}}@media print,projection{.str{color:#060}.kwd{color:#006;font-weight:bold}.com{color:#600;font-style:italic}.typ{color:#404;font-weight:bold}.lit{color:#044}.pun,.opn,.clo{color:#440}.tag{color:#006;font-weight:bold}.atn{color:#404}.atv{color:#060}}pre.prettyprint{padding:2px;border:1px solid #888}ol.linenums{margin-top:0;margin-bottom:0}li.L0,li.L1,li.L2,li.L3,li.L5,li.L6,li.L7,li.L8{list-style-type:none}li.L1,li.L3,li.L5,li.L7,li.L9{background:#eee} \ No newline at end of file Added: archiva/site-content/docs/2.1.1-SNAPSHOT/css/print.css URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.1.1-SNAPSHOT/css/print.css?rev=1613862&view=auto ============================================================================== --- archiva/site-content/docs/2.1.1-SNAPSHOT/css/print.css (added) +++ archiva/site-content/docs/2.1.1-SNAPSHOT/css/print.css Mon Jul 28 00:22:19 2014 @@ -0,0 +1,23 @@ +/* + * 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. + */ + +/* $Id: print.css 1201871 2011-11-14 20:18:24Z simonetripodi $ */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn {display: none !important;} +#bodyColumn, body.docs div.docs {margin: 0 !important;border: none !important} \ No newline at end of file Added: archiva/site-content/docs/2.1.1-SNAPSHOT/css/site.css URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.1.1-SNAPSHOT/css/site.css?rev=1613862&view=auto ============================================================================== --- archiva/site-content/docs/2.1.1-SNAPSHOT/css/site.css (added) +++ archiva/site-content/docs/2.1.1-SNAPSHOT/css/site.css Mon Jul 28 00:22:19 2014 @@ -0,0 +1,89 @@ +/* + * 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. + */ + +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: none; + padding-right: 0; +} + +body ul { + list-style-type: square; +} + +#downloadbox { + float: right; + margin-left: 2em; + padding-left: 1em; + padding-right: 1em; + padding-bottom: 1em; + border: 1px solid #999; + background-color: #eee; + width: 17.5em; +} + +#downloadbox h5 { + color: #000; + margin: 0; + border-bottom: 1px solid #aaaaaa; + font-size: smaller; + padding: 0; + margin-top: 1em; +} + +#downloadbox p { + margin-top: 1em; + margin-bottom: 0; +} + +#downloadbox li { + text-indent: inherit; +} + +div.p { + margin-top: 5px; + margin-bottom: 10px; +} + +pre.commandline { + border: 1px solid #bbb; + background-color: white; + margin-top: 5px; + margin-bottom: 5px; + font-size: 10pt; + padding: 15px; + color: gray; +} + +pre.commandline .input { + color: #55f; +} + +pre.commandline .command { + color: black; + font-weight: bold; +} + +#banner { + background: none; +} + +#banner img { + margin: 2px; +} + Added: archiva/site-content/docs/2.1.1-SNAPSHOT/customising/writing-consumer.html URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.1.1-SNAPSHOT/customising/writing-consumer.html?rev=1613862&view=auto ============================================================================== --- archiva/site-content/docs/2.1.1-SNAPSHOT/customising/writing-consumer.html (added) +++ archiva/site-content/docs/2.1.1-SNAPSHOT/customising/writing-consumer.html Mon Jul 28 00:22:19 2014 @@ -0,0 +1,406 @@ +<!DOCTYPE html> +<!-- + | Generated by Apache Maven Doxia + | Rendered using Apache Maven Fluido Skin 1.3.1 +--> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> + <head> + <meta charset="UTF-8" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + <meta name="author" content="Maria Odea Ching +Olivier Lamy" /> + <meta name="Date-Creation-yyyymmdd" content="20121220" /> + <meta name="Date-Revision-yyyymmdd" content="20140728" /> + <meta http-equiv="Content-Language" content="en" /> + <title>Archiva Documentation - Writing a Consumer Plugin</title> + <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.1.min.css" /> + <link rel="stylesheet" href="../css/site.css" /> + <link rel="stylesheet" href="../css/print.css" media="print" /> + + + <script type="text/javascript" src="../js/apache-maven-fluido-1.3.1.min.js"></script> + + + <!-- Google Analytics --> + <script type="text/javascript"> + + var _gaq = _gaq || []; + _gaq.push(['_setAccount', 'UA-140879-5']); + _gaq.push(['_trackPageview']); + + (function() { + var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; + ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; + var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); + })(); + + </script> + </head> + <body class="topBarDisabled"> + + + + + <div class="container-fluid"> + <div id="banner"> + <div class="pull-left"> + <a href="../../../" id="bannerLeft"> + <img src="../../../images/archiva.png" alt="Apache Archiva"/> + </a> + </div> + <div class="pull-right"> <a href="http://www.apache.org/" id="bannerRight"> + <img src="http://www.apache.org/images/asf_logo_wide.png" alt="Apache Software Foundation"/> + </a> + </div> + <div class="clear"><hr/></div> + </div> + + <div id="breadcrumbs"> + <ul class="breadcrumb"> + + + <li class=""> + <a href="http://www.apache.org/" class="externalLink" title="Apache"> + Apache</a> + <span class="divider">/</span> + </li> + <li class=""> + <a href="../" title="Apache Archiva"> + Apache Archiva</a> + <span class="divider">/</span> + </li> + <li class=""> + <a href="../../../index.html" title="Apache Archiva"> + Apache Archiva</a> + <span class="divider">/</span> + </li> + <li class="active ">Writing a Consumer Plugin</li> + + + + <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2014-07-28</li> + <li id="projectVersion" class="pull-right"> + Version: 2.1.1-SNAPSHOT + </li> + + </ul> + </div> + + + <div class="row-fluid"> + <div id="leftColumn" class="span2"> + <div class="well sidebar-nav"> + + + <ul class="nav nav-list"> + <li class="nav-header">Introduction</li> + + <li> + + <a href="../quick-start.html" title="Quick Start"> + <i class="none"></i> + Quick Start</a> + </li> + + <li> + + <a href="../tour/index.html" title="Feature Tour"> + <i class="none"></i> + Feature Tour</a> + </li> + + <li> + + <a href="../release-notes.html" title="Release Notes"> + <i class="none"></i> + Release Notes</a> + </li> + + <li> + + <a href="../../../download.html" title="Downloads"> + <i class="none"></i> + Downloads</a> + </li> + <li class="nav-header">Users Guide</li> + + <li> + + <a href="../userguide/browsing.html" title="Browsing"> + <i class="none"></i> + Browsing</a> + </li> + + <li> + + <a href="../userguide/searching.html" title="Searching"> + <i class="none"></i> + Searching</a> + </li> + + <li> + + <a href="../userguide/delete-artifact.html" title="Deleting an Artifact"> + <i class="none"></i> + Deleting an Artifact</a> + </li> + + <li> + + <a href="../userguide/using-repository.html" title="Using as a repository"> + <i class="none"></i> + Using as a repository</a> + </li> + + <li> + + <a href="../userguide/deploy.html" title="Deploying to repository"> + <i class="none"></i> + Deploying to repository</a> + </li> + + <li> + + <a href="../userguide/virtual-repositories.html" title="Configuring Virtual Repositories"> + <i class="none"></i> + Configuring Virtual Repositories</a> + </li> + + <li> + + <a href="../userguide/rss.html" title="Rss Feeds in Archiva"> + <i class="none"></i> + Rss Feeds in Archiva</a> + </li> + + <li> + + <a href="../userguide/querying-artifacts.html" title="Querying Artifacts"> + <i class="none"></i> + Querying Artifacts</a> + </li> + <li class="nav-header">Administrators Guide</li> + + <li> + + <a href="../adminguide/installing.html" title="Installing Archiva"> + <i class="icon-chevron-right"></i> + Installing Archiva</a> + </li> + + <li> + + <a href="../adminguide/databases.html" title="Databases"> + <i class="none"></i> + Databases</a> + </li> + + <li> + + <a href="../adminguide/repositories-content-storage.html" title="Repositories Content Storage"> + <i class="none"></i> + Repositories Content Storage</a> + </li> + + <li> + + <a href="../adminguide/security.html" title="Security"> + <i class="icon-chevron-right"></i> + Security</a> + </li> + + <li> + + <a href="../adminguide/configuration.html" title="Archiva Configuration"> + <i class="icon-chevron-right"></i> + Archiva Configuration</a> + </li> + + <li> + + <a href="../adminguide/webservices/rest.html" title="REST Apis"> + <i class="none"></i> + REST Apis</a> + </li> + + <li> + + <a href="../adminguide/configuration-files.html" title="Configuration Files"> + <i class="none"></i> + Configuration Files</a> + </li> + + <li> + + <a href="../adminguide/system-status.html" title="System Status"> + <i class="none"></i> + System Status</a> + </li> + + <li> + + <a href="../adminguide/logging.html" title="Log Files"> + <i class="icon-chevron-right"></i> + Log Files</a> + </li> + + <li> + + <a href="../adminguide/reports.html" title="Reports"> + <i class="none"></i> + Reports</a> + </li> + <li class="nav-header">Customising Archiva</li> + + <li class="active"> + + <a href="#"><i class="none"></i>Writing a Consumer Plugin</a> + </li> + <li class="nav-header">More Information</li> + + <li> + + <a href="http://cwiki.apache.org/confluence/display/ARCHIVA/Index" class="externalLink" title="Archiva Wiki"> + <i class="none"></i> + Archiva Wiki</a> + </li> + <li class="nav-header">ASF</li> + + <li> + + <a href="http://www.apache.org/foundation/how-it-works.html" class="externalLink" title="How Apache Works"> + <i class="none"></i> + How Apache Works</a> + </li> + + <li> + + <a href="http://www.apache.org/foundation/" class="externalLink" title="Foundation"> + <i class="none"></i> + Foundation</a> + </li> + + <li> + + <a href="http://www.apache.org/foundation/sponsorship.html" class="externalLink" title="Sponsoring Apache"> + <i class="none"></i> + Sponsoring Apache</a> + </li> + + <li> + + <a href="http://www.apache.org/foundation/thanks.html" class="externalLink" title="Thanks"> + <i class="none"></i> + Thanks</a> + </li> + <li class="nav-header">Project Documentation</li> + + <li> + + <a href="../project-info.html" title="Project Information"> + <i class="icon-chevron-right"></i> + Project Information</a> + </li> + </ul> + + + <form id="search-form" action="http://www.google.com/search" method="get" > + + <input value="http://archiva.apache.org/docs/2.1.1-SNAPSHOT/" name="sitesearch" type="hidden"/> + <input class="search-query" name="q" id="query" type="text" /> +</form> +<script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=search-form"></script> + + <hr /> + + <div id="poweredBy"> + <div class="clear"></div> + <div class="clear"></div> + + + + <div id="twitter"> + + <a href="https://twitter.com/archiva" class="twitter-follow-button" data-show-count="false" data-align="left" data-size="medium" data-show-screen-name="true" data-lang="en">Follow archiva</a> + <script type="text/javascript">!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script> + + </div> + <div class="clear"></div> + <div class="clear"></div> + <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy"> + <img class="builtBy" alt="Built by Maven" src="../images/logos/maven-feather.png" /> + </a> + </div> + </div> + </div> + + + <div id="bodyColumn" class="span10" > + + <!-- 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. --><!-- NOTE: For help with the syntax of this file, see: --><!-- http://maven.apache.org/guides/mini/guide -apt-format.html --><div class="section"> +<h2>Writing a Consumer Plugin<a name="Writing_a_Consumer_Plugin"></a></h2> +<p>For a sample custom consumer, you can checkout the archiva-consumer-plugin at the archiva sandbox in the SVN repository: Prior to release 1.4, plexus components are not anymore supported, you must use Spring components.</p> +<div class="section"> +<h3>Writing manually<a name="Writing_manually"></a></h3> +<p>Below are the steps on how to create a custom repository consumer and plug it in Archiva:</p> +<ol style="list-style-type: decimal"> +<li>Create a project for your component.</li> +<li>Declare your class or in this case, consumer as a component as shown in the example below. This should be put at the class level. +<div class="source"> +<pre>Ex. +@Service("knownRepositoryContentConsumer#discover-new-artifact") +@Scope("prototype") + +where, + Service: unique id for your consumer. + Scope: the creation strategy prototype or singleton.</pre></div></li> +<li>Package your project by executing 'mvn clean package'</li> +<li>Let's say you are using the apache-archiva-2.1.1-SNAPSHOT-bin.tar.gz to run Archiva. Unpack the binaries then go to bin/linux-x86-32/ (assuming you are running on Linux), then execute './run.sh console'. Then stop or shutdown Archiva after it started. (This is necessary to unpack the war file.)</li> +<li>Copy the jar file you created in step 4 in apache-archiva-2.1.1-SNAPSHOT/apps/archiva/webapp/lib/</li> +<li>Add the necessary configurations in archiva.xml (in this case, add 'discover-new-artifact' as a <i>knownContentConsumer</i>)</li> +<li>Start up Archiva again.</li></ol></div> +<div class="section"> +<h3>Use the archetype<a name="Use_the_archetype"></a></h3> +<p>Prior to version 1.4-M2, you can use an archetype.</p> +<div class="source"> +<pre>mvn archetype:generate \ + -DarchetypeRepository=repo1.maven.org \ + -DarchetypeGroupId=org.apache.archiva \ + -DarchetypeArtifactId=archiva-consumer-archetype \ + -DarchetypeVersion=2.1.1-SNAPSHOT</pre></div> +<p>Note: if you want to use a SNAPSHOT version, replace with the following parameter: -DarchetypeRepository=https://archiva-repository.apache.org/archiva/repository/snapshots/ \</p></div></div> + </div> + </div> + </div> + + <hr/> + + <footer> + <div class="container-fluid"> + <div class="row-fluid"> + <p >Copyright © 2006–2014 + <a href="http://www.apache.org/">The Apache Software Foundation</a>. + All rights reserved. + + </p> + </div> + + +<div class="row span12">Apache Archiva :: Documentation, Archiva :: Documentation, Apache, the Apache feather logo, and the Apache Archiva :: Documentation project logos are trademarks of The Apache Software Foundation.</div> + +<div class="row span12"> + <a href="http://archiva.apache.org/docs/2.1.1-SNAPSHOT/privacy-policy.html">Privacy Policy</a> +</div> + + + + + + + <div id="ohloh" class="pull-right"> + <script type="text/javascript" src="http://www.ohloh.net/p/6670/widgets/project_basic_stats.js"></script> + </div> + </div> + </footer> + </body> +</html> \ No newline at end of file Added: archiva/site-content/docs/2.1.1-SNAPSHOT/images/accessories-text-editor.png URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.1.1-SNAPSHOT/images/accessories-text-editor.png?rev=1613862&view=auto ============================================================================== Binary file - no diff available. Propchange: archiva/site-content/docs/2.1.1-SNAPSHOT/images/accessories-text-editor.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: archiva/site-content/docs/2.1.1-SNAPSHOT/images/add-metadata.png URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.1.1-SNAPSHOT/images/add-metadata.png?rev=1613862&view=auto ============================================================================== Binary file - no diff available. Propchange: archiva/site-content/docs/2.1.1-SNAPSHOT/images/add-metadata.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: archiva/site-content/docs/2.1.1-SNAPSHOT/images/add.gif URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.1.1-SNAPSHOT/images/add.gif?rev=1613862&view=auto ============================================================================== Binary file - no diff available. Propchange: archiva/site-content/docs/2.1.1-SNAPSHOT/images/add.gif ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: archiva/site-content/docs/2.1.1-SNAPSHOT/images/advanced-search.jpg URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.1.1-SNAPSHOT/images/advanced-search.jpg?rev=1613862&view=auto ============================================================================== Binary file - no diff available. Propchange: archiva/site-content/docs/2.1.1-SNAPSHOT/images/advanced-search.jpg ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: archiva/site-content/docs/2.1.1-SNAPSHOT/images/apache-maven-project-2.png URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.1.1-SNAPSHOT/images/apache-maven-project-2.png?rev=1613862&view=auto ============================================================================== Binary file - no diff available. Propchange: archiva/site-content/docs/2.1.1-SNAPSHOT/images/apache-maven-project-2.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: archiva/site-content/docs/2.1.1-SNAPSHOT/images/appearance-configuration.png URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.1.1-SNAPSHOT/images/appearance-configuration.png?rev=1613862&view=auto ============================================================================== Binary file - no diff available. Propchange: archiva/site-content/docs/2.1.1-SNAPSHOT/images/appearance-configuration.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: archiva/site-content/docs/2.1.1-SNAPSHOT/images/application-certificate.png URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.1.1-SNAPSHOT/images/application-certificate.png?rev=1613862&view=auto ============================================================================== Binary file - no diff available. Propchange: archiva/site-content/docs/2.1.1-SNAPSHOT/images/application-certificate.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: archiva/site-content/docs/2.1.1-SNAPSHOT/images/archiva-report.png URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.1.1-SNAPSHOT/images/archiva-report.png?rev=1613862&view=auto ============================================================================== Binary file - no diff available. Propchange: archiva/site-content/docs/2.1.1-SNAPSHOT/images/archiva-report.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: archiva/site-content/docs/2.1.1-SNAPSHOT/images/artifact-content.png URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.1.1-SNAPSHOT/images/artifact-content.png?rev=1613862&view=auto ============================================================================== Binary file - no diff available. Propchange: archiva/site-content/docs/2.1.1-SNAPSHOT/images/artifact-content.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: archiva/site-content/docs/2.1.1-SNAPSHOT/images/artifact-download.png URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.1.1-SNAPSHOT/images/artifact-download.png?rev=1613862&view=auto ============================================================================== Binary file - no diff available. Propchange: archiva/site-content/docs/2.1.1-SNAPSHOT/images/artifact-download.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: archiva/site-content/docs/2.1.1-SNAPSHOT/images/artifact-info.png URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.1.1-SNAPSHOT/images/artifact-info.png?rev=1613862&view=auto ============================================================================== Binary file - no diff available. Propchange: archiva/site-content/docs/2.1.1-SNAPSHOT/images/artifact-info.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: archiva/site-content/docs/2.1.1-SNAPSHOT/images/browsing.png URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.1.1-SNAPSHOT/images/browsing.png?rev=1613862&view=auto ============================================================================== Binary file - no diff available. Propchange: archiva/site-content/docs/2.1.1-SNAPSHOT/images/browsing.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: archiva/site-content/docs/2.1.1-SNAPSHOT/images/conflicting-artifacts.png URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.1.1-SNAPSHOT/images/conflicting-artifacts.png?rev=1613862&view=auto ============================================================================== Binary file - no diff available. Propchange: archiva/site-content/docs/2.1.1-SNAPSHOT/images/conflicting-artifacts.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: archiva/site-content/docs/2.1.1-SNAPSHOT/images/consumers.png URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.1.1-SNAPSHOT/images/consumers.png?rev=1613862&view=auto ============================================================================== Binary file - no diff available. Propchange: archiva/site-content/docs/2.1.1-SNAPSHOT/images/consumers.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: archiva/site-content/docs/2.1.1-SNAPSHOT/images/contact-new.png URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.1.1-SNAPSHOT/images/contact-new.png?rev=1613862&view=auto ============================================================================== Binary file - no diff available. Propchange: archiva/site-content/docs/2.1.1-SNAPSHOT/images/contact-new.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: archiva/site-content/docs/2.1.1-SNAPSHOT/images/delete-artifact.png URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.1.1-SNAPSHOT/images/delete-artifact.png?rev=1613862&view=auto ============================================================================== Binary file - no diff available. Propchange: archiva/site-content/docs/2.1.1-SNAPSHOT/images/delete-artifact.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: archiva/site-content/docs/2.1.1-SNAPSHOT/images/delete-groupid.png URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.1.1-SNAPSHOT/images/delete-groupid.png?rev=1613862&view=auto ============================================================================== Binary file - no diff available. Propchange: archiva/site-content/docs/2.1.1-SNAPSHOT/images/delete-groupid.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: archiva/site-content/docs/2.1.1-SNAPSHOT/images/delete-metadata.png URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.1.1-SNAPSHOT/images/delete-metadata.png?rev=1613862&view=auto ============================================================================== Binary file - no diff available. Propchange: archiva/site-content/docs/2.1.1-SNAPSHOT/images/delete-metadata.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: archiva/site-content/docs/2.1.1-SNAPSHOT/images/dependencies.png URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.1.1-SNAPSHOT/images/dependencies.png?rev=1613862&view=auto ============================================================================== Binary file - no diff available. Propchange: archiva/site-content/docs/2.1.1-SNAPSHOT/images/dependencies.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: archiva/site-content/docs/2.1.1-SNAPSHOT/images/dependency-tree.png URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.1.1-SNAPSHOT/images/dependency-tree.png?rev=1613862&view=auto ============================================================================== Binary file - no diff available. Propchange: archiva/site-content/docs/2.1.1-SNAPSHOT/images/dependency-tree.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: archiva/site-content/docs/2.1.1-SNAPSHOT/images/document-properties.png URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.1.1-SNAPSHOT/images/document-properties.png?rev=1613862&view=auto ============================================================================== Binary file - no diff available. Propchange: archiva/site-content/docs/2.1.1-SNAPSHOT/images/document-properties.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: archiva/site-content/docs/2.1.1-SNAPSHOT/images/drive-harddisk.png URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.1.1-SNAPSHOT/images/drive-harddisk.png?rev=1613862&view=auto ============================================================================== Binary file - no diff available. Propchange: archiva/site-content/docs/2.1.1-SNAPSHOT/images/drive-harddisk.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: archiva/site-content/docs/2.1.1-SNAPSHOT/images/file-locking.png URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.1.1-SNAPSHOT/images/file-locking.png?rev=1613862&view=auto ============================================================================== Binary file - no diff available. Propchange: archiva/site-content/docs/2.1.1-SNAPSHOT/images/file-locking.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: archiva/site-content/docs/2.1.1-SNAPSHOT/images/find-artifact-security.png URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.1.1-SNAPSHOT/images/find-artifact-security.png?rev=1613862&view=auto ============================================================================== Binary file - no diff available. Propchange: archiva/site-content/docs/2.1.1-SNAPSHOT/images/find-artifact-security.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: archiva/site-content/docs/2.1.1-SNAPSHOT/images/find-artifact.png URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.1.1-SNAPSHOT/images/find-artifact.png?rev=1613862&view=auto ============================================================================== Binary file - no diff available. Propchange: archiva/site-content/docs/2.1.1-SNAPSHOT/images/find-artifact.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: archiva/site-content/docs/2.1.1-SNAPSHOT/images/fix.gif URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.1.1-SNAPSHOT/images/fix.gif?rev=1613862&view=auto ============================================================================== Binary file - no diff available. Propchange: archiva/site-content/docs/2.1.1-SNAPSHOT/images/fix.gif ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: archiva/site-content/docs/2.1.1-SNAPSHOT/images/icon_error_sml.gif URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.1.1-SNAPSHOT/images/icon_error_sml.gif?rev=1613862&view=auto ============================================================================== Binary file - no diff available. Propchange: archiva/site-content/docs/2.1.1-SNAPSHOT/images/icon_error_sml.gif ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: archiva/site-content/docs/2.1.1-SNAPSHOT/images/icon_help_sml.gif URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.1.1-SNAPSHOT/images/icon_help_sml.gif?rev=1613862&view=auto ============================================================================== Binary file - no diff available. Propchange: archiva/site-content/docs/2.1.1-SNAPSHOT/images/icon_help_sml.gif ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: archiva/site-content/docs/2.1.1-SNAPSHOT/images/icon_info_sml.gif URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.1.1-SNAPSHOT/images/icon_info_sml.gif?rev=1613862&view=auto ============================================================================== Binary file - no diff available. Propchange: archiva/site-content/docs/2.1.1-SNAPSHOT/images/icon_info_sml.gif ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: archiva/site-content/docs/2.1.1-SNAPSHOT/images/icon_success_sml.gif URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.1.1-SNAPSHOT/images/icon_success_sml.gif?rev=1613862&view=auto ============================================================================== Binary file - no diff available. Propchange: archiva/site-content/docs/2.1.1-SNAPSHOT/images/icon_success_sml.gif ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: archiva/site-content/docs/2.1.1-SNAPSHOT/images/icon_warning_sml.gif URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.1.1-SNAPSHOT/images/icon_warning_sml.gif?rev=1613862&view=auto ============================================================================== Binary file - no diff available. Propchange: archiva/site-content/docs/2.1.1-SNAPSHOT/images/icon_warning_sml.gif ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: archiva/site-content/docs/2.1.1-SNAPSHOT/images/image-x-generic.png URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.1.1-SNAPSHOT/images/image-x-generic.png?rev=1613862&view=auto ============================================================================== Binary file - no diff available. Propchange: archiva/site-content/docs/2.1.1-SNAPSHOT/images/image-x-generic.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: archiva/site-content/docs/2.1.1-SNAPSHOT/images/internet-web-browser.png URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.1.1-SNAPSHOT/images/internet-web-browser.png?rev=1613862&view=auto ============================================================================== Binary file - no diff available. Propchange: archiva/site-content/docs/2.1.1-SNAPSHOT/images/internet-web-browser.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: archiva/site-content/docs/2.1.1-SNAPSHOT/images/latest-events.png URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.1.1-SNAPSHOT/images/latest-events.png?rev=1613862&view=auto ============================================================================== Binary file - no diff available. Propchange: archiva/site-content/docs/2.1.1-SNAPSHOT/images/latest-events.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: archiva/site-content/docs/2.1.1-SNAPSHOT/images/ldap-configuration.png URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.1.1-SNAPSHOT/images/ldap-configuration.png?rev=1613862&view=auto ============================================================================== Binary file - no diff available. Propchange: archiva/site-content/docs/2.1.1-SNAPSHOT/images/ldap-configuration.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: archiva/site-content/docs/2.1.1-SNAPSHOT/images/ldap-group-roles-mapping.png URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.1.1-SNAPSHOT/images/ldap-group-roles-mapping.png?rev=1613862&view=auto ============================================================================== Binary file - no diff available. Propchange: archiva/site-content/docs/2.1.1-SNAPSHOT/images/ldap-group-roles-mapping.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: archiva/site-content/docs/2.1.1-SNAPSHOT/images/legacy-support-add.png URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.1.1-SNAPSHOT/images/legacy-support-add.png?rev=1613862&view=auto ============================================================================== Binary file - no diff available. Propchange: archiva/site-content/docs/2.1.1-SNAPSHOT/images/legacy-support-add.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: archiva/site-content/docs/2.1.1-SNAPSHOT/images/legacy-support-list.png URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.1.1-SNAPSHOT/images/legacy-support-list.png?rev=1613862&view=auto ============================================================================== Binary file - no diff available. Propchange: archiva/site-content/docs/2.1.1-SNAPSHOT/images/legacy-support-list.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: archiva/site-content/docs/2.1.1-SNAPSHOT/images/logos/build-by-maven-black.png URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.1.1-SNAPSHOT/images/logos/build-by-maven-black.png?rev=1613862&view=auto ============================================================================== Binary file - no diff available. Propchange: archiva/site-content/docs/2.1.1-SNAPSHOT/images/logos/build-by-maven-black.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: archiva/site-content/docs/2.1.1-SNAPSHOT/images/logos/build-by-maven-white.png URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.1.1-SNAPSHOT/images/logos/build-by-maven-white.png?rev=1613862&view=auto ============================================================================== Binary file - no diff available. Propchange: archiva/site-content/docs/2.1.1-SNAPSHOT/images/logos/build-by-maven-white.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: archiva/site-content/docs/2.1.1-SNAPSHOT/images/logos/maven-feather.png URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.1.1-SNAPSHOT/images/logos/maven-feather.png?rev=1613862&view=auto ============================================================================== Binary file - no diff available. Propchange: archiva/site-content/docs/2.1.1-SNAPSHOT/images/logos/maven-feather.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: archiva/site-content/docs/2.1.1-SNAPSHOT/images/mailing-lists.png URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.1.1-SNAPSHOT/images/mailing-lists.png?rev=1613862&view=auto ============================================================================== Binary file - no diff available. Propchange: archiva/site-content/docs/2.1.1-SNAPSHOT/images/mailing-lists.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: archiva/site-content/docs/2.1.1-SNAPSHOT/images/managed-repositories.png URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.1.1-SNAPSHOT/images/managed-repositories.png?rev=1613862&view=auto ============================================================================== Binary file - no diff available. Propchange: archiva/site-content/docs/2.1.1-SNAPSHOT/images/managed-repositories.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: archiva/site-content/docs/2.1.1-SNAPSHOT/images/network-configuration.png URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.1.1-SNAPSHOT/images/network-configuration.png?rev=1613862&view=auto ============================================================================== Binary file - no diff available. Propchange: archiva/site-content/docs/2.1.1-SNAPSHOT/images/network-configuration.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: archiva/site-content/docs/2.1.1-SNAPSHOT/images/network-proxies.png URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.1.1-SNAPSHOT/images/network-proxies.png?rev=1613862&view=auto ============================================================================== Binary file - no diff available. Propchange: archiva/site-content/docs/2.1.1-SNAPSHOT/images/network-proxies.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: archiva/site-content/docs/2.1.1-SNAPSHOT/images/network-server.png URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.1.1-SNAPSHOT/images/network-server.png?rev=1613862&view=auto ============================================================================== Binary file - no diff available. Propchange: archiva/site-content/docs/2.1.1-SNAPSHOT/images/network-server.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: archiva/site-content/docs/2.1.1-SNAPSHOT/images/package-x-generic.png URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.1.1-SNAPSHOT/images/package-x-generic.png?rev=1613862&view=auto ============================================================================== Binary file - no diff available. Propchange: archiva/site-content/docs/2.1.1-SNAPSHOT/images/package-x-generic.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: archiva/site-content/docs/2.1.1-SNAPSHOT/images/profiles/pre-release.png URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.1.1-SNAPSHOT/images/profiles/pre-release.png?rev=1613862&view=auto ============================================================================== Binary file - no diff available. Propchange: archiva/site-content/docs/2.1.1-SNAPSHOT/images/profiles/pre-release.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: archiva/site-content/docs/2.1.1-SNAPSHOT/images/profiles/retired.png URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.1.1-SNAPSHOT/images/profiles/retired.png?rev=1613862&view=auto ============================================================================== Binary file - no diff available. Propchange: archiva/site-content/docs/2.1.1-SNAPSHOT/images/profiles/retired.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: archiva/site-content/docs/2.1.1-SNAPSHOT/images/profiles/sandbox.png URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.1.1-SNAPSHOT/images/profiles/sandbox.png?rev=1613862&view=auto ============================================================================== Binary file - no diff available. Propchange: archiva/site-content/docs/2.1.1-SNAPSHOT/images/profiles/sandbox.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: archiva/site-content/docs/2.1.1-SNAPSHOT/images/proxy-connectors-list.png URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.1.1-SNAPSHOT/images/proxy-connectors-list.png?rev=1613862&view=auto ============================================================================== Binary file - no diff available. Propchange: archiva/site-content/docs/2.1.1-SNAPSHOT/images/proxy-connectors-list.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: archiva/site-content/docs/2.1.1-SNAPSHOT/images/proxy-connectors-lists.png URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.1.1-SNAPSHOT/images/proxy-connectors-lists.png?rev=1613862&view=auto ============================================================================== Binary file - no diff available. Propchange: archiva/site-content/docs/2.1.1-SNAPSHOT/images/proxy-connectors-lists.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: archiva/site-content/docs/2.1.1-SNAPSHOT/images/proxy-connectors-order.png URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.1.1-SNAPSHOT/images/proxy-connectors-order.png?rev=1613862&view=auto ============================================================================== Binary file - no diff available. Propchange: archiva/site-content/docs/2.1.1-SNAPSHOT/images/proxy-connectors-order.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: archiva/site-content/docs/2.1.1-SNAPSHOT/images/proxy-connectors-policies.png URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.1.1-SNAPSHOT/images/proxy-connectors-policies.png?rev=1613862&view=auto ============================================================================== Binary file - no diff available. Propchange: archiva/site-content/docs/2.1.1-SNAPSHOT/images/proxy-connectors-policies.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: archiva/site-content/docs/2.1.1-SNAPSHOT/images/proxy-connectors-rule-edit.png URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.1.1-SNAPSHOT/images/proxy-connectors-rule-edit.png?rev=1613862&view=auto ============================================================================== Binary file - no diff available. Propchange: archiva/site-content/docs/2.1.1-SNAPSHOT/images/proxy-connectors-rule-edit.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: archiva/site-content/docs/2.1.1-SNAPSHOT/images/proxy-connectors-rules.png URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.1.1-SNAPSHOT/images/proxy-connectors-rules.png?rev=1613862&view=auto ============================================================================== Binary file - no diff available. Propchange: archiva/site-content/docs/2.1.1-SNAPSHOT/images/proxy-connectors-rules.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: archiva/site-content/docs/2.1.1-SNAPSHOT/images/redback-properties.png URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.1.1-SNAPSHOT/images/redback-properties.png?rev=1613862&view=auto ============================================================================== Binary file - no diff available. Propchange: archiva/site-content/docs/2.1.1-SNAPSHOT/images/redback-properties.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: archiva/site-content/docs/2.1.1-SNAPSHOT/images/redback-runtime-conf-general.png URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.1.1-SNAPSHOT/images/redback-runtime-conf-general.png?rev=1613862&view=auto ============================================================================== Binary file - no diff available. Propchange: archiva/site-content/docs/2.1.1-SNAPSHOT/images/redback-runtime-conf-general.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: archiva/site-content/docs/2.1.1-SNAPSHOT/images/redback-runtime-conf-users-cache.png URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.1.1-SNAPSHOT/images/redback-runtime-conf-users-cache.png?rev=1613862&view=auto ============================================================================== Binary file - no diff available. Propchange: archiva/site-content/docs/2.1.1-SNAPSHOT/images/redback-runtime-conf-users-cache.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: archiva/site-content/docs/2.1.1-SNAPSHOT/images/remote-repositories.png URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.1.1-SNAPSHOT/images/remote-repositories.png?rev=1613862&view=auto ============================================================================== Binary file - no diff available. Propchange: archiva/site-content/docs/2.1.1-SNAPSHOT/images/remote-repositories.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: archiva/site-content/docs/2.1.1-SNAPSHOT/images/remove.gif URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.1.1-SNAPSHOT/images/remove.gif?rev=1613862&view=auto ============================================================================== Binary file - no diff available. Propchange: archiva/site-content/docs/2.1.1-SNAPSHOT/images/remove.gif ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: archiva/site-content/docs/2.1.1-SNAPSHOT/images/repositories.png URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.1.1-SNAPSHOT/images/repositories.png?rev=1613862&view=auto ============================================================================== Binary file - no diff available. Propchange: archiva/site-content/docs/2.1.1-SNAPSHOT/images/repositories.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: archiva/site-content/docs/2.1.1-SNAPSHOT/images/repository-groups.png URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.1.1-SNAPSHOT/images/repository-groups.png?rev=1613862&view=auto ============================================================================== Binary file - no diff available. Propchange: archiva/site-content/docs/2.1.1-SNAPSHOT/images/repository-groups.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: archiva/site-content/docs/2.1.1-SNAPSHOT/images/repository-merge-select-target.png URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.1.1-SNAPSHOT/images/repository-merge-select-target.png?rev=1613862&view=auto ============================================================================== Binary file - no diff available. Propchange: archiva/site-content/docs/2.1.1-SNAPSHOT/images/repository-merge-select-target.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: archiva/site-content/docs/2.1.1-SNAPSHOT/images/repository-merge.png URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.1.1-SNAPSHOT/images/repository-merge.png?rev=1613862&view=auto ============================================================================== Binary file - no diff available. Propchange: archiva/site-content/docs/2.1.1-SNAPSHOT/images/repository-merge.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: archiva/site-content/docs/2.1.1-SNAPSHOT/images/repository-statistics-form.png URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.1.1-SNAPSHOT/images/repository-statistics-form.png?rev=1613862&view=auto ============================================================================== Binary file - no diff available. Propchange: archiva/site-content/docs/2.1.1-SNAPSHOT/images/repository-statistics-form.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: archiva/site-content/docs/2.1.1-SNAPSHOT/images/repository-statistics.png URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.1.1-SNAPSHOT/images/repository-statistics.png?rev=1613862&view=auto ============================================================================== Binary file - no diff available. Propchange: archiva/site-content/docs/2.1.1-SNAPSHOT/images/repository-statistics.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: archiva/site-content/docs/2.1.1-SNAPSHOT/images/role-detail.png URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.1.1-SNAPSHOT/images/role-detail.png?rev=1613862&view=auto ============================================================================== Binary file - no diff available. Propchange: archiva/site-content/docs/2.1.1-SNAPSHOT/images/role-detail.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: archiva/site-content/docs/2.1.1-SNAPSHOT/images/role-users.png URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.1.1-SNAPSHOT/images/role-users.png?rev=1613862&view=auto ============================================================================== Binary file - no diff available. Propchange: archiva/site-content/docs/2.1.1-SNAPSHOT/images/role-users.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: archiva/site-content/docs/2.1.1-SNAPSHOT/images/roles-list.png URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.1.1-SNAPSHOT/images/roles-list.png?rev=1613862&view=auto ============================================================================== Binary file - no diff available. Propchange: archiva/site-content/docs/2.1.1-SNAPSHOT/images/roles-list.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: archiva/site-content/docs/2.1.1-SNAPSHOT/images/rss-browse.png URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.1.1-SNAPSHOT/images/rss-browse.png?rev=1613862&view=auto ============================================================================== Binary file - no diff available. Propchange: archiva/site-content/docs/2.1.1-SNAPSHOT/images/rss-browse.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: archiva/site-content/docs/2.1.1-SNAPSHOT/images/rss-repositories.png URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.1.1-SNAPSHOT/images/rss-repositories.png?rev=1613862&view=auto ============================================================================== Binary file - no diff available. Propchange: archiva/site-content/docs/2.1.1-SNAPSHOT/images/rss-repositories.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: archiva/site-content/docs/2.1.1-SNAPSHOT/images/rss.png URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.1.1-SNAPSHOT/images/rss.png?rev=1613862&view=auto ============================================================================== Binary file - no diff available. Propchange: archiva/site-content/docs/2.1.1-SNAPSHOT/images/rss.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: archiva/site-content/docs/2.1.1-SNAPSHOT/images/search-advanced.png URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.1.1-SNAPSHOT/images/search-advanced.png?rev=1613862&view=auto ============================================================================== Binary file - no diff available. Propchange: archiva/site-content/docs/2.1.1-SNAPSHOT/images/search-advanced.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: archiva/site-content/docs/2.1.1-SNAPSHOT/images/search-osgi.png URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.1.1-SNAPSHOT/images/search-osgi.png?rev=1613862&view=auto ============================================================================== Binary file - no diff available. Propchange: archiva/site-content/docs/2.1.1-SNAPSHOT/images/search-osgi.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: archiva/site-content/docs/2.1.1-SNAPSHOT/images/search-results.png URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.1.1-SNAPSHOT/images/search-results.png?rev=1613862&view=auto ============================================================================== Binary file - no diff available. Propchange: archiva/site-content/docs/2.1.1-SNAPSHOT/images/search-results.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: archiva/site-content/docs/2.1.1-SNAPSHOT/images/search-simple.png URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.1.1-SNAPSHOT/images/search-simple.png?rev=1613862&view=auto ============================================================================== Binary file - no diff available. Propchange: archiva/site-content/docs/2.1.1-SNAPSHOT/images/search-simple.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: archiva/site-content/docs/2.1.1-SNAPSHOT/images/system-status-caches.png URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.1.1-SNAPSHOT/images/system-status-caches.png?rev=1613862&view=auto ============================================================================== Binary file - no diff available. Propchange: archiva/site-content/docs/2.1.1-SNAPSHOT/images/system-status-caches.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: archiva/site-content/docs/2.1.1-SNAPSHOT/images/system-status-scanning.png URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.1.1-SNAPSHOT/images/system-status-scanning.png?rev=1613862&view=auto ============================================================================== Binary file - no diff available. Propchange: archiva/site-content/docs/2.1.1-SNAPSHOT/images/system-status-scanning.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: archiva/site-content/docs/2.1.1-SNAPSHOT/images/tour/admin.png URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.1.1-SNAPSHOT/images/tour/admin.png?rev=1613862&view=auto ============================================================================== Binary file - no diff available. Propchange: archiva/site-content/docs/2.1.1-SNAPSHOT/images/tour/admin.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: archiva/site-content/docs/2.1.1-SNAPSHOT/images/tour/browse.png URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.1.1-SNAPSHOT/images/tour/browse.png?rev=1613862&view=auto ============================================================================== Binary file - no diff available. Propchange: archiva/site-content/docs/2.1.1-SNAPSHOT/images/tour/browse.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: archiva/site-content/docs/2.1.1-SNAPSHOT/images/tour/graphical-admin.png URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.1.1-SNAPSHOT/images/tour/graphical-admin.png?rev=1613862&view=auto ============================================================================== Binary file - no diff available. Propchange: archiva/site-content/docs/2.1.1-SNAPSHOT/images/tour/graphical-admin.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: archiva/site-content/docs/2.1.1-SNAPSHOT/images/tour/maintenance.png URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.1.1-SNAPSHOT/images/tour/maintenance.png?rev=1613862&view=auto ============================================================================== Binary file - no diff available. Propchange: archiva/site-content/docs/2.1.1-SNAPSHOT/images/tour/maintenance.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: archiva/site-content/docs/2.1.1-SNAPSHOT/images/tour/project-info.png URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.1.1-SNAPSHOT/images/tour/project-info.png?rev=1613862&view=auto ============================================================================== Binary file - no diff available. Propchange: archiva/site-content/docs/2.1.1-SNAPSHOT/images/tour/project-info.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: archiva/site-content/docs/2.1.1-SNAPSHOT/images/tour/project.png URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.1.1-SNAPSHOT/images/tour/project.png?rev=1613862&view=auto ============================================================================== Binary file - no diff available. Propchange: archiva/site-content/docs/2.1.1-SNAPSHOT/images/tour/project.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: archiva/site-content/docs/2.1.1-SNAPSHOT/images/tour/proxy.png URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.1.1-SNAPSHOT/images/tour/proxy.png?rev=1613862&view=auto ============================================================================== Binary file - no diff available. Propchange: archiva/site-content/docs/2.1.1-SNAPSHOT/images/tour/proxy.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: archiva/site-content/docs/2.1.1-SNAPSHOT/images/tour/remote-proxy-cache.png URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.1.1-SNAPSHOT/images/tour/remote-proxy-cache.png?rev=1613862&view=auto ============================================================================== Binary file - no diff available. Propchange: archiva/site-content/docs/2.1.1-SNAPSHOT/images/tour/remote-proxy-cache.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: archiva/site-content/docs/2.1.1-SNAPSHOT/images/tour/reports.png URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.1.1-SNAPSHOT/images/tour/reports.png?rev=1613862&view=auto ============================================================================== Binary file - no diff available. Propchange: archiva/site-content/docs/2.1.1-SNAPSHOT/images/tour/reports.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: archiva/site-content/docs/2.1.1-SNAPSHOT/images/tour/repos-group.png URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.1.1-SNAPSHOT/images/tour/repos-group.png?rev=1613862&view=auto ============================================================================== Binary file - no diff available. Propchange: archiva/site-content/docs/2.1.1-SNAPSHOT/images/tour/repos-group.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: archiva/site-content/docs/2.1.1-SNAPSHOT/images/tour/rss.png URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.1.1-SNAPSHOT/images/tour/rss.png?rev=1613862&view=auto ============================================================================== Binary file - no diff available. Propchange: archiva/site-content/docs/2.1.1-SNAPSHOT/images/tour/rss.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: archiva/site-content/docs/2.1.1-SNAPSHOT/images/tour/search-form.png URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.1.1-SNAPSHOT/images/tour/search-form.png?rev=1613862&view=auto ============================================================================== Binary file - no diff available. Propchange: archiva/site-content/docs/2.1.1-SNAPSHOT/images/tour/search-form.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: archiva/site-content/docs/2.1.1-SNAPSHOT/images/tour/search-results.png URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.1.1-SNAPSHOT/images/tour/search-results.png?rev=1613862&view=auto ============================================================================== Binary file - no diff available. Propchange: archiva/site-content/docs/2.1.1-SNAPSHOT/images/tour/search-results.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: archiva/site-content/docs/2.1.1-SNAPSHOT/images/tour/search.png URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.1.1-SNAPSHOT/images/tour/search.png?rev=1613862&view=auto ============================================================================== Binary file - no diff available. Propchange: archiva/site-content/docs/2.1.1-SNAPSHOT/images/tour/search.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: archiva/site-content/docs/2.1.1-SNAPSHOT/images/tour/security.png URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.1.1-SNAPSHOT/images/tour/security.png?rev=1613862&view=auto ============================================================================== Binary file - no diff available. Propchange: archiva/site-content/docs/2.1.1-SNAPSHOT/images/tour/security.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: archiva/site-content/docs/2.1.1-SNAPSHOT/images/tour/upload-files.png URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.1.1-SNAPSHOT/images/tour/upload-files.png?rev=1613862&view=auto ============================================================================== Binary file - no diff available. Propchange: archiva/site-content/docs/2.1.1-SNAPSHOT/images/tour/upload-files.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: archiva/site-content/docs/2.1.1-SNAPSHOT/images/tour/upload.png URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.1.1-SNAPSHOT/images/tour/upload.png?rev=1613862&view=auto ============================================================================== Binary file - no diff available. Propchange: archiva/site-content/docs/2.1.1-SNAPSHOT/images/tour/upload.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: archiva/site-content/docs/2.1.1-SNAPSHOT/images/tour/virtual-repos.png URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.1.1-SNAPSHOT/images/tour/virtual-repos.png?rev=1613862&view=auto ============================================================================== Binary file - no diff available. Propchange: archiva/site-content/docs/2.1.1-SNAPSHOT/images/tour/virtual-repos.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: archiva/site-content/docs/2.1.1-SNAPSHOT/images/ui-configuration.png URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.1.1-SNAPSHOT/images/ui-configuration.png?rev=1613862&view=auto ============================================================================== Binary file - no diff available. Propchange: archiva/site-content/docs/2.1.1-SNAPSHOT/images/ui-configuration.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: archiva/site-content/docs/2.1.1-SNAPSHOT/images/update.gif URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.1.1-SNAPSHOT/images/update.gif?rev=1613862&view=auto ============================================================================== Binary file - no diff available. Propchange: archiva/site-content/docs/2.1.1-SNAPSHOT/images/update.gif ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: archiva/site-content/docs/2.1.1-SNAPSHOT/images/upload-artifact.jpg URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.1.1-SNAPSHOT/images/upload-artifact.jpg?rev=1613862&view=auto ============================================================================== Binary file - no diff available. Propchange: archiva/site-content/docs/2.1.1-SNAPSHOT/images/upload-artifact.jpg ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: archiva/site-content/docs/2.1.1-SNAPSHOT/images/url-failure-cache-configuration.png URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.1.1-SNAPSHOT/images/url-failure-cache-configuration.png?rev=1613862&view=auto ============================================================================== Binary file - no diff available. Propchange: archiva/site-content/docs/2.1.1-SNAPSHOT/images/url-failure-cache-configuration.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: archiva/site-content/docs/2.1.1-SNAPSHOT/images/used-by.png URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.1.1-SNAPSHOT/images/used-by.png?rev=1613862&view=auto ============================================================================== Binary file - no diff available. Propchange: archiva/site-content/docs/2.1.1-SNAPSHOT/images/used-by.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: archiva/site-content/docs/2.1.1-SNAPSHOT/images/user-edit-roles.png URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.1.1-SNAPSHOT/images/user-edit-roles.png?rev=1613862&view=auto ============================================================================== Binary file - no diff available. Propchange: archiva/site-content/docs/2.1.1-SNAPSHOT/images/user-edit-roles.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: archiva/site-content/docs/2.1.1-SNAPSHOT/images/user-edit.png URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.1.1-SNAPSHOT/images/user-edit.png?rev=1613862&view=auto ============================================================================== Binary file - no diff available. Propchange: archiva/site-content/docs/2.1.1-SNAPSHOT/images/user-edit.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: archiva/site-content/docs/2.1.1-SNAPSHOT/images/user-register-form.png URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.1.1-SNAPSHOT/images/user-register-form.png?rev=1613862&view=auto ============================================================================== Binary file - no diff available. Propchange: archiva/site-content/docs/2.1.1-SNAPSHOT/images/user-register-form.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: archiva/site-content/docs/2.1.1-SNAPSHOT/images/user-register.png URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.1.1-SNAPSHOT/images/user-register.png?rev=1613862&view=auto ============================================================================== Binary file - no diff available. Propchange: archiva/site-content/docs/2.1.1-SNAPSHOT/images/user-register.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: archiva/site-content/docs/2.1.1-SNAPSHOT/images/users-list.png URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.1.1-SNAPSHOT/images/users-list.png?rev=1613862&view=auto ============================================================================== Binary file - no diff available. Propchange: archiva/site-content/docs/2.1.1-SNAPSHOT/images/users-list.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: archiva/site-content/docs/2.1.1-SNAPSHOT/images/window-new.png URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.1.1-SNAPSHOT/images/window-new.png?rev=1613862&view=auto ============================================================================== Binary file - no diff available. Propchange: archiva/site-content/docs/2.1.1-SNAPSHOT/images/window-new.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: archiva/site-content/docs/2.1.1-SNAPSHOT/img/glyphicons-halflings-white.png URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.1.1-SNAPSHOT/img/glyphicons-halflings-white.png?rev=1613862&view=auto ============================================================================== Binary file - no diff available. Propchange: archiva/site-content/docs/2.1.1-SNAPSHOT/img/glyphicons-halflings-white.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: archiva/site-content/docs/2.1.1-SNAPSHOT/img/glyphicons-halflings.png URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.1.1-SNAPSHOT/img/glyphicons-halflings.png?rev=1613862&view=auto ============================================================================== Binary file - no diff available. Propchange: archiva/site-content/docs/2.1.1-SNAPSHOT/img/glyphicons-halflings.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream
