diff --git a/build.properties.sample b/build.properties.sample index 73ddd69..fb705e7 100644 --- a/build.properties.sample +++ b/build.properties.sample @@ -13,3 +13,7 @@ avalon-framework.jar=../../Avalon-4.1.4/avalon-framework-4.1.4.jar # # junit.jar=../../jakarta-velocity/build/lib/junit-3.7.jar +# Maven properties (for web site build) +# Those committers using agents may like to use +#maven.username=rdonkin +#logging.cvs=lserver:rdonkin@cvs.apache.org:/home/cvs \ No newline at end of file diff --git a/checkstyle.xml b/checkstyle.xml new file mode 100644 index 0000000..d02e0af --- /dev/null +++ b/checkstyle.xml @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/project.properties b/project.properties new file mode 100644 index 0000000..815505a --- /dev/null +++ b/project.properties @@ -0,0 +1,9 @@ +# documentation properties +maven.xdoc.date=left +maven.xdoc.version=${pom.currentVersion} +maven.xdoc.developmentProcessUrl=http://jakarta.apache.org/commons/charter.html +maven.xdoc.poweredby.image=maven-feather.png + +maven.junit.fork=true + +logging.cvs=pserver:anoncvs@cvs.apache.org:/home/cvspublic \ No newline at end of file diff --git a/project.xml b/project.xml index 0aee5d8..664f676 100644 --- a/project.xml +++ b/project.xml @@ -4,17 +4,90 @@ ../commons-build/project.xml Logging commons-logging + 1.0-dev + + Apache Software Foundation + http://www.apache.org + http://jakarta.apache.org/images/jakarta-logo.gif + + 2001 Commons Logging - Commons Logging +Commons Logging is a thin adapter allowing configurable bridging to other, +well known logging systems. + + /images/logo.png + + + scm:cvs:${logging.cvs}:jakarta-commons/logging/ + http://cvs.apache.org/viewcvs/jakarta-commons/logging/ + http://jakarta.apache.org/commons/logging/ + + Morgan Delagrange + morgand + morgand at apache dot org + Apache + Java Developer + + + Rodney Waldhoff + rwaldhoff + rwaldhoff at apache org + Apache Software Foundation + + + Craig McClanahan + craigmcc + craigmcc at apache org + Apache Software Foundation + + + Scott Sanders + sanders + sanders at apache dot org + Apache Software Foundation + + + Robert Burrell Donkin + rdonkin + rdonkin at apache dot org + Apache Software Foundation + + + Peter Donald + donaldp + donaldp at apache dot org + + + + Costin Manolache + costin + costin at apache dot org + Apache Software Foundation + + + Richard Sitze + rsitze + rsitze at apache dot org + Apache Software Foundation + + + Juozas Baliuka + baliuka + baliuka@apache.org + + + Java Developer + + @@ -36,11 +109,10 @@ avalon-framework - 4.0 + 4.1.3 - @@ -50,6 +122,21 @@ + + + ${pom.build.unitTestSourceDirectory} + + **/AvalonLoggerTest.java + + + **/*.properties + +