git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@138999 13f79535-47bb-0310-9956-ffa450edef68
56 lines
1.1 KiB
XML
56 lines
1.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<project>
|
|
<extend>../commons-build/project.xml</extend>
|
|
<name>Logging</name>
|
|
<id>commons-logging</id>
|
|
<currentVersion>1.0-dev</currentVersion>
|
|
|
|
<inceptionYear>2001</inceptionYear>
|
|
<shortDescription>Commons Logging</shortDescription>
|
|
<description>
|
|
Commons Logging
|
|
</description>
|
|
|
|
<url>http://jakarta.apache.org/commons/logging/</url>
|
|
|
|
<developers>
|
|
</developers>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
<id>log4j</id>
|
|
<version>1.2.6</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<id>logkit</id>
|
|
<version>1.0.1</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<id>junit</id>
|
|
<version>3.7</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<id>avalon-framework</id>
|
|
<version>4.0</version>
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
<build>
|
|
<sourceModifications>
|
|
<sourceModification>
|
|
<className>java.util.logging.Logger</className>
|
|
<excludes>
|
|
<exclude>**/Jdk14Logger.java</exclude>
|
|
</excludes>
|
|
</sourceModification>
|
|
</sourceModifications>
|
|
</build>
|
|
|
|
</project>
|