Author: brett
Date: Sat Aug 26 00:52:00 2006
New Revision: 437119
URL: http://svn.apache.org/viewvc?rev=437119&view=rev
Log:
more renaming
Modified:
maven/archiva/trunk/archiva-reports-standard/pom.xml
maven/archiva/trunk/archiva-webapp/src/main/webapp/WEB-INF/jsp/admin/deleteProxiedRepository.jsp
maven/archiva/trunk/archiva-webapp/src/main/webapp/WEB-INF/jsp/admin/deleteRepository.jsp
maven/archiva/trunk/archiva-webapp/src/main/webapp/WEB-INF/jsp/admin/deleteSyncedRepository.jsp
maven/archiva/trunk/archiva-webapp/src/main/webapp/WEB-INF/jsp/decorators/default.jsp
maven/archiva/trunk/archiva-webapp/src/main/webapp/WEB-INF/web.xml
maven/archiva/trunk/design/white-site/pom.xml
maven/archiva/trunk/design/white-site/src/site/site.xml
maven/archiva/trunk/design/white-site/src/site/xdoc/admin/add-proxied-repository.xml
maven/archiva/trunk/design/white-site/src/site/xdoc/admin/add-repository.xml
maven/archiva/trunk/design/white-site/src/site/xdoc/admin/add-sync-repository.xml
maven/archiva/trunk/design/white-site/src/site/xdoc/admin/config.xml
maven/archiva/trunk/design/white-site/src/site/xdoc/admin/delete-proxied-repository.xml
maven/archiva/trunk/design/white-site/src/site/xdoc/admin/delete-repository.xml
maven/archiva/trunk/design/white-site/src/site/xdoc/admin/delete-sync-repository.xml
maven/archiva/trunk/design/white-site/src/site/xdoc/admin/edit-cvs-sync-repository.xml
maven/archiva/trunk/design/white-site/src/site/xdoc/admin/edit-file-sync-repository.xml
maven/archiva/trunk/design/white-site/src/site/xdoc/admin/edit-rsync-sync-repository.xml
maven/archiva/trunk/design/white-site/src/site/xdoc/admin/edit-svn-sync-repository.xml
maven/archiva/trunk/design/white-site/src/site/xdoc/admin/index.xml
maven/archiva/trunk/design/white-site/src/site/xdoc/admin/proxies.xml
maven/archiva/trunk/design/white-site/src/site/xdoc/admin/sync.xml
maven/archiva/trunk/design/white-site/src/site/xdoc/artifact.xml
maven/archiva/trunk/design/white-site/src/site/xdoc/browse.xml
maven/archiva/trunk/design/white-site/src/site/xdoc/browse2.xml
maven/archiva/trunk/design/white-site/src/site/xdoc/browse3.xml
maven/archiva/trunk/design/white-site/src/site/xdoc/dependedon.xml
maven/archiva/trunk/design/white-site/src/site/xdoc/dependencies.xml
maven/archiva/trunk/design/white-site/src/site/xdoc/find-artifact.xml
maven/archiva/trunk/design/white-site/src/site/xdoc/index.xml
maven/archiva/trunk/design/white-site/src/site/xdoc/mail-lists.xml
maven/archiva/trunk/design/white-site/src/site/xdoc/reports.xml
maven/archiva/trunk/design/white-site/src/site/xdoc/results.xml
maven/archiva/trunk/design/white-site/src/site/xdoc/sync.xml
Modified: maven/archiva/trunk/archiva-reports-standard/pom.xml
URL:
http://svn.apache.org/viewvc/maven/archiva/trunk/archiva-reports-standard/pom.xml?rev=437119&r1=437118&r2=437119&view=diff
==============================================================================
--- maven/archiva/trunk/archiva-reports-standard/pom.xml (original)
+++ maven/archiva/trunk/archiva-reports-standard/pom.xml Sat Aug 26 00:52:00
2006
@@ -54,10 +54,6 @@
<artifactId>wagon-provider-api</artifactId>
</dependency>
<dependency>
- <groupId>org.apache.maven</groupId>
- <artifactId>maven-artifact-manager</artifactId>
- </dependency>
- <dependency>
<groupId>org.apache.maven.archiva</groupId>
<artifactId>archiva-utils</artifactId>
</dependency>
Modified:
maven/archiva/trunk/archiva-webapp/src/main/webapp/WEB-INF/jsp/admin/deleteProxiedRepository.jsp
URL:
http://svn.apache.org/viewvc/maven/archiva/trunk/archiva-webapp/src/main/webapp/WEB-INF/jsp/admin/deleteProxiedRepository.jsp?rev=437119&r1=437118&r2=437119&view=diff
==============================================================================
---
maven/archiva/trunk/archiva-webapp/src/main/webapp/WEB-INF/jsp/admin/deleteProxiedRepository.jsp
(original)
+++
maven/archiva/trunk/archiva-webapp/src/main/webapp/WEB-INF/jsp/admin/deleteProxiedRepository.jsp
Sat Aug 26 00:52:00 2006
@@ -19,7 +19,7 @@
<html>
<head>
<title>Configuration</title>
- <ww:head />
+ <ww:head/>
</head>
<body>
@@ -35,12 +35,12 @@
</blockquote>
<ww:form method="post" action="deleteProxiedRepository" namespace="/admin"
validate="true">
- <ww:hidden name="repoId" />
+ <ww:hidden name="repoId"/>
<ww:radio list="[EMAIL PROTECTED]@{
'delete-contents' : 'Remove the repository and delete its contents from
managed repositories',
'delete-entry' : 'Remove the repository from the available list, but leave
the contents in the managed repositories',
- 'unmodified' : 'Leave the repository unmodified'}" name="operation"
theme="repository-manager" />
- <ww:submit value="Go" />
+ 'unmodified' : 'Leave the repository unmodified'}" name="operation"
theme="archiva"/>
+ <ww:submit value="Go"/>
</ww:form>
</div>
Modified:
maven/archiva/trunk/archiva-webapp/src/main/webapp/WEB-INF/jsp/admin/deleteRepository.jsp
URL:
http://svn.apache.org/viewvc/maven/archiva/trunk/archiva-webapp/src/main/webapp/WEB-INF/jsp/admin/deleteRepository.jsp?rev=437119&r1=437118&r2=437119&view=diff
==============================================================================
---
maven/archiva/trunk/archiva-webapp/src/main/webapp/WEB-INF/jsp/admin/deleteRepository.jsp
(original)
+++
maven/archiva/trunk/archiva-webapp/src/main/webapp/WEB-INF/jsp/admin/deleteRepository.jsp
Sat Aug 26 00:52:00 2006
@@ -19,7 +19,7 @@
<html>
<head>
<title>Configuration</title>
- <ww:head />
+ <ww:head/>
</head>
<body>
@@ -35,11 +35,11 @@
</blockquote>
<ww:form method="post" action="deleteRepository" namespace="/admin"
validate="true">
- <ww:hidden name="repoId" />
+ <ww:hidden name="repoId"/>
<ww:radio list="[EMAIL PROTECTED]@{'delete-contents' : 'Remove the
repository and delete its contents from disk',
'delete-entry' : 'Remove the repository from the management list, but
leave the contents unmodified',
- 'unmodified' : 'Leave the repository unmodified'}" name="operation"
theme="repository-manager" />
- <ww:submit value="Go" />
+ 'unmodified' : 'Leave the repository unmodified'}" name="operation"
theme="archiva"/>
+ <ww:submit value="Go"/>
</ww:form>
</div>
Modified:
maven/archiva/trunk/archiva-webapp/src/main/webapp/WEB-INF/jsp/admin/deleteSyncedRepository.jsp
URL:
http://svn.apache.org/viewvc/maven/archiva/trunk/archiva-webapp/src/main/webapp/WEB-INF/jsp/admin/deleteSyncedRepository.jsp?rev=437119&r1=437118&r2=437119&view=diff
==============================================================================
---
maven/archiva/trunk/archiva-webapp/src/main/webapp/WEB-INF/jsp/admin/deleteSyncedRepository.jsp
(original)
+++
maven/archiva/trunk/archiva-webapp/src/main/webapp/WEB-INF/jsp/admin/deleteSyncedRepository.jsp
Sat Aug 26 00:52:00 2006
@@ -19,7 +19,7 @@
<html>
<head>
<title>Configuration</title>
- <ww:head />
+ <ww:head/>
</head>
<body>
@@ -35,12 +35,12 @@
</blockquote>
<ww:form method="post" action="deleteSyncedRepository" namespace="/admin"
validate="true">
- <ww:hidden name="repoId" />
+ <ww:hidden name="repoId"/>
<ww:radio list="[EMAIL PROTECTED]@{
'delete-contents' : 'Remove the repository and delete its contents from
managed repositories',
'delete-entry' : 'Remove the repository from the available list, but leave
the contents in the managed repositories',
- 'unmodified' : 'Leave the repository unmodified'}" name="operation"
theme="repository-manager" />
- <ww:submit value="Go" />
+ 'unmodified' : 'Leave the repository unmodified'}" name="operation"
theme="archiva"/>
+ <ww:submit value="Go"/>
</ww:form>
</div>
Modified:
maven/archiva/trunk/archiva-webapp/src/main/webapp/WEB-INF/jsp/decorators/default.jsp
URL:
http://svn.apache.org/viewvc/maven/archiva/trunk/archiva-webapp/src/main/webapp/WEB-INF/jsp/decorators/default.jsp?rev=437119&r1=437118&r2=437119&view=diff
==============================================================================
---
maven/archiva/trunk/archiva-webapp/src/main/webapp/WEB-INF/jsp/decorators/default.jsp
(original)
+++
maven/archiva/trunk/archiva-webapp/src/main/webapp/WEB-INF/jsp/decorators/default.jsp
Sat Aug 26 00:52:00 2006
@@ -20,8 +20,8 @@
<%@ taglib prefix="my" tagdir="/WEB-INF/tags" %>
<html>
<head>
- <title>Maven Repository Manager ::
- <decorator:title default="Maven Repository Manager" />
+ <title>Maven Archiva ::
+ <decorator:title default="Maven Archiva"/>
</title>
<style type="text/css" media="all">
@@ -29,15 +29,15 @@
@import url( "<%= request.getContextPath() %>/css/maven-theme.css" );
@import url( "<%= request.getContextPath() %>/css/site.css" );
</style>
- <link rel="stylesheet" href="<%= request.getContextPath() %>/css/print.css"
type="text/css" media="print" />
- <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+ <link rel="stylesheet" href="<%= request.getContextPath() %>/css/print.css"
type="text/css" media="print"/>
+ <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
</head>
<body onload="<decorator:getProperty property="body.onload" />"
class="composite">
<div id="banner">
<span id="bannerLeft">
- <a href="http://maven.apache.org/repository-manager/">
- <img src="http://maven.apache.org/images/maven.jpg" alt="" width="267"
height="70" />
+ <a href="http://maven.apache.org/archiva/">
+ <img src="http://maven.apache.org/images/maven.jpg" alt="" width="267"
height="70"/>
<%-- TODO: logo instead
<img src="http://ci.codehaus.org/continuum_logo_75.gif" alt=""
width="188" height="89" />
--%>
@@ -52,7 +52,7 @@
</span>
<div class="clear">
- <hr />
+ <hr/>
</div>
</div>
@@ -62,13 +62,13 @@
</div>
<div class="xright">
- <a href="http://maven.apache.org/repository-manager">Repository
Manager</a> |
+ <a href="http://maven.apache.org/archiva">Archiva</a> |
<a href="http://maven.apache.org/">Maven</a> |
<a href="http://www.apache.org/">Apache</a>
</div>
<div class="clear">
- <hr />
+ <hr/>
</div>
</div>
@@ -117,18 +117,18 @@
</li>
</ul>
- <br />
+ <br/>
</div>
</div>
<div id="bodyColumn">
<div id="contentBox">
- <decorator:body />
+ <decorator:body/>
</div>
</div>
<div class="clear">
- <hr />
+ <hr/>
</div>
<div id="footer">
@@ -137,7 +137,7 @@
</div>
<div class="clear">
- <hr />
+ <hr/>
</div>
</div>
Modified: maven/archiva/trunk/archiva-webapp/src/main/webapp/WEB-INF/web.xml
URL:
http://svn.apache.org/viewvc/maven/archiva/trunk/archiva-webapp/src/main/webapp/WEB-INF/web.xml?rev=437119&r1=437118&r2=437119&view=diff
==============================================================================
--- maven/archiva/trunk/archiva-webapp/src/main/webapp/WEB-INF/web.xml
(original)
+++ maven/archiva/trunk/archiva-webapp/src/main/webapp/WEB-INF/web.xml Sat Aug
26 00:52:00 2006
@@ -15,10 +15,10 @@
-->
<web-app xmlns="http://java.sun.com/xml/ns/j2ee" version="2.4"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
- <display-name>Maven Repository Manager</display-name>
+ <display-name>Maven Archiva</display-name>
<filter>
<filter-name>webwork-cleanup</filter-name>
Modified: maven/archiva/trunk/design/white-site/pom.xml
URL:
http://svn.apache.org/viewvc/maven/archiva/trunk/design/white-site/pom.xml?rev=437119&r1=437118&r2=437119&view=diff
==============================================================================
--- maven/archiva/trunk/design/white-site/pom.xml (original)
+++ maven/archiva/trunk/design/white-site/pom.xml Sat Aug 26 00:52:00 2006
@@ -2,9 +2,9 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.maven.archiva</groupId>
- <artifactId>maven-repository-manager-white-site</artifactId>
+ <artifactId>archiva-white-site</artifactId>
<version>1.0-SNAPSHOT</version>
- <name>Maven Repository Manager White Site</name>
+ <name>Archiva White Site</name>
<inceptionYear>2005</inceptionYear>
<reporting>
<excludeDefaults>true</excludeDefaults>
Modified: maven/archiva/trunk/design/white-site/src/site/site.xml
URL:
http://svn.apache.org/viewvc/maven/archiva/trunk/design/white-site/src/site/site.xml?rev=437119&r1=437118&r2=437119&view=diff
==============================================================================
--- maven/archiva/trunk/design/white-site/src/site/site.xml (original)
+++ maven/archiva/trunk/design/white-site/src/site/site.xml Sat Aug 26 00:52:00
2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<project name="Maven Repository Manager">
+<project name="Archiva">
<bannerLeft>
<src>http://www.apache.org/images/asf_logo_wide.gif</src>
</bannerLeft>
Modified:
maven/archiva/trunk/design/white-site/src/site/xdoc/admin/add-proxied-repository.xml
URL:
http://svn.apache.org/viewvc/maven/archiva/trunk/design/white-site/src/site/xdoc/admin/add-proxied-repository.xml?rev=437119&r1=437118&r2=437119&view=diff
==============================================================================
---
maven/archiva/trunk/design/white-site/src/site/xdoc/admin/add-proxied-repository.xml
(original)
+++
maven/archiva/trunk/design/white-site/src/site/xdoc/admin/add-proxied-repository.xml
Sat Aug 26 00:52:00 2006
@@ -16,7 +16,7 @@
<document>
<properties>
- <title>Maven Repository Manager</title>
+ <title>Archiva</title>
</properties>
<body>
<h1>Administration</h1>
Modified:
maven/archiva/trunk/design/white-site/src/site/xdoc/admin/add-repository.xml
URL:
http://svn.apache.org/viewvc/maven/archiva/trunk/design/white-site/src/site/xdoc/admin/add-repository.xml?rev=437119&r1=437118&r2=437119&view=diff
==============================================================================
---
maven/archiva/trunk/design/white-site/src/site/xdoc/admin/add-repository.xml
(original)
+++
maven/archiva/trunk/design/white-site/src/site/xdoc/admin/add-repository.xml
Sat Aug 26 00:52:00 2006
@@ -16,7 +16,7 @@
<document>
<properties>
- <title>Maven Repository Manager</title>
+ <title>Archiva</title>
</properties>
<body>
<h1>Administration</h1>
Modified:
maven/archiva/trunk/design/white-site/src/site/xdoc/admin/add-sync-repository.xml
URL:
http://svn.apache.org/viewvc/maven/archiva/trunk/design/white-site/src/site/xdoc/admin/add-sync-repository.xml?rev=437119&r1=437118&r2=437119&view=diff
==============================================================================
---
maven/archiva/trunk/design/white-site/src/site/xdoc/admin/add-sync-repository.xml
(original)
+++
maven/archiva/trunk/design/white-site/src/site/xdoc/admin/add-sync-repository.xml
Sat Aug 26 00:52:00 2006
@@ -16,7 +16,7 @@
<document>
<properties>
- <title>Maven Repository Manager</title>
+ <title>Archiva</title>
</properties>
<body>
<h1>Administration</h1>
Modified: maven/archiva/trunk/design/white-site/src/site/xdoc/admin/config.xml
URL:
http://svn.apache.org/viewvc/maven/archiva/trunk/design/white-site/src/site/xdoc/admin/config.xml?rev=437119&r1=437118&r2=437119&view=diff
==============================================================================
--- maven/archiva/trunk/design/white-site/src/site/xdoc/admin/config.xml
(original)
+++ maven/archiva/trunk/design/white-site/src/site/xdoc/admin/config.xml Sat
Aug 26 00:52:00 2006
@@ -1,6 +1,6 @@
<document>
<properties>
- <title>Maven Repository Manager</title>
+ <title>Archiva</title>
</properties>
<body>
<h1>Configuration</h1>
Modified:
maven/archiva/trunk/design/white-site/src/site/xdoc/admin/delete-proxied-repository.xml
URL:
http://svn.apache.org/viewvc/maven/archiva/trunk/design/white-site/src/site/xdoc/admin/delete-proxied-repository.xml?rev=437119&r1=437118&r2=437119&view=diff
==============================================================================
---
maven/archiva/trunk/design/white-site/src/site/xdoc/admin/delete-proxied-repository.xml
(original)
+++
maven/archiva/trunk/design/white-site/src/site/xdoc/admin/delete-proxied-repository.xml
Sat Aug 26 00:52:00 2006
@@ -1,6 +1,6 @@
<document>
<properties>
- <title>Maven Repository Manager</title>
+ <title>Archiva</title>
</properties>
<body>
<h1>Administration</h1>
@@ -9,15 +9,24 @@
<h2>Delete Remote Repository</h2>
<blockquote>
- <strong><span class="statusFailed">WARNING:</span> This operation can
not be undone.</strong>
+ <strong>
+ <span class="statusFailed">WARNING:</span>
+ This operation can not be undone.
+ </strong>
</blockquote>
<form action="proxies.html">
- <input type="radio"/> Remove the repository and delete its contents
from managed repositories<br/>
- <input type="radio" /> Remove the repository from the available list,
but leave the contents in the managed
- repositories<br/>
- <input type="radio" checked="checked" /> Leave the repository
unmodified<br/>
- <input type="submit" />
+ <input type="radio"/>
+ Remove the repository and delete its contents from managed repositories
+ <br/>
+ <input type="radio"/>
+ Remove the repository from the available list, but leave the contents
in the managed
+ repositories
+ <br/>
+ <input type="radio" checked="checked"/>
+ Leave the repository unmodified
+ <br/>
+ <input type="submit"/>
</form>
</div>
</body>
Modified:
maven/archiva/trunk/design/white-site/src/site/xdoc/admin/delete-repository.xml
URL:
http://svn.apache.org/viewvc/maven/archiva/trunk/design/white-site/src/site/xdoc/admin/delete-repository.xml?rev=437119&r1=437118&r2=437119&view=diff
==============================================================================
---
maven/archiva/trunk/design/white-site/src/site/xdoc/admin/delete-repository.xml
(original)
+++
maven/archiva/trunk/design/white-site/src/site/xdoc/admin/delete-repository.xml
Sat Aug 26 00:52:00 2006
@@ -1,6 +1,6 @@
<document>
<properties>
- <title>Maven Repository Manager</title>
+ <title>Archiva</title>
</properties>
<body>
<h1>Administration</h1>
@@ -9,14 +9,23 @@
<h2>Delete Managed Repository</h2>
<blockquote>
- <strong><span class="statusFailed">WARNING:</span> This operation can
not be undone.</strong>
+ <strong>
+ <span class="statusFailed">WARNING:</span>
+ This operation can not be undone.
+ </strong>
</blockquote>
<form action="sync.html">
- <input type="radio"/> Remove the repository and delete its contents
from disk<br/>
- <input type="radio" /> Remove the repository from the management list,
but leave the contents unmodified<br/>
- <input type="radio" checked="checked" /> Leave the repository
unmodified<br/>
- <input type="submit" />
+ <input type="radio"/>
+ Remove the repository and delete its contents from disk
+ <br/>
+ <input type="radio"/>
+ Remove the repository from the management list, but leave the contents
unmodified
+ <br/>
+ <input type="radio" checked="checked"/>
+ Leave the repository unmodified
+ <br/>
+ <input type="submit"/>
</form>
</div>
</body>
Modified:
maven/archiva/trunk/design/white-site/src/site/xdoc/admin/delete-sync-repository.xml
URL:
http://svn.apache.org/viewvc/maven/archiva/trunk/design/white-site/src/site/xdoc/admin/delete-sync-repository.xml?rev=437119&r1=437118&r2=437119&view=diff
==============================================================================
---
maven/archiva/trunk/design/white-site/src/site/xdoc/admin/delete-sync-repository.xml
(original)
+++
maven/archiva/trunk/design/white-site/src/site/xdoc/admin/delete-sync-repository.xml
Sat Aug 26 00:52:00 2006
@@ -1,6 +1,6 @@
<document>
<properties>
- <title>Maven Repository Manager</title>
+ <title>Archiva</title>
</properties>
<body>
<h1>Administration</h1>
@@ -9,15 +9,24 @@
<h2>Delete Remote Repository</h2>
<blockquote>
- <strong><span class="statusFailed">WARNING:</span> This operation can
not be undone.</strong>
+ <strong>
+ <span class="statusFailed">WARNING:</span>
+ This operation can not be undone.
+ </strong>
</blockquote>
<form action="sync.html">
- <input type="radio"/> Remove the repository and delete its contents
from managed repositories<br/>
- <input type="radio" /> Remove the repository from the available list,
but leave the contents in the managed
- repositories<br/>
- <input type="radio" checked="checked" /> Leave the repository
unmodified<br/>
- <input type="submit" />
+ <input type="radio"/>
+ Remove the repository and delete its contents from managed repositories
+ <br/>
+ <input type="radio"/>
+ Remove the repository from the available list, but leave the contents
in the managed
+ repositories
+ <br/>
+ <input type="radio" checked="checked"/>
+ Leave the repository unmodified
+ <br/>
+ <input type="submit"/>
</form>
</div>
</body>
Modified:
maven/archiva/trunk/design/white-site/src/site/xdoc/admin/edit-cvs-sync-repository.xml
URL:
http://svn.apache.org/viewvc/maven/archiva/trunk/design/white-site/src/site/xdoc/admin/edit-cvs-sync-repository.xml?rev=437119&r1=437118&r2=437119&view=diff
==============================================================================
---
maven/archiva/trunk/design/white-site/src/site/xdoc/admin/edit-cvs-sync-repository.xml
(original)
+++
maven/archiva/trunk/design/white-site/src/site/xdoc/admin/edit-cvs-sync-repository.xml
Sat Aug 26 00:52:00 2006
@@ -16,7 +16,7 @@
<document>
<properties>
- <title>Maven Repository Manager</title>
+ <title>Archiva</title>
</properties>
<body>
<h1>Administration</h1>
Modified:
maven/archiva/trunk/design/white-site/src/site/xdoc/admin/edit-file-sync-repository.xml
URL:
http://svn.apache.org/viewvc/maven/archiva/trunk/design/white-site/src/site/xdoc/admin/edit-file-sync-repository.xml?rev=437119&r1=437118&r2=437119&view=diff
==============================================================================
---
maven/archiva/trunk/design/white-site/src/site/xdoc/admin/edit-file-sync-repository.xml
(original)
+++
maven/archiva/trunk/design/white-site/src/site/xdoc/admin/edit-file-sync-repository.xml
Sat Aug 26 00:52:00 2006
@@ -16,7 +16,7 @@
<document>
<properties>
- <title>Maven Repository Manager</title>
+ <title>Archiva</title>
</properties>
<body>
<h1>Administration</h1>
Modified:
maven/archiva/trunk/design/white-site/src/site/xdoc/admin/edit-rsync-sync-repository.xml
URL:
http://svn.apache.org/viewvc/maven/archiva/trunk/design/white-site/src/site/xdoc/admin/edit-rsync-sync-repository.xml?rev=437119&r1=437118&r2=437119&view=diff
==============================================================================
---
maven/archiva/trunk/design/white-site/src/site/xdoc/admin/edit-rsync-sync-repository.xml
(original)
+++
maven/archiva/trunk/design/white-site/src/site/xdoc/admin/edit-rsync-sync-repository.xml
Sat Aug 26 00:52:00 2006
@@ -16,7 +16,7 @@
<document>
<properties>
- <title>Maven Repository Manager</title>
+ <title>Archiva</title>
</properties>
<body>
<h1>Administration</h1>
Modified:
maven/archiva/trunk/design/white-site/src/site/xdoc/admin/edit-svn-sync-repository.xml
URL:
http://svn.apache.org/viewvc/maven/archiva/trunk/design/white-site/src/site/xdoc/admin/edit-svn-sync-repository.xml?rev=437119&r1=437118&r2=437119&view=diff
==============================================================================
---
maven/archiva/trunk/design/white-site/src/site/xdoc/admin/edit-svn-sync-repository.xml
(original)
+++
maven/archiva/trunk/design/white-site/src/site/xdoc/admin/edit-svn-sync-repository.xml
Sat Aug 26 00:52:00 2006
@@ -16,7 +16,7 @@
<document>
<properties>
- <title>Maven Repository Manager</title>
+ <title>Archiva</title>
</properties>
<body>
<h1>Administration</h1>
Modified: maven/archiva/trunk/design/white-site/src/site/xdoc/admin/index.xml
URL:
http://svn.apache.org/viewvc/maven/archiva/trunk/design/white-site/src/site/xdoc/admin/index.xml?rev=437119&r1=437118&r2=437119&view=diff
==============================================================================
--- maven/archiva/trunk/design/white-site/src/site/xdoc/admin/index.xml
(original)
+++ maven/archiva/trunk/design/white-site/src/site/xdoc/admin/index.xml Sat Aug
26 00:52:00 2006
@@ -1,6 +1,6 @@
<document>
<properties>
- <title>Maven Repository Manager</title>
+ <title>Archiva</title>
</properties>
<body>
<h1>Administration</h1>
Modified: maven/archiva/trunk/design/white-site/src/site/xdoc/admin/proxies.xml
URL:
http://svn.apache.org/viewvc/maven/archiva/trunk/design/white-site/src/site/xdoc/admin/proxies.xml?rev=437119&r1=437118&r2=437119&view=diff
==============================================================================
--- maven/archiva/trunk/design/white-site/src/site/xdoc/admin/proxies.xml
(original)
+++ maven/archiva/trunk/design/white-site/src/site/xdoc/admin/proxies.xml Sat
Aug 26 00:52:00 2006
@@ -16,7 +16,7 @@
<document>
<properties>
- <title>Maven Repository Manager</title>
+ <title>Archiva</title>
</properties>
<body>
<h1>Administration</h1>
Modified: maven/archiva/trunk/design/white-site/src/site/xdoc/admin/sync.xml
URL:
http://svn.apache.org/viewvc/maven/archiva/trunk/design/white-site/src/site/xdoc/admin/sync.xml?rev=437119&r1=437118&r2=437119&view=diff
==============================================================================
--- maven/archiva/trunk/design/white-site/src/site/xdoc/admin/sync.xml
(original)
+++ maven/archiva/trunk/design/white-site/src/site/xdoc/admin/sync.xml Sat Aug
26 00:52:00 2006
@@ -16,7 +16,7 @@
<document>
<properties>
- <title>Maven Repository Manager</title>
+ <title>Archiva</title>
</properties>
<body>
<h1>Administration</h1>
Modified: maven/archiva/trunk/design/white-site/src/site/xdoc/artifact.xml
URL:
http://svn.apache.org/viewvc/maven/archiva/trunk/design/white-site/src/site/xdoc/artifact.xml?rev=437119&r1=437118&r2=437119&view=diff
==============================================================================
--- maven/archiva/trunk/design/white-site/src/site/xdoc/artifact.xml (original)
+++ maven/archiva/trunk/design/white-site/src/site/xdoc/artifact.xml Sat Aug 26
00:52:00 2006
@@ -1,6 +1,6 @@
<document>
<properties>
- <title>Maven Repository Manager</title>
+ <title>Archiva</title>
</properties>
<body>
<div id="sidebar">
@@ -98,7 +98,9 @@
<tr>
<th>URL</th>
<td>
- <a
href="http://maven.apache.org/ref/current/maven-model">http://maven.apache.org/ref/current/maven-model</a>
+ <a href="http://maven.apache.org/ref/current/maven-model">
+ http://maven.apache.org/ref/current/maven-model
+ </a>
</td>
</tr>
<tr>
Modified: maven/archiva/trunk/design/white-site/src/site/xdoc/browse.xml
URL:
http://svn.apache.org/viewvc/maven/archiva/trunk/design/white-site/src/site/xdoc/browse.xml?rev=437119&r1=437118&r2=437119&view=diff
==============================================================================
--- maven/archiva/trunk/design/white-site/src/site/xdoc/browse.xml (original)
+++ maven/archiva/trunk/design/white-site/src/site/xdoc/browse.xml Sat Aug 26
00:52:00 2006
@@ -1,6 +1,6 @@
<document>
<properties>
- <title>Maven Repository Manager</title>
+ <title>Archiva</title>
</properties>
<body>
<div id="sidebar">
Modified: maven/archiva/trunk/design/white-site/src/site/xdoc/browse2.xml
URL:
http://svn.apache.org/viewvc/maven/archiva/trunk/design/white-site/src/site/xdoc/browse2.xml?rev=437119&r1=437118&r2=437119&view=diff
==============================================================================
--- maven/archiva/trunk/design/white-site/src/site/xdoc/browse2.xml (original)
+++ maven/archiva/trunk/design/white-site/src/site/xdoc/browse2.xml Sat Aug 26
00:52:00 2006
@@ -1,6 +1,6 @@
<document>
<properties>
- <title>Maven Repository Manager</title>
+ <title>Archiva</title>
</properties>
<body>
<div id="sidebar">
@@ -12,7 +12,8 @@
<div id="contentArea">
<div id="nameColumn">
<p>
- <a href="#">org</a> /
+ <a href="#">org</a>
+ /
<strong>apache</strong>
</p>
<h2>Groups</h2>
Modified: maven/archiva/trunk/design/white-site/src/site/xdoc/browse3.xml
URL:
http://svn.apache.org/viewvc/maven/archiva/trunk/design/white-site/src/site/xdoc/browse3.xml?rev=437119&r1=437118&r2=437119&view=diff
==============================================================================
--- maven/archiva/trunk/design/white-site/src/site/xdoc/browse3.xml (original)
+++ maven/archiva/trunk/design/white-site/src/site/xdoc/browse3.xml Sat Aug 26
00:52:00 2006
@@ -1,6 +1,6 @@
<document>
<properties>
- <title>Maven Repository Manager</title>
+ <title>Archiva</title>
</properties>
<body>
<div id="sidebar">
Modified: maven/archiva/trunk/design/white-site/src/site/xdoc/dependedon.xml
URL:
http://svn.apache.org/viewvc/maven/archiva/trunk/design/white-site/src/site/xdoc/dependedon.xml?rev=437119&r1=437118&r2=437119&view=diff
==============================================================================
--- maven/archiva/trunk/design/white-site/src/site/xdoc/dependedon.xml
(original)
+++ maven/archiva/trunk/design/white-site/src/site/xdoc/dependedon.xml Sat Aug
26 00:52:00 2006
@@ -17,7 +17,7 @@
<document>
<properties>
- <title>Maven Repository Manager</title>
+ <title>Archiva</title>
</properties>
<body>
<div id="sidebar">
@@ -51,8 +51,10 @@
<strong>Artifact ID:</strong>
<a href="browse3.html">maven-artifact</a>
<strong>Version(s):</strong>
- <a href="artifact.html">2.0</a>,
- <a href="artifact.html">2.0.1</a>,
+ <a href="artifact.html">2.0</a>
+ ,
+ <a href="artifact.html">2.0.1</a>
+ ,
<a href="artifact.html">2.0.4</a>
</span>
</p>
@@ -70,8 +72,10 @@
<strong>Artifact ID:</strong>
<a href="browse3.html">maven-project</a>
<strong>Version(s):</strong>
- <a href="artifact.html">2.0</a>,
- <a href="artifact.html">2.0.1</a>,
+ <a href="artifact.html">2.0</a>
+ ,
+ <a href="artifact.html">2.0.1</a>
+ ,
<a href="artifact.html">2.0.4</a>
</span>
</p>
Modified: maven/archiva/trunk/design/white-site/src/site/xdoc/dependencies.xml
URL:
http://svn.apache.org/viewvc/maven/archiva/trunk/design/white-site/src/site/xdoc/dependencies.xml?rev=437119&r1=437118&r2=437119&view=diff
==============================================================================
--- maven/archiva/trunk/design/white-site/src/site/xdoc/dependencies.xml
(original)
+++ maven/archiva/trunk/design/white-site/src/site/xdoc/dependencies.xml Sat
Aug 26 00:52:00 2006
@@ -17,7 +17,7 @@
<document>
<properties>
- <title>Maven Repository Manager</title>
+ <title>Archiva</title>
</properties>
<body>
<div id="sidebar">
Modified: maven/archiva/trunk/design/white-site/src/site/xdoc/find-artifact.xml
URL:
http://svn.apache.org/viewvc/maven/archiva/trunk/design/white-site/src/site/xdoc/find-artifact.xml?rev=437119&r1=437118&r2=437119&view=diff
==============================================================================
--- maven/archiva/trunk/design/white-site/src/site/xdoc/find-artifact.xml
(original)
+++ maven/archiva/trunk/design/white-site/src/site/xdoc/find-artifact.xml Sat
Aug 26 00:52:00 2006
@@ -1,6 +1,6 @@
<document>
<properties>
- <title>Maven Repository Manager</title>
+ <title>Archiva</title>
</properties>
<body>
<h1>Find Artifact</h1>
Modified: maven/archiva/trunk/design/white-site/src/site/xdoc/index.xml
URL:
http://svn.apache.org/viewvc/maven/archiva/trunk/design/white-site/src/site/xdoc/index.xml?rev=437119&r1=437118&r2=437119&view=diff
==============================================================================
--- maven/archiva/trunk/design/white-site/src/site/xdoc/index.xml (original)
+++ maven/archiva/trunk/design/white-site/src/site/xdoc/index.xml Sat Aug 26
00:52:00 2006
@@ -1,6 +1,6 @@
<document>
<properties>
- <title>Maven Repository Manager</title>
+ <title>Archiva</title>
</properties>
<body>
<div id="sidebar">
Modified: maven/archiva/trunk/design/white-site/src/site/xdoc/mail-lists.xml
URL:
http://svn.apache.org/viewvc/maven/archiva/trunk/design/white-site/src/site/xdoc/mail-lists.xml?rev=437119&r1=437118&r2=437119&view=diff
==============================================================================
--- maven/archiva/trunk/design/white-site/src/site/xdoc/mail-lists.xml
(original)
+++ maven/archiva/trunk/design/white-site/src/site/xdoc/mail-lists.xml Sat Aug
26 00:52:00 2006
@@ -17,7 +17,7 @@
<document>
<properties>
- <title>Maven Repository Manager</title>
+ <title>Archiva</title>
</properties>
<body>
<div id="sidebar">
Modified: maven/archiva/trunk/design/white-site/src/site/xdoc/reports.xml
URL:
http://svn.apache.org/viewvc/maven/archiva/trunk/design/white-site/src/site/xdoc/reports.xml?rev=437119&r1=437118&r2=437119&view=diff
==============================================================================
--- maven/archiva/trunk/design/white-site/src/site/xdoc/reports.xml (original)
+++ maven/archiva/trunk/design/white-site/src/site/xdoc/reports.xml Sat Aug 26
00:52:00 2006
@@ -1,6 +1,6 @@
<document>
<properties>
- <title>Maven Repository Manager</title>
+ <title>Archiva</title>
</properties>
<body>
<h1>Repository Health</h1>
Modified: maven/archiva/trunk/design/white-site/src/site/xdoc/results.xml
URL:
http://svn.apache.org/viewvc/maven/archiva/trunk/design/white-site/src/site/xdoc/results.xml?rev=437119&r1=437118&r2=437119&view=diff
==============================================================================
--- maven/archiva/trunk/design/white-site/src/site/xdoc/results.xml (original)
+++ maven/archiva/trunk/design/white-site/src/site/xdoc/results.xml Sat Aug 26
00:52:00 2006
@@ -1,6 +1,6 @@
<document>
<properties>
- <title>Maven Repository Manager</title>
+ <title>Archiva</title>
</properties>
<body>
<div id="sidebar">
@@ -13,13 +13,13 @@
<div id="feed">
<p>
<a href="">
- <img src="images/feed-icon32x32.png" width="28" height="28" />
+ <img src="images/feed-icon32x32.png" width="28" height="28"/>
</a>
</p>
</div>
<form action="results.html">
<p>
- <input type="text" size="50" value="maven" />
+ <input type="text" size="50" value="maven"/>
<input type="submit" name="Go!"/>
</p>
<p>
@@ -30,20 +30,37 @@
<div id="resultsBox">
<p>
<span style="font-size: x-small; background-color: silver;
display: block; text-align: right">
- <b>Page: </b>
- <b>1</b> |
- <a href="#">2</a> |
- <a href="#">3</a> |
- <a href="#">Next >></a>
+ <b>Page:</b>
+ <b>1</b>
+ |
+ <a href="#">2</a>
+ |
+ <a href="#">3</a>
+ |
+ <a href="#">Next >></a>
</span>
</p>
<h3>
- <a href="artifact.html">Maven Site Plugin</a> <span
style="font-size: x-small">(98%)</span>
+ <a href="artifact.html">Maven Site Plugin</a>
+ <span style="font-size: x-small">(98%)</span>
</h3>
<ul>
- <li><b>Packaging:</b> <i>maven</i>-plugin</li>
- <li><b>Artifact ID:</b> <i>maven</i>-site-plugin</li>
- <li><b>Group ID:</b> org.apache.<i>maven</i>.plugins</li>
+ <li>
+ <b>Packaging:</b>
+ <i>maven</i>
+ -plugin
+ </li>
+ <li>
+ <b>Artifact ID:</b>
+ <i>maven</i>
+ -site-plugin
+ </li>
+ <li>
+ <b>Group ID:</b>
+ org.apache.
+ <i>maven</i>
+ .plugins
+ </li>
</ul>
<p>
<span style="font-size: x-small">
@@ -60,11 +77,21 @@
</span>
</p>
<h3>
- <a href="artifact.html">Maven Project</a> <span style="font-size:
x-small">(85%)</span>
+ <a href="artifact.html">Maven Project</a>
+ <span style="font-size: x-small">(85%)</span>
</h3>
<ul>
- <li><b>Package:</b> org.apache.<i>maven</i>.project</li>
- <li><b>Class:</b> <i>Maven</i>ProjectBuilder</li>
+ <li>
+ <b>Package:</b>
+ org.apache.
+ <i>maven</i>
+ .project
+ </li>
+ <li>
+ <b>Class:</b>
+ <i>Maven</i>
+ ProjectBuilder
+ </li>
</ul>
<p>
<span style="font-size: x-small">
@@ -80,13 +107,16 @@
<a href="artifact.html">2.0</a>
</span>
</p>
- <h2> ... more results ... </h2>
+ <h2>... more results ...</h2>
<p>
<span style="font-size: x-small; background-color: silver;
display: block; text-align: right">
- <b>Page: </b>
- <b>1</b> |
- <a href="#">2</a> |
- <a href="#">3</a> |
+ <b>Page:</b>
+ <b>1</b>
+ |
+ <a href="#">2</a>
+ |
+ <a href="#">3</a>
+ |
<a href="#">Next >></a>
</span>
</p>
Modified: maven/archiva/trunk/design/white-site/src/site/xdoc/sync.xml
URL:
http://svn.apache.org/viewvc/maven/archiva/trunk/design/white-site/src/site/xdoc/sync.xml?rev=437119&r1=437118&r2=437119&view=diff
==============================================================================
--- maven/archiva/trunk/design/white-site/src/site/xdoc/sync.xml (original)
+++ maven/archiva/trunk/design/white-site/src/site/xdoc/sync.xml Sat Aug 26
00:52:00 2006
@@ -1,6 +1,6 @@
<document>
<properties>
- <title>Maven Repository Manager</title>
+ <title>Archiva</title>
</properties>
<body>
<h1>Synchronisation</h1>
@@ -10,7 +10,10 @@
<table>
<tr>
<th>Last Sync completed</th>
- <td>1 February 13:01:04 (<a href="#">View Report</a>)</td>
+ <td>1 February 13:01:04 (
+ <a href="#">View Report</a>
+ )
+ </td>
</tr>
<tr>
<th>Next sync</th>
@@ -18,7 +21,9 @@
</tr>
<tr>
<th>Status</th>
- <td><span class="statusOk">Success</span></td>
+ <td>
+ <span class="statusOk">Success</span>
+ </td>
</tr>
</table>
<p>
@@ -28,7 +33,10 @@
<table>
<tr>
<th>Last Sync completed</th>
- <td>1 February 13:05:04 (<a href="#">View Report</a>)</td>
+ <td>1 February 13:05:04 (
+ <a href="#">View Report</a>
+ )
+ </td>
</tr>
<tr>
<th>Next sync</th>
@@ -36,7 +44,10 @@
</tr>
<tr>
<th>Status</th>
- <td><span class="statusFailed">FAILED</span>: confluence wouldn't
share CPU cycles with me</td>
+ <td>
+ <span class="statusFailed">FAILED</span>
+ : confluence wouldn't share CPU cycles with me
+ </td>
</tr>
</table>
<p>
@@ -46,7 +57,10 @@
<table>
<tr>
<th>Last Sync completed</th>
- <td>1 February 13:11:04 (<a href="#">View Report</a>)</td>
+ <td>1 February 13:11:04 (
+ <a href="#">View Report</a>
+ )
+ </td>
</tr>
<tr>
<th>Next sync</th>
@@ -54,7 +68,10 @@
</tr>
<tr>
<th>Status</th>
- <td><span class="statusWarn">WARNING</span>: some warnings occurred
during the conversion</td>
+ <td>
+ <span class="statusWarn">WARNING</span>
+ : some warnings occurred during the conversion
+ </td>
</tr>
</table>
<p>