1
0
Files
tweed5-commons-logging/project.xml
Dion Gillard 84fb63cf44 Fix URL
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@138931 13f79535-47bb-0310-9956-ffa450edef68
2002-10-31 03:03:37 +00:00

51 lines
1010 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<project>
<extend>../project.xml</extend>
<name>Logging</name>
<id>commons-logging</id>
<currentVersion>1.0-dev</currentVersion
<inceptionYear>2002</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.1.3</version>
</dependency>
<dependency>
<id>logkit</id>
<version>1.0.1</version>
</dependency>
<dependency>
<id>junit</id>
<version>3.7</version>
</dependency>
</dependencies>
<build>
<sourceModifications>
<sourceModification>
<className>java.util.logging.Logger</className>
<excludes>
<exclude>**/Jdk14Logger.java</exclude>
</excludes>
</sourceModification>
</sourceModifications>
</build>
</project>