Author: carnold
Date: Thu Jul 26 00:19:21 2007
New Revision: 559731
URL: http://svn.apache.org/viewvc?view=rev&rev=559731
Log:
LOG4NET-117: Initial Maven 2.0 stuff
Added:
logging/log4net/trunk/pom.xml
- copied, changed from r559686, logging/log4cxx/trunk/pom.xml
logging/log4net/trunk/src/assembly/
- copied from r559678, logging/log4j/branches/v1_2-branch/src/assembly/
logging/log4net/trunk/src/changes/
logging/log4net/trunk/src/changes/changes.xml
logging/log4net/trunk/src/site/
logging/log4net/trunk/src/site/apt/
logging/log4net/trunk/src/site/apt/download.apt
- copied, changed from r559686,
logging/log4cxx/trunk/src/site/apt/download.apt
logging/log4net/trunk/src/site/apt/roadmap.apt
- copied, changed from r559686,
logging/log4cxx/trunk/src/site/apt/roadmap.apt
logging/log4net/trunk/src/site/fml/
logging/log4net/trunk/src/site/fml/faq.fml
logging/log4net/trunk/src/site/resources/
- copied from r559678,
logging/log4j/branches/v1_2-branch/src/site/resources/
logging/log4net/trunk/src/site/site.xml
- copied, changed from r559678,
logging/log4j/branches/v1_2-branch/src/site/site.xml
logging/log4net/trunk/src/site/xdoc/
- copied from r559678, logging/log4net/trunk/xdocs/src/
Removed:
logging/log4net/trunk/src/site/xdoc/contributing.xml
logging/log4net/trunk/src/site/xdoc/downloads.xml
logging/log4net/trunk/src/site/xdoc/license.xml
logging/log4net/trunk/src/site/xdoc/roadmap.xml
logging/log4net/trunk/src/site/xdoc/support.xml
Modified:
logging/log4net/trunk/ (props changed)
logging/log4net/trunk/log4net.build
Propchange: logging/log4net/trunk/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Thu Jul 26 00:19:21 2007
@@ -3,3 +3,4 @@
*.zip
gc.log
log4net.snk
+target
Modified: logging/log4net/trunk/log4net.build
URL:
http://svn.apache.org/viewvc/logging/log4net/trunk/log4net.build?view=diff&rev=559731&r1=559730&r2=559731
==============================================================================
--- logging/log4net/trunk/log4net.build (original)
+++ logging/log4net/trunk/log4net.build Thu Jul 26 00:19:21 2007
@@ -20,7 +20,13 @@
<property name="log4net.basedir" value="." />
<property name="project.build.config" value="debug" />
<property name="project.build.package" value="false" />
- <!-- Include log4net helpers -->
+
+ <property name="svnrepo.url" value="https://svn.apache.org/repos/asf"/>
+ <property name="svnsite.url"
value="${svnrepo.url}/logging/site/trunk/docs/log4net"/>
+ <property name="deploy.dir" value="/cygwin/tmp/log4net-deploy"/>
+
+
+ <!-- Include log4net helpers -->
<include buildfile="${log4net.basedir}/log4net.include" />
<!-- Targets that should always be executed -->
<call target="set-build-configuration" />
@@ -1034,4 +1040,63 @@
<target name="compile-extensions" description="Build all extensions">
<nant buildfile="${log4net.basedir}/extensions/nant.build"
target="compile" inheritall="false" />
</target>
+
+ <target name="checkout-site"
unless="${file::exists('/tmp/log4net-deploy/.svn')}">
+ <exec program="svn">
+ <arg value="co"/>
+ <arg value="${svnsite.url}"/>
+ <arg value="${deploy.dir}"/>
+ </exec>
+ </target>
+
+ <target name="update-site" if="${file::exists('/tmp/log4net-deploy/.svn')}">
+ <exec program="svn" dir="${deploy.dir}" failonerror="true">
+ <arg value="update"/>
+ </exec>
+ </target>
+
+ <target name="post-site" depends="checkout-site, update-site"
description="checkout log4net web content prior to deployment"/>
+
+ <target name="site-deploy">
+ <exec program="svn" workingdir="${deploy.dir}" failonerror="true">
+ <arg value="add"/>
+ <arg value="--force"/>
+ <arg value="*"/>
+ </exec>
+ <foreach item="File" property="src.html">
+ <in>
+ <items basedir="${deploy.dir}">
+ <include name="**/*.html"/>
+ </items>
+ </in>
+ <do>
+ <exec program="svn">
+ <arg value="propset"/>
+ <arg value="svn:mime-type"/>
+ <arg value="text/html"/>
+ <arg value="${src.html}"/>
+ </exec>
+ </do>
+ </foreach>
+ <foreach item="File" property="src.css">
+ <in>
+ <items basedir="${deploy.dir}">
+ <include name="**/*.css"/>
+ </items>
+ </in>
+ <do>
+ <exec program="svn">
+ <arg value="propset"/>
+ <arg value="svn:mime-type"/>
+ <arg value="text/css"/>
+ <arg value="${src.css}"/>
+ </exec>
+ </do>
+ </foreach>
+ <!-- requires that SVN_EDITOR, VISUAL or EDITOR being set to edit commit
description -->
+ <exec program="svn" workingdir="${deploy.dir}" failonerror="true">
+ <arg value="commit"/>
+ </exec>
+ </target>
+
</project>
Copied: logging/log4net/trunk/pom.xml (from r559686,
logging/log4cxx/trunk/pom.xml)
URL:
http://svn.apache.org/viewvc/logging/log4net/trunk/pom.xml?view=diff&rev=559731&p1=logging/log4cxx/trunk/pom.xml&r1=559686&p2=logging/log4net/trunk/pom.xml&r2=559731
==============================================================================
--- logging/log4cxx/trunk/pom.xml (original)
+++ logging/log4net/trunk/pom.xml Thu Jul 26 00:19:21 2007
@@ -17,40 +17,44 @@
-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
- <groupId>log4cxx</groupId>
- <artifactId>apache-log4cxx</artifactId>
+ <groupId>log4net</groupId>
+ <artifactId>apache-log4net</artifactId>
<packaging>pom</packaging>
- <version>0.10.0-SNAPSHOT</version>
- <name>Apache log4cxx</name>
- <description>Logging framework for C++.</description>
- <url>http://logging.apache.org:80/log4cxx</url>
+ <version>1.2.11-SNAPSHOT</version>
+ <name>Apache log4net</name>
+ <description>Logging framework for Microsoft .NET Framework.</description>
+ <url>http://logging.apache.org:80/log4net</url>
<issueManagement>
<system>JIRA</system>
<url>http://issues.apache.org/jira/</url>
</issueManagement>
-<mailingLists>
- <mailingList>
- <name>log4cxx-user : log4cxx usage</name>
- <subscribe>[EMAIL PROTECTED]</subscribe>
- <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
- <post>[EMAIL PROTECTED]</post>
-
<archive>http://mail-archives.apache.org/mod_mbox/logging-log4cxx-user/</archive>
- <otherArchives>
-
<otherArchive>http://marc.info/?l=log4cxx-user</otherArchive>
-
<otherArchive>http://dir.gmane.org/gmane.comp.apache.logging.log4cxx.user</otherArchive>
- </otherArchives>
- </mailingList>
- <mailingList>
- <name>log4cxx-dev : log4cxx development</name>
- <subscribe>[EMAIL PROTECTED]</subscribe>
- <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
- <post>[EMAIL PROTECTED]</post>
-
<archive>http://mail-archives.apache.org/mod_mbox/logging-log4cxx-dev/</archive>
- <otherArchives>
- <otherArchive>http://marc.info/?l=log4cxx-dev</otherArchive>
-
<otherArchive>http://dir.gmane.org/gmane.comp.jakarta.log4j.devel</otherArchive>
- </otherArchives>
- </mailingList>
+ <ciManagement>
+ <system>Gump</system>
+
<url>http://vmgump.apache.org/gump/public/logging-log4net/logging-log4net/index.html</url>
+ </ciManagement>
+ <mailingLists>
+ <mailingList>
+ <name>log4net-user : log4net usage</name>
+ <subscribe>[EMAIL PROTECTED]</subscribe>
+ <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
+ <post>[EMAIL PROTECTED]</post>
+
<archive>http://mail-archives.apache.org/mod_mbox/logging-log4net-user/</archive>
+ <otherArchives>
+ <otherArchive>http://marc.info/?l=log4net-user</otherArchive>
+
<otherArchive>http://dir.gmane.org/gmane.comp.log.log4net.user</otherArchive>
+ </otherArchives>
+ </mailingList>
+ <mailingList>
+ <name>log4net-dev : log4net development</name>
+ <subscribe>[EMAIL PROTECTED]</subscribe>
+ <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
+ <post>[email protected]</post>
+
<archive>http://mail-archives.apache.org/mod_mbox/logging-log4net-dev/</archive>
+ <otherArchives>
+ <otherArchive>http://marc.info/?l=log4net-dev</otherArchive>
+
<otherArchive>http://dir.gmane.org/gmane.comp.apache.logging.log4net.devel</otherArchive>
+ </otherArchives>
+ </mailingList>
</mailingLists>
<licenses>
<license>
@@ -60,9 +64,9 @@
</license>
</licenses>
<scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/logging/log4cxx/trunk</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/logging/log4cxx/trunk</developerConnection>
- <url>http://svn.apache.org/viewcvs.cgi/logging/log4cxx/trunk</url>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/logging/log4net/trunk</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/logging/log4net/trunk</developerConnection>
+ <url>http://svn.apache.org/viewcvs.cgi/logging/log4net/trunk</url>
</scm>
<organization>
<name>Apache Software Foundation</name>
@@ -78,7 +82,7 @@
<id>compile</id>
<configuration>
<tasks>
- <ant target="build"/>
+ <exec executable="nant"/>
</tasks>
</configuration>
<goals>
@@ -90,7 +94,9 @@
<id>test-compile</id>
<configuration>
<tasks>
- <ant target="test-compile"/>
+ <exec executable="nant" dir="tests">
+ <arg value="compile-all"/>
+ </exec>
</tasks>
</configuration>
<goals>
@@ -101,8 +107,10 @@
<phase>test</phase>
<id>test</id>
<configuration>
- <tasks>
- <ant target="check"/>
+ <tasks>
+ <exec executable="nant" dir="tests">
+ <arg value="runtests"/>
+ </exec>
</tasks>
</configuration>
<goals>
@@ -114,12 +122,15 @@
<id>site</id>
<configuration>
<tasks>
- <ant target="apidocs"/>
- <taskdef name="replaceregexp"
classname="org.apache.tools.ant.taskdefs.optional.ReplaceRegExp" />
+ <!-- exec executable="nant">
+ <arg value="-D:current.sdkdoc.dir=target/site/apidocs"/>
+ <arg value="generate-sdkdoc"/>
+ </exec -->
+ <taskdef name="replaceregexp"
classname="org.apache.tools.ant.taskdefs.optional.ReplaceRegExp" />
<replaceregexp file="target/site/source-repository.html"
match="/tags/[^ ]*" replace="/trunk" flags="g" />
- <replaceregexp match="Generated on .* for " replace="Generated
for " flags="g">
- <fileset dir="target/site/apidocs" includes="**/*.html"/>
- </replaceregexp>
+ <!-- replaceregexp match="Generated on .* for "
replace="Generated for " flags="g">
+ <fileset dir="target/site/apidocs" includes="**/*.html"/>
+ </replaceregexp -->
</tasks>
</configuration>
<goals>
@@ -131,7 +142,9 @@
<id>post-site</id>
<configuration>
<tasks>
- <ant target="post-site"/>
+ <exec executable="nant">
+ <arg value="post-site"/>
+ </exec>
</tasks>
</configuration>
<goals>
@@ -143,7 +156,9 @@
<id>site-deploy</id>
<configuration>
<tasks>
- <ant target="site-deploy"/>
+ <exec executable="nant">
+ <arg value="site-deploy"/>
+ </exec>
</tasks>
</configuration>
<goals>
@@ -152,22 +167,12 @@
</execution>
</executions>
<dependencies>
- <dependency>
- <groupId>ant</groupId>
- <artifactId>ant-nodeps</artifactId>
- <version>1.6.5</version>
- </dependency>
- <dependency>
- <groupId>ant-contrib</groupId>
- <artifactId>ant-contrib</artifactId>
- <version>1.0b2</version>
- </dependency>
- <dependency>
- <groupId>ant-contrib</groupId>
- <artifactId>cpptasks</artifactId>
- <version>1.0b3</version>
- </dependency>
- </dependencies>
+ <dependency>
+ <groupId>ant</groupId>
+ <artifactId>ant-nodeps</artifactId>
+ <version>1.6.5</version>
+ </dependency>
+ </dependencies>
</plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
@@ -198,6 +203,7 @@
<reportSet>
<reports>
<report>scm</report>
+ <report>cim</report>
<report>dependencies</report>
<report>issue-tracking</report>
<report>mailing-list</report>
@@ -230,7 +236,7 @@
<distributionManagement>
<site>
<id>logging.site</id>
- <url>scp://localhost/${user.dir}/target/site-deploy</url>
+ <url>scp://localhost/tmp/log4net-deploy</url>
</site>
</distributionManagement>
</project>
Added: logging/log4net/trunk/src/changes/changes.xml
URL:
http://svn.apache.org/viewvc/logging/log4net/trunk/src/changes/changes.xml?view=auto&rev=559731
==============================================================================
--- logging/log4net/trunk/src/changes/changes.xml (added)
+++ logging/log4net/trunk/src/changes/changes.xml Thu Jul 26 00:19:21 2007
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+
+ 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
+
+ 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.
+
+ -->
+<document>
+ <properties>
+ <title>Apache log4net</title>
+ </properties>
+ <body>
+ <release version="0.10.0" date="2007-07-30" description="First Apache
release">
+ <action issue="LOGCXX-2">logger.h includes config.h</action>
+ </release>
+ </body>
+</document>
\ No newline at end of file
Copied: logging/log4net/trunk/src/site/apt/download.apt (from r559686,
logging/log4cxx/trunk/src/site/apt/download.apt)
URL:
http://svn.apache.org/viewvc/logging/log4net/trunk/src/site/apt/download.apt?view=diff&rev=559731&p1=logging/log4cxx/trunk/src/site/apt/download.apt&r1=559686&p2=logging/log4net/trunk/src/site/apt/download.apt&r2=559731
==============================================================================
--- logging/log4cxx/trunk/src/site/apt/download.apt (original)
+++ logging/log4net/trunk/src/site/apt/download.apt Thu Jul 26 00:19:21 2007
@@ -13,14 +13,14 @@
~~ See the License for the specific language governing permissions and
~~ limitations under the License.
------
-Download Apache log4cxx 0.10.0
+Download Apache log4net 1.2.10.0
------
------
------
-Download Apache log4cxx 0.10.0
+Download Apache log4net 1.2.10.0
- Apache log4cxx 0.10.0 is distributed under the
{{{http://www.apache.org/licenses/LICENSE-2.0.html} Apache License, version
2.0}}.
+ Apache log4net 1.2.10.0 is distributed under the
{{{http://www.apache.org/licenses/LICENSE-2.0.html} Apache License, version
2.0}}.
The link in the Mirrors column should display a list of available mirrors
with a
default selection based on your inferred location. If you do not see that
page,
@@ -30,9 +30,9 @@
*-------------------------+---------+----------+-----------+
| | Mirrors | Checksum | Signature |
*-------------------------+---------+----------+-----------+
-| Apache log4cxx 0.10.0 (tar.gz) |
{{{http://www.apache.org/dyn/closer.cgi/logging/log4cxx/0.10.0/apache-log4cxx-0.10.0.tar.gz}
apache-log4cxx-0.10.0.tar.gz}} |
{{{http://www.apache.org/dist/logging/log4cxx/0.10.0/apache-log4cxx-0.10.0.tar.gz.md5}
apache-log4cxx-0.10.0.tar.gz.md5}} |
{{{http://www.apache.org/dist/logging/log4cxx/0.10.0/apache-log4cxx-0.10.0.tar.gz.asc}
apache-log4cxx-0.10.0.tar.gz.asc}} |
+| Apache log4net 1.2.10.0 (tar.gz) |
{{{http://www.apache.org/dyn/closer.cgi/logging/log4net/1.2.10.0/apache-log4net-1.2.10.0.tar.gz}
apache-log4net-1.2.10.0.tar.gz}} |
{{{http://www.apache.org/dist/logging/log4net/1.2.10.0/apache-log4net-1.2.10.0.tar.gz.md5}
apache-log4net-1.2.10.0.tar.gz.md5}} |
{{{http://www.apache.org/dist/logging/log4net/1.2.10.0/apache-log4net-1.2.10.0.tar.gz.asc}
apache-log4net-1.2.10.0.tar.gz.asc}} |
*-------------------------+---------+----------+-----------+
-| Apache log4cxx 0.10.0 (zip) |
{{{http://www.apache.org/dyn/closer.cgi/logging/log4cxx/0.10.0/apache-log4cxx-0.10.0.zip}
apache-log4cxx-0.10.0.zip}} |
{{{http://www.apache.org/dist/logging/log4cxx/0.10.0/apache-log4cxx-0.10.0.zip.md5}
apache-log4cxx-0.10.0.zip.md5}} |
{{{http://www.apache.org/dist/logging/log4cxx/0.10.0/apache-log4cxx-0.10.0.zip.asc}
apache-log4cxx-0.10.0.zip.asc}} |
+| Apache log4net 1.2.10.0 (zip) |
{{{http://www.apache.org/dyn/closer.cgi/logging/log4net/1.2.10.0/apache-log4net-1.2.10.0.zip}
apache-log4net-1.2.10.0.zip}} |
{{{http://www.apache.org/dist/logging/log4net/1.2.10.0/apache-log4net-1.2.10.0.zip.md5}
apache-log4net-1.2.10.0.zip.md5}} |
{{{http://www.apache.org/dist/logging/log4net/1.2.10.0/apache-log4net-1.2.10.0.zip.asc}
apache-log4net-1.2.10.0.zip.asc}} |
*-------------------------+---------+----------+-----------+
Please read {{{http://httpd.apache.org/dev/verification.html}Verifying
Apache HTTP Server Releases}}
@@ -41,4 +41,4 @@
* Previous Releases
- All previous releases of Apache log4cxx can be found in the
{{{http://archive.apache.org/dist/logging/log4cxx}archive repository}}.
+ All previous releases of Apache log4net can be found in the
{{{http://archive.apache.org/dist/logging/log4net}archive repository}}.
Copied: logging/log4net/trunk/src/site/apt/roadmap.apt (from r559686,
logging/log4cxx/trunk/src/site/apt/roadmap.apt)
URL:
http://svn.apache.org/viewvc/logging/log4net/trunk/src/site/apt/roadmap.apt?view=diff&rev=559731&p1=logging/log4cxx/trunk/src/site/apt/roadmap.apt&r1=559686&p2=logging/log4net/trunk/src/site/apt/roadmap.apt&r2=559731
==============================================================================
--- logging/log4cxx/trunk/src/site/apt/roadmap.apt (original)
+++ logging/log4net/trunk/src/site/apt/roadmap.apt Thu Jul 26 00:19:21 2007
@@ -13,9 +13,15 @@
~~ See the License for the specific language governing permissions and
~~ limitations under the License.
------
- log4cxx 0.10.0 Roadmap
+ log4net Roadmap
------
------
------
-TODO
+log4net Roadmap
+
+ The log4net development roadmap is managed by our JIRA issue tracking system.
+
+ For a list of upcoming fixes and in-progress tasks see:
+
+
{{{http://issues.apache.org/jira/browse/LOG4NET?report=com.atlassian.jira.plugin.system.project:roadmap-panel}log4net
Roadmap}}
Added: logging/log4net/trunk/src/site/fml/faq.fml
URL:
http://svn.apache.org/viewvc/logging/log4net/trunk/src/site/fml/faq.fml?view=auto&rev=559731
==============================================================================
--- logging/log4net/trunk/src/site/fml/faq.fml (added)
+++ logging/log4net/trunk/src/site/fml/faq.fml Thu Jul 26 00:19:21 2007
@@ -0,0 +1,28 @@
+<?xml version="1.0"?>
+<!--
+ 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
+
+ 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.
+
+-->
+<faqs title="Frequently Asked Technical Questions">
+ <part id="faq">
+
+ <faq id="1.1">
+ <question>What is log4cxx?</question>
+ <answer>A .NET port of log4j.</answer>
+ </faq>
+ </part>
+</faqs>
+
Copied: logging/log4net/trunk/src/site/site.xml (from r559678,
logging/log4j/branches/v1_2-branch/src/site/site.xml)
URL:
http://svn.apache.org/viewvc/logging/log4net/trunk/src/site/site.xml?view=diff&rev=559731&p1=logging/log4j/branches/v1_2-branch/src/site/site.xml&r1=559678&p2=logging/log4net/trunk/src/site/site.xml&r2=559731
==============================================================================
--- logging/log4j/branches/v1_2-branch/src/site/site.xml (original)
+++ logging/log4net/trunk/src/site/site.xml Thu Jul 26 00:19:21 2007
@@ -15,33 +15,27 @@
limitations under the License.
-->
-<project name="Apache log4j 1.2">
+<project name="Apache log4net">
<bannerLeft>
<name>Apache Logging Services Project</name>
<src>images/ls-logo.jpg</src>
<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:80/log4j/1.2/"/>
+ <item name="log4net" href="http://logging.apache.org:80/log4net/"/>
</breadcrumbs>
- <menu name="Get log4j 1.2">
+ <menu name="Get log4net">
<item name="Download" href="/download.html"/>
<item name="Changes" href="/changes-report.html"/>
<item name="License" href="/license.html"/>
</menu>
- <menu name="About log4j 1.2">
- <item name="What is log4j?" href="/index.html"/>
+ <menu name="About log4net">
+ <item name="What is log4net?" href="/index.html"/>
<item name="FAQ" href="/faq.html"/>
<item name="Roadmap" href="/roadmap.html"/>
</menu>
@@ -53,16 +47,14 @@
<menu name="Development">
<item name="Repository" href="/source-repository.html"/>
- <item name="Cross Reference" href="/jxr.html"/>
- <item name="Dependencies" href="/dependencies.html"/>
<item name="Continuous Integration" href="/integration.html"/>
</menu>
<menu name="Documentation">
- <item name="Introduction" href="/manual.html"/>
- <item name="JavaDoc" href="/apidocs/index.html"/>
- <item name="Publications" href="/publications.html"/>
- <item name="Wiki" href="http://wiki.apache.org/logging-log4j"/>
+ <item name="Introduction"
href="/release/manual/introduction.html"/>
+ <!-- item name="API Doc" href="/apidocs/index.html"/ -->
+ <!-- item name="Publications" href="/publications.html"/ -->
+ <!-- item name="Wiki"
href="http://wiki.apache.org/logging-log4net"/ -->
</menu>
<menu name="Apache">