Author: brett Date: Fri Jul 21 06:49:13 2006 New Revision: 424319 URL: http://svn.apache.org/viewvc?rev=424319&view=rev Log: tweaks
Modified: maven/repository-manager/trunk/maven-repository-webapp/src/main/webapp/WEB-INF/jsp/decorators/default.jsp maven/repository-manager/trunk/pom.xml Modified: maven/repository-manager/trunk/maven-repository-webapp/src/main/webapp/WEB-INF/jsp/decorators/default.jsp URL: http://svn.apache.org/viewvc/maven/repository-manager/trunk/maven-repository-webapp/src/main/webapp/WEB-INF/jsp/decorators/default.jsp?rev=424319&r1=424318&r2=424319&view=diff ============================================================================== --- maven/repository-manager/trunk/maven-repository-webapp/src/main/webapp/WEB-INF/jsp/decorators/default.jsp (original) +++ maven/repository-manager/trunk/maven-repository-webapp/src/main/webapp/WEB-INF/jsp/decorators/default.jsp Fri Jul 21 06:49:13 2006 @@ -20,7 +20,9 @@ <%@ taglib prefix="my" tagdir="/WEB-INF/tags" %> <html> <head> - <title>Maven Repository Manager :: <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( "<%= request.getContextPath() %>/css/maven-base.css" ); @@ -34,7 +36,9 @@ <body onload="<decorator:getProperty property="body.onload" />" class="composite"> <div id="banner"> <span id="bannerLeft"> - <img src="http://www.apache.org/images/asf_logo_wide.gif" alt="" width="537" height="51" /> + <%-- + <img src="http://www.apache.org/images/asf_logo_wide.gif" alt="" width="537" height="51" /> + --%> </span> <span id="bannerRight"> <!-- img src="..." alt="" /> --> Modified: maven/repository-manager/trunk/pom.xml URL: http://svn.apache.org/viewvc/maven/repository-manager/trunk/pom.xml?rev=424319&r1=424318&r2=424319&view=diff ============================================================================== --- maven/repository-manager/trunk/pom.xml (original) +++ maven/repository-manager/trunk/pom.xml Fri Jul 21 06:49:13 2006 @@ -89,16 +89,16 @@ </execution> </executions> </plugin> + <plugin> + <artifactId>maven-compiler-plugin</artifactId> + <configuration> + <source>1.4</source> + <target>1.4</target> + </configuration> + </plugin> </plugins> <pluginManagement> <plugins> - <plugin> - <artifactId>maven-compiler-plugin</artifactId> - <configuration> - <source>1.4</source> - <target>1.4</target> - </configuration> - </plugin> <plugin> <artifactId>maven-idea-plugin</artifactId> <configuration>