The version of Apache log4j used by SoundHelix.

[[ 🗃 ^aEp6o apache-log4j ]] :: [📥 Inbox] [📤 Outbox] [🐤 Followers] [🤝 Collaborators] [🛠 Commits]

Clone

HTTPS: git clone https://vervis.peers.community/repos/aEp6o

SSH: git clone USERNAME@vervis.peers.community:aEp6o

Branches

Tags

trunk :: src / site /

site.xml

<!--
 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.

-->
<project name="Apache log4j 1.2">
    <skin>
        <groupId>org.apache.maven.skins</groupId>
        <artifactId>maven-fluido-skin</artifactId>
        <version>1.2.1</version>
    </skin>
    <custom>
        <fluidoSkin>
            <topBarEnabled>false</topBarEnabled>
            <sideBarEnabled>true</sideBarEnabled>
            <sourceLineNumbersEnabled>true</sourceLineNumbersEnabled>
        </fluidoSkin>
    </custom>
    <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/log4j/1.2/"/>
        </breadcrumbs>

        <menu name="About log4j 1.2">
            <item name="What is log4j?" href="/index.html"/>
            <item name="Download" href="/download.html"/>
            <item name="FAQ" href="/faq.html"/>
            <item name="Roadmap" href="/roadmap.html"/>
        </menu>

        <menu name="Community">
            <item name="Mailing Lists" href="/mail-lists.html"/>
            <item name="Issue Tracking" href="/issue-tracking.html"/>
            <item name="Blog" href="http://blogs.apache.org/logging/"/>
        </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="Building" href="/building.html"/>
            <item name="Wiki" href="http://wiki.apache.org/logging-log4j"/>
        </menu>

        <menu ref="reports"/>

        <menu name="Apache">
            <item name="Home" href="http://www.apache.org"/>
            <item name="License" href="http://www.apache.org/licenses"/>
            <item name="Sponsorship" href="http://www.apache.org/foundation/sponsorship.html"/>
            <item name="Thanks" href="http://www.apache.org/foundation/thanks.html"/>
            <item name="Security" href="http://www.apache.org/security/"/>
            <item name="Conferences" href="http://www.apachecon.com"/>
        </menu>
        <footer>
            <p> Apache log4j, Apache Extras Companion for Apache log4j, Apache, the Apache feather logo,
                the Apache Logging Services project logo, the log4j logo, and the Built by Maven logo are
                trademarks of The Apache Software Foundation. Oracle and Java are registered trademarks of Oracle and/or its affiliates.
                Other names may be trademarks of their respective owners.</p>
        </footer>
    </body>
</project>

[See repo JSON]