All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.jdtaus.module.xml Maven / Gradle / Ivy

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

  ${pom.name}
  Copyright (c) 2005 Christian Schulte

  Christian Schulte, Haldener Strasse 72, 58095 Hagen, Germany
  <[email protected]> (+49 2331 3543887)

  This library is free software; you can redistribute it and/or
  modify it under the terms of the GNU Lesser General Public
  License as published by the Free Software Foundation; either
  version 2.1 of the License, or any later version.

  This library is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  Lesser General Public License for more details.

  You should have received a copy of the GNU Lesser General Public
  License along with this library; if not, write to the Free Software
  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA

  Document   : module.xml
  Author     : Christian Schulte <[email protected]>
  Version    : $Id: module.xml 5132 2008-07-13 20:07:27Z schulte2005 $
  Description: Runtime configuration for the ${pom.name} module.

-->

<module:module xmlns:container="http://jdtaus.org/core/model/container"
               xmlns:module="http://jdtaus.org/core/model/container/module"
               xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
               xsi:schemaLocation="http://jdtaus.org/core/model/container/module http://sites.jdtaus.org/jdtaus-core/1.0.x/jdtaus-core-client-container/xsd/jdtaus-module-1.2.xsd
                                   http://jdtaus.org/core/model/container http://sites.jdtaus.org/jdtaus-core/1.0.x/jdtaus-core-api/xsd/jdtaus-container-1.0.xsd"
               container:name="${pom.name}"
               container:description="${pom.description}"
               container:version="${pom.version}"
               module:modelVersion="1.2">

  <container:implementations>
    <container:implementation container:identifier="org.jdtaus.core.logging.ri.jdk14.JDK14Logger"
                              container:name="jDTAUS Core SPI"
                              container:vendor="${pom.organization.name}"
                              container:version="${pom.version}"
                              container:final="true">

      <container:implementedSpecifications>
        <container:implementedSpecification container:identifier="org.jdtaus.core.logging.spi.Logger"/>
      </container:implementedSpecifications>

      <container:properties>
        <container:property container:name="name"
                            container:type="java.lang.String"
                            container:value="org.jdtaus.runtime"
                            container:api="true"/>

      </container:properties>
    </container:implementation>
  </container:implementations>
</module:module>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy