<?xml version="1.0" encoding="UTF-8"?>
<!--

  Copyright (C) Christian Schulte, 2005-206
  All rights reserved.

  Redistribution and use in source and binary forms, with or without
  modification, are permitted provided that the following conditions
  are met:

    o Redistributions of source code must retain the above copyright
      notice, this list of conditions and the following disclaimer.

    o Redistributions in binary form must reproduce the above copyright
      notice, this list of conditions and the following disclaimer in
      the documentation and/or other materials provided with the
      distribution.

  THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
  INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
  AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
  THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY DIRECT, INDIRECT,
  INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

  $JOMC: jomc.xml 3843 2011-10-08 20:48:51Z schulte2005 $

-->
<module xmlns="http://jomc.org/model"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://jomc.org/model http://jomc.sourceforge.net/model/jomc-1.2.xsd"
        name="JOMC Logging Commons Logging" version="1.1" vendor="The JOMC Project" modelVersion="1.2">

  <documentation defaultLanguage="en">
    <text language="en">Object management and configuration logging system implementation backed by Apache Commons Logging.</text>
  </documentation>

  <implementations>
    <!-- *********************************************************************************************************** -->
    <implementation identifier="org.jomc.logging.ri.commons.CommonsLogger"
                    class="org.jomc.logging.ri.commons.CommonsLogger" classDeclaration="true"
                    name="JOMC Logging Commons Logging" version="1.1" vendor="The JOMC Project"
                    stateless="true" createDate="2009-07-25T19:56:45Z">

      <documentation defaultLanguage="en">
        <text language="en">Object management and configuration logging system implementation backed by Apache Commons Logging.</text>
      </documentation>
      <authors>
        <author name="Christian Schulte" version="1.0" mail="schulte2005@users.sourceforge.net"
                createDate="2005-07-25T19:56:45Z"/>

      </authors>
      <specifications>
        <reference identifier="org.jomc.logging.Logger" version="1.0"/>
        <reference identifier="org.jomc.spi.Listener" version="1.0"/>
      </specifications>
      <dependencies>
        <dependency name="ObjectManagementLogger" identifier="org.jomc.logging.Logger" version="1.0"
                    implementationName="JOMC Logging Commons Logging">

          <documentation defaultLanguage="en">
            <text language="en">Logger object management events are logged with.</text>
          </documentation>
          <properties>
            <property name="name" value="org.jomc.ObjectManager" override="true">
              <documentation defaultLanguage="en">
                <text language="en">Name of the logger object management events are logged with.</text>
              </documentation>
            </property>
          </properties>
        </dependency>
      </dependencies>
    </implementation>
  </implementations>
</module>
