diff --git a/archiva-webapp/src/main/webapp/WEB-INF/jsp/admin/managedRepositories.jsp b/archiva-webapp/src/main/webapp/WEB-INF/jsp/admin/managedRepositories.jsp
index ffd06ee05..75d93333d 100644
--- a/archiva-webapp/src/main/webapp/WEB-INF/jsp/admin/managedRepositories.jsp
+++ b/archiva-webapp/src/main/webapp/WEB-INF/jsp/admin/managedRepositories.jsp
@@ -1,20 +1,17 @@
<%--
- ~ 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
+ ~ Copyright 2005-2006 The Apache Software Foundation.
~
- ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
~
- ~ 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.
+ ~ 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.
--%>
<%@ taglib prefix="ww" uri="/webwork" %>
@@ -33,9 +30,8 @@
-
${pageContext.request.scheme}://${pageContext.request.serverName}
- :${pageContext.request.serverPort}${pageContext.request.contextPath}/repository/
-
+<%-- DO NOT REFORMAT THIS LINE --%>
+
${pageContext.request.scheme}://${pageContext.request.serverName}:${pageContext.request.serverPort}${pageContext.request.contextPath}/repository/
@@ -54,94 +50,91 @@
-
-
-
-
-
-
-
-
- <%-- TODO replace with icons --%>
- Edit Repository
- Delete Repository
-
-
${repository.name}
-
-
- Identifier |
-
- ${repository.id}
- |
-
-
- Directory |
- ${repository.directory} |
-
-
- WebDAV URL |
- ${urlbase}${repository.urlName} |
-
-
- Type |
- <%-- TODO: can probably just use layout appended to a key prefix in i18n to simplify this --%>
-
-
-
- Maven 2.x Repository
-
-
- Maven 1.x Repository
-
-
- |
-
-
- Snapshots Included |
- ${repository.includeSnapshots} |
-
-
- Indexed |
- ${repository.indexed} |
-
-
- POM Snippet |
- Show POM Snippet
+
+
+
+
+
+
+
+
+ <%-- TODO replace with icons --%>
+ Edit Repository
+ Delete Repository
+
+ ${repository.name}
+
+
+ Identifier |
+
+ ${repository.id}
+ |
+
+
+ Directory |
+ ${repository.directory} |
+
+
+ WebDAV URL |
+ ${urlbase}${repository.urlName} |
+
+
+ Type |
+ <%-- TODO: can probably just use layout appended to a key prefix in i18n to simplify this --%>
+
+
+
+ Maven 2.x Repository
+
+
+ Maven 1.x Repository
+
+
+ |
+
+
+ Snapshots Included |
+ ${repository.includeSnapshots} |
+
+
+ Indexed |
+ ${repository.indexed} |
+
+
+ POM Snippet |
+ Show POM Snippet
+<%-- DO NOT REFORMAT THIS SECTION --%>
<project>
...
<distributionManagement>
- <${repository.includeSnapshots ? 'snapshotRepository' : 'repository'}>
- <id>${repository.id}</id>
- <url>dav:${urlbase}${repository.urlName}</url>
-
- <layout>${repository.layout}</layout>
-
- </${repository.includeSnapshots ? 'snapshotRepository' : 'repository'}>
+ <${repository.includeSnapshots ? 'snapshotRepository' : 'repository'}>
+ <id>${repository.id}</id>
+ <url>dav:${urlbase}${repository.urlName}</url>
+ <layout>${repository.layout}</layout>
+ </${repository.includeSnapshots ? 'snapshotRepository' : 'repository'}>
</distributionManagement>
-
+
<repositories>
- <repository>
- <id>${repository.id}</id>
- <name>${repository.name}</name>
- <url>${urlbase}${repository.urlName}</url>
-
- <layout>${repository.layout}</layout>
-
- <releases>
- <enabled>${repository.includeSnapshots ? 'false' : 'true'}</enabled>
- </releases>
- <snapshots>
- <enabled>${repository.includeSnapshots ? 'true' : 'false'}</enabled>
- </snapshots>
- </repository>
+ <repository>
+ <id>${repository.id}</id>
+ <name>${repository.name}</name>
+ <url>${urlbase}${repository.urlName}</url>
+ <layout>${repository.layout}</layout>
+ <releases>
+ <enabled>${repository.includeSnapshots ? 'false' : 'true'}</enabled>
+ </releases>
+ <snapshots>
+ <enabled>${repository.includeSnapshots ? 'true' : 'false'}</enabled>
+ </snapshots>
+ </repository>
</repositories>
...
- </project>
-
- |
-
-
-
+</project>
+
+ |
+
+
+