mirror of https://github.com/apache/archiva.git
log4j beta 4
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1441272 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
08e1200edb
commit
826cc87c52
|
@ -20,7 +20,7 @@
|
|||
~ -->
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<head>
|
||||
|
||||
<link rel="stylesheet" href="css/jquery.fileupload-ui.css"/>
|
||||
<link rel="stylesheet" href="css/jqueryFileTree.css"/>
|
||||
|
@ -38,13 +38,13 @@
|
|||
|
||||
<title>Apache Archiva</title>
|
||||
|
||||
</head>
|
||||
</head>
|
||||
|
||||
<body id="body_content" style="padding-top: 42px;">
|
||||
<body id="body_content" style="padding-top: 42px;">
|
||||
|
||||
<div id="topbar-menu-container"></div>
|
||||
<div id="topbar-menu-container"></div>
|
||||
|
||||
<div class="container-fluid" style="min-height: 550px">
|
||||
<div class="container-fluid" style="min-height: 550px">
|
||||
<div class="row-fluid">
|
||||
<div class="span2 columns">
|
||||
<div class="well sidebar-nav" id="sidebar-content"></div>
|
||||
|
@ -57,23 +57,23 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<footer id="footer-content" style="vertical-align: bottom">
|
||||
</footer>
|
||||
<footer id="footer-content" style="vertical-align: bottom">
|
||||
</footer>
|
||||
|
||||
<div id="html-fragments"></div>
|
||||
<div id="html-fragments"></div>
|
||||
|
||||
<div id="loadingDiv">
|
||||
<div id="loadingDiv">
|
||||
<div class="loading-indicator">
|
||||
<img src="images/medium-spinner.gif" alt="Archiva loading"/>
|
||||
<span id="loading-msg">Loading</span>
|
||||
</div>
|
||||
</div>
|
||||
<noscript>
|
||||
Archiva needs Javascript, please check the Javascript configuration of your browser
|
||||
</noscript>
|
||||
</body>
|
||||
</div>
|
||||
<noscript>
|
||||
Archiva needs Javascript, please check the Javascript configuration of your browser
|
||||
</noscript>
|
||||
</body>
|
||||
|
||||
|
||||
</html>
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -74,7 +74,7 @@
|
|||
<redback.spring-utils.version>2.0</redback.spring-utils.version>
|
||||
<redback.taskqueue.version>2.0</redback.taskqueue.version>
|
||||
<slf4j.version>1.7.2</slf4j.version>
|
||||
<log4j.version>2.0-beta3</log4j.version>
|
||||
<log4j.version>2.0-beta4</log4j.version>
|
||||
|
||||
<spring.version>3.2.1.RELEASE</spring.version>
|
||||
|
||||
|
|
Loading…
Reference in New Issue