META-INF.jdtaus.module.xml Maven / Gradle / Ivy
<?xml version="1.0" encoding="UTF-8"?> <!-- jDTAUS - DTAUS fileformat. Copyright (c) 2005 Christian Schulte <[email protected]> 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 4076 2007-07-29 21:44:31Z schulte2005 $ Description: Runtime configuration for the ${pom.name} module. --> <jdtaus:module xmlns="http://jdtaus.org/runtime/container/xml" xmlns:jdtaus="http://jdtaus.org/runtime/container/xml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://jdtaus.org/runtime/container/xml http://sites.jdtaus.org/jdtaus-core/1.0.x/jdtaus-core-client-container/jdtaus-module-1.1.xsd" jdtaus:name="${pom.name}" jdtaus:description="${pom.description}" jdtaus:version="1.1"> <jdtaus:implementations> <jdtaus:implementation jdtaus:identifier="org.jdtaus.core.logging.ri.jdk14.JDK14Logger" jdtaus:name="jDTAUS Core SPI" jdtaus:vendor="${pom.organization.name}" jdtaus:version="${pom.version}" jdtaus:final="true"> <jdtaus:implementedSpecifications> <jdtaus:implementedSpecification jdtaus:identifier="org.jdtaus.core.logging.spi.Logger"/> </jdtaus:implementedSpecifications> <jdtaus:properties> <jdtaus:property jdtaus:name="name" jdtaus:type="java.lang.String" jdtaus:value="org.jdtaus.runtime"/> </jdtaus:properties> </jdtaus:implementation> </jdtaus:implementations> </jdtaus:module>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy