You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-dev@logging.apache.org by ca...@apache.org on 2007/05/16 00:17:55 UTC

svn commit: r538340 - in /logging/log4j/branches/v1_2-branch: pom.xml src/site/site.xml

Author: carnold
Date: Tue May 15 15:17:54 2007
New Revision: 538340

URL: http://svn.apache.org/viewvc?view=rev&rev=538340
Log:
Bug 37930: URL kludge to prevent relative references to parent pages

Modified:
    logging/log4j/branches/v1_2-branch/pom.xml
    logging/log4j/branches/v1_2-branch/src/site/site.xml

Modified: logging/log4j/branches/v1_2-branch/pom.xml
URL: http://svn.apache.org/viewvc/logging/log4j/branches/v1_2-branch/pom.xml?view=diff&rev=538340&r1=538339&r2=538340
==============================================================================
--- logging/log4j/branches/v1_2-branch/pom.xml (original)
+++ logging/log4j/branches/v1_2-branch/pom.xml Tue May 15 15:17:54 2007
@@ -27,8 +27,8 @@
   <properties>
     <currentVersion>1.2.15</currentVersion>
   </properties>  
-  <description>Apache Log4j</description>
-  <url>http://logging.apache.org/log4j/1.2/</url>
+  <description>Apache Log4j 1.2</description>
+  <url>http://logging.apache.org:80/log4j/1.2/</url>
   <issueManagement>
      <system>Bugzilla</system>
      <url>http://issues.apache.org/bugzilla/</url>

Modified: logging/log4j/branches/v1_2-branch/src/site/site.xml
URL: http://svn.apache.org/viewvc/logging/log4j/branches/v1_2-branch/src/site/site.xml?view=diff&rev=538340&r1=538339&r2=538340
==============================================================================
--- logging/log4j/branches/v1_2-branch/src/site/site.xml (original)
+++ logging/log4j/branches/v1_2-branch/src/site/site.xml Tue May 15 15:17:54 2007
@@ -17,19 +17,21 @@
 -->
 <project name="Apache log4j 1.2">
   <bannerLeft>
-    <name>Apache log4j 1.2</name>
+    <name>Apache Logging Services Project</name>
     <src>images/ls-logo.jpg</src>
-    <href>http://logging.apache.org/log4j/1.2</href>
+    <href>http://logging.apache.org/</href>
   </bannerLeft>
   <bannerRight>
+    <name>Apache log4j</name>
     <src>images/logo.jpg</src>
+    <href>http://logging.apache.org/log4j</href>
   </bannerRight>  
   <body>
     <breadcrumbs>
       <item name="Apache" href="http://www.apache.org/"/>
       <item name="Logging Services" href="http://logging.apache.org/"/>
       <item name="log4j" href="http://logging.apache.org/log4j/"/>
-      <item name="1.2" href="http://logging.apache.org/log4j/1.2/"/>
+      <item name="1.2"  href="http://logging.apache.org:80/log4j/1.2/"/>
     </breadcrumbs>
   
 	<menu name="Get log4j 1.2">



---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org