mirror of https://github.com/apache/archiva.git
minor changes
git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@420422 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e764c61109
commit
9d09051e47
|
@ -44,8 +44,6 @@ public class ConfigurationManager
|
|||
|
||||
public static final String INDEX_CONFIG_FILE = "mrm-admin-config.xml";
|
||||
|
||||
public static final String CONFIGURATION = "configuration";
|
||||
|
||||
public static final String DISCOVER_SNAPSHOTS = "discoverSnapshots";
|
||||
|
||||
public static final String DISCOVERY_CRON_EXPRESSION = "discoveryCronExpression";
|
||||
|
@ -80,6 +78,7 @@ public class ConfigurationManager
|
|||
}
|
||||
catch ( XmlPullParserException de )
|
||||
{
|
||||
// TODO!
|
||||
de.printStackTrace();
|
||||
}
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
<%@ taglib uri="http://www.opensymphony.com/sitemesh/decorator" prefix="decorator" %>
|
||||
<html>
|
||||
<head>
|
||||
<title><decorator:title default="Maven Repository Manager" /></title>
|
||||
<title>Maven Repository Manager :: <decorator:title default="Maven Repository Manager" /></title>
|
||||
|
||||
<style type="text/css" media="all">
|
||||
@import url( "./css/maven-base.css" );
|
||||
|
|
Loading…
Reference in New Issue