1
0
Files
tweed5-commons-logging/project.xml
Jason van Zyl 446d7740c9 o cleaning up the maven descriptors for the projects so that a site
with decent names is generated (link to come)

o made all the projects use a LICENSE.txt file. one this doesn't wig
  out windows users and the checkstyle report likes to have one to
  make sure that all sources files have a license present so if they
  don't it can be reported.

o using the reactor tag in its first forms to provide a mechanism
  to build the entire commons (still problems with detecting
  JDK 1.4) and to generate a site where the navigation is gleaned
  from the project themselves and don't have to kept in sync
  manually.

o added a little front-end site deployer.

PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@138901 13f79535-47bb-0310-9956-ffa450edef68
2002-07-25 02:36:45 +00:00

34 lines
645 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>
<gumpRepositoryId>jakarta</gumpRepositoryId>
<shortDescription>Commons Logging</shortDescription>
<description>
Commons Logging
</description>
<developers>
</developers>
<dependencies>
<dependency>
<id>log4j</id>
<version>1.1.3</version>
</dependency>
<dependency>
<id>logkit</id>
<version>1.0.1</version>
</dependency>
</dependencies>
</project>