META-INF.jdtaus.module.xml Maven / Gradle / Ivy
<?xml version="1.0" encoding="UTF-8"?>
<!--
${project.name}
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 : $JDTAUS: module.xml 8642 2012-09-27 06:45:48Z schulte $
Description: Runtime configuration for the ${project.name} module.
-->
<container:module xmlns:container="http://jdtaus.org/core/model/container"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://jdtaus.org/core/model/container http://xml.jdtaus.org/1.0.x/jdtaus-core/jdtaus-core-schemas/jdtaus-container-1.1.xsd"
container:name="${project.name}"
container:version="${project.version}"
container:modelVersion="1.4">
<container:documentation container:defaultLanguage="en">
<container:text container:language="en"><![CDATA[${project.description}]]></container:text>
</container:documentation>
<container:implementations>
<container:implementation container:identifier="org.jdtaus.core.logging.ri.jdk14.JDK14Logger"
container:name="jDTAUS Core SPI"
container:vendor="${project.organization.name}"
container:version="${project.version}"
container:final="true">
<container:documentation container:defaultLanguage="en">
<container:text container:language="en"><![CDATA[jDTAUS Core SPI JDK 1.4 Logger implementation.]]></container:text>
</container:documentation>
<container:specifications>
<container:reference container:identifier="org.jdtaus.core.logging.spi.Logger"
container:version="1.0"/>
</container:specifications>
<container:properties>
<container:property container:name="name"
container:type="java.lang.String"
container:value="org.jdtaus.core.runtime"/>
</container:properties>
</container:implementation>
</container:implementations>
</container:module>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy