1
0

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
This commit is contained in:
Jason van Zyl
2002-07-25 02:36:45 +00:00
parent a42095eb11
commit 446d7740c9
2 changed files with 61 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
<project>
<extend>../project.xml</extend>
<name>commons-loggin</name>
<name>Logging</name>
<id>commons-logging</id>
<currentVersion>1.0-dev</currentVersion>
<inceptionYear>2002</inceptionYear>