Return-Path: X-Original-To: apmail-commons-commits-archive@minotaur.apache.org Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8B39EEDD0 for ; Tue, 26 Feb 2013 18:53:26 +0000 (UTC) Received: (qmail 50198 invoked by uid 500); 26 Feb 2013 18:53:26 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 50125 invoked by uid 500); 26 Feb 2013 18:53:26 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 50118 invoked by uid 99); 26 Feb 2013 18:53:26 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Feb 2013 18:53:26 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Feb 2013 18:53:23 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 54E5B23888E7 for ; Tue, 26 Feb 2013 18:53:04 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r852092 [1/3] - in /websites/production/commons/content/proper/commons-cli: ./ cobertura/ Date: Tue, 26 Feb 2013 18:53:02 -0000 To: commits@commons.apache.org From: olamy@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130226185304.54E5B23888E7@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: olamy Date: Tue Feb 26 18:53:01 2013 New Revision: 852092 Log: Site checkin for project Commons CLI Modified: websites/production/commons/content/proper/commons-cli/cobertura/frame-summary-org.apache.commons.cli.html websites/production/commons/content/proper/commons-cli/cobertura/frame-summary.html websites/production/commons/content/proper/commons-cli/cobertura/org.apache.commons.cli.AlreadySelectedException.html websites/production/commons/content/proper/commons-cli/cobertura/org.apache.commons.cli.AmbiguousOptionException.html websites/production/commons/content/proper/commons-cli/cobertura/org.apache.commons.cli.BasicParser.html websites/production/commons/content/proper/commons-cli/cobertura/org.apache.commons.cli.CommandLine.html websites/production/commons/content/proper/commons-cli/cobertura/org.apache.commons.cli.CommandLineParser.html websites/production/commons/content/proper/commons-cli/cobertura/org.apache.commons.cli.DefaultParser.html websites/production/commons/content/proper/commons-cli/cobertura/org.apache.commons.cli.GnuParser.html websites/production/commons/content/proper/commons-cli/cobertura/org.apache.commons.cli.HelpFormatter.html websites/production/commons/content/proper/commons-cli/cobertura/org.apache.commons.cli.MissingArgumentException.html websites/production/commons/content/proper/commons-cli/cobertura/org.apache.commons.cli.MissingOptionException.html websites/production/commons/content/proper/commons-cli/cobertura/org.apache.commons.cli.Option.html websites/production/commons/content/proper/commons-cli/cobertura/org.apache.commons.cli.OptionBuilder.html websites/production/commons/content/proper/commons-cli/cobertura/org.apache.commons.cli.OptionGroup.html websites/production/commons/content/proper/commons-cli/cobertura/org.apache.commons.cli.OptionValidator.html websites/production/commons/content/proper/commons-cli/cobertura/org.apache.commons.cli.Options.html websites/production/commons/content/proper/commons-cli/cobertura/org.apache.commons.cli.ParseException.html websites/production/commons/content/proper/commons-cli/cobertura/org.apache.commons.cli.Parser.html websites/production/commons/content/proper/commons-cli/cobertura/org.apache.commons.cli.PatternOptionBuilder.html websites/production/commons/content/proper/commons-cli/cobertura/org.apache.commons.cli.PosixParser.html websites/production/commons/content/proper/commons-cli/cobertura/org.apache.commons.cli.TypeHandler.html websites/production/commons/content/proper/commons-cli/cobertura/org.apache.commons.cli.UnrecognizedOptionException.html websites/production/commons/content/proper/commons-cli/cobertura/org.apache.commons.cli.Util.html websites/production/commons/content/proper/commons-cli/dependencies.html websites/production/commons/content/proper/commons-cli/download_cli.html websites/production/commons/content/proper/commons-cli/pmd.xml websites/production/commons/content/proper/commons-cli/rat-report.html websites/production/commons/content/proper/commons-cli/surefire-report.html Modified: websites/production/commons/content/proper/commons-cli/cobertura/frame-summary-org.apache.commons.cli.html ============================================================================== --- websites/production/commons/content/proper/commons-cli/cobertura/frame-summary-org.apache.commons.cli.html (original) +++ websites/production/commons/content/proper/commons-cli/cobertura/frame-summary-org.apache.commons.cli.html Tue Feb 26 18:53:01 2013 @@ -83,6 +83,6 @@ var classTable = new SortableTable(docum ["String", "Percentage", "Percentage", "FormattedNumber"]); classTable.sort(0); - + \ No newline at end of file Modified: websites/production/commons/content/proper/commons-cli/cobertura/frame-summary.html ============================================================================== --- websites/production/commons/content/proper/commons-cli/cobertura/frame-summary.html (original) +++ websites/production/commons/content/proper/commons-cli/cobertura/frame-summary.html Tue Feb 26 18:53:01 2013 @@ -25,6 +25,6 @@ var packageTable = new SortableTable(doc ["String", "Number", "Percentage", "Percentage", "FormattedNumber"]); packageTable.sort(0); - + \ No newline at end of file Modified: websites/production/commons/content/proper/commons-cli/cobertura/org.apache.commons.cli.AlreadySelectedException.html ============================================================================== --- websites/production/commons/content/proper/commons-cli/cobertura/org.apache.commons.cli.AlreadySelectedException.html (original) +++ websites/production/commons/content/proper/commons-cli/cobertura/org.apache.commons.cli.AlreadySelectedException.html Tue Feb 26 18:53:01 2013 @@ -185,6 +185,6 @@
 }
- + \ No newline at end of file Modified: websites/production/commons/content/proper/commons-cli/cobertura/org.apache.commons.cli.AmbiguousOptionException.html ============================================================================== --- websites/production/commons/content/proper/commons-cli/cobertura/org.apache.commons.cli.AmbiguousOptionException.html (original) +++ websites/production/commons/content/proper/commons-cli/cobertura/org.apache.commons.cli.AmbiguousOptionException.html Tue Feb 26 18:53:01 2013 @@ -179,6 +179,6 @@
 }
- + \ No newline at end of file Modified: websites/production/commons/content/proper/commons-cli/cobertura/org.apache.commons.cli.BasicParser.html ============================================================================== --- websites/production/commons/content/proper/commons-cli/cobertura/org.apache.commons.cli.BasicParser.html (original) +++ websites/production/commons/content/proper/commons-cli/cobertura/org.apache.commons.cli.BasicParser.html Tue Feb 26 18:53:01 2013 @@ -119,6 +119,6 @@
 }
- + \ No newline at end of file Modified: websites/production/commons/content/proper/commons-cli/cobertura/org.apache.commons.cli.CommandLine.html ============================================================================== --- websites/production/commons/content/proper/commons-cli/cobertura/org.apache.commons.cli.CommandLine.html (original) +++ websites/production/commons/content/proper/commons-cli/cobertura/org.apache.commons.cli.CommandLine.html Tue Feb 26 18:53:01 2013 @@ -722,6 +722,6 @@
 }
- + \ No newline at end of file Modified: websites/production/commons/content/proper/commons-cli/cobertura/org.apache.commons.cli.CommandLineParser.html ============================================================================== --- websites/production/commons/content/proper/commons-cli/cobertura/org.apache.commons.cli.CommandLineParser.html (original) +++ websites/production/commons/content/proper/commons-cli/cobertura/org.apache.commons.cli.CommandLineParser.html Tue Feb 26 18:53:01 2013 @@ -215,6 +215,6 @@
 }
- + \ No newline at end of file Modified: websites/production/commons/content/proper/commons-cli/cobertura/org.apache.commons.cli.DefaultParser.html ============================================================================== --- websites/production/commons/content/proper/commons-cli/cobertura/org.apache.commons.cli.DefaultParser.html (original) +++ websites/production/commons/content/proper/commons-cli/cobertura/org.apache.commons.cli.DefaultParser.html Tue Feb 26 18:53:01 2013 @@ -1219,6 +1219,6 @@
 }
- + \ No newline at end of file Modified: websites/production/commons/content/proper/commons-cli/cobertura/org.apache.commons.cli.GnuParser.html ============================================================================== --- websites/production/commons/content/proper/commons-cli/cobertura/org.apache.commons.cli.GnuParser.html (original) +++ websites/production/commons/content/proper/commons-cli/cobertura/org.apache.commons.cli.GnuParser.html Tue Feb 26 18:53:01 2013 @@ -221,6 +221,6 @@
 }
- + \ No newline at end of file Modified: websites/production/commons/content/proper/commons-cli/cobertura/org.apache.commons.cli.HelpFormatter.html ============================================================================== --- websites/production/commons/content/proper/commons-cli/cobertura/org.apache.commons.cli.HelpFormatter.html (original) +++ websites/production/commons/content/proper/commons-cli/cobertura/org.apache.commons.cli.HelpFormatter.html Tue Feb 26 18:53:01 2013 @@ -1988,6 +1988,6 @@
 }
- + \ No newline at end of file Modified: websites/production/commons/content/proper/commons-cli/cobertura/org.apache.commons.cli.MissingArgumentException.html ============================================================================== --- websites/production/commons/content/proper/commons-cli/cobertura/org.apache.commons.cli.MissingArgumentException.html (original) +++ websites/production/commons/content/proper/commons-cli/cobertura/org.apache.commons.cli.MissingArgumentException.html Tue Feb 26 18:53:01 2013 @@ -155,6 +155,6 @@
 }
- + \ No newline at end of file Modified: websites/production/commons/content/proper/commons-cli/cobertura/org.apache.commons.cli.MissingOptionException.html ============================================================================== --- websites/production/commons/content/proper/commons-cli/cobertura/org.apache.commons.cli.MissingOptionException.html (original) +++ websites/production/commons/content/proper/commons-cli/cobertura/org.apache.commons.cli.MissingOptionException.html Tue Feb 26 18:53:01 2013 @@ -196,6 +196,6 @@
 }
- + \ No newline at end of file Modified: websites/production/commons/content/proper/commons-cli/cobertura/org.apache.commons.cli.Option.html ============================================================================== --- websites/production/commons/content/proper/commons-cli/cobertura/org.apache.commons.cli.Option.html (original) +++ websites/production/commons/content/proper/commons-cli/cobertura/org.apache.commons.cli.Option.html Tue Feb 26 18:53:01 2013 @@ -1884,6 +1884,6 @@
 }
- + \ No newline at end of file Modified: websites/production/commons/content/proper/commons-cli/cobertura/org.apache.commons.cli.OptionBuilder.html ============================================================================== --- websites/production/commons/content/proper/commons-cli/cobertura/org.apache.commons.cli.OptionBuilder.html (original) +++ websites/production/commons/content/proper/commons-cli/cobertura/org.apache.commons.cli.OptionBuilder.html Tue Feb 26 18:53:01 2013 @@ -745,6 +745,6 @@
 }
- + \ No newline at end of file Modified: websites/production/commons/content/proper/commons-cli/cobertura/org.apache.commons.cli.OptionGroup.html ============================================================================== --- websites/production/commons/content/proper/commons-cli/cobertura/org.apache.commons.cli.OptionGroup.html (original) +++ websites/production/commons/content/proper/commons-cli/cobertura/org.apache.commons.cli.OptionGroup.html Tue Feb 26 18:53:01 2013 @@ -342,6 +342,6 @@
 }
- + \ No newline at end of file Modified: websites/production/commons/content/proper/commons-cli/cobertura/org.apache.commons.cli.OptionValidator.html ============================================================================== --- websites/production/commons/content/proper/commons-cli/cobertura/org.apache.commons.cli.OptionValidator.html (original) +++ websites/production/commons/content/proper/commons-cli/cobertura/org.apache.commons.cli.OptionValidator.html Tue Feb 26 18:53:01 2013 @@ -201,6 +201,6 @@
 }
- + \ No newline at end of file Modified: websites/production/commons/content/proper/commons-cli/cobertura/org.apache.commons.cli.Options.html ============================================================================== --- websites/production/commons/content/proper/commons-cli/cobertura/org.apache.commons.cli.Options.html (original) +++ websites/production/commons/content/proper/commons-cli/cobertura/org.apache.commons.cli.Options.html Tue Feb 26 18:53:01 2013 @@ -606,6 +606,6 @@
 }
- + \ No newline at end of file Modified: websites/production/commons/content/proper/commons-cli/cobertura/org.apache.commons.cli.ParseException.html ============================================================================== --- websites/production/commons/content/proper/commons-cli/cobertura/org.apache.commons.cli.ParseException.html (original) +++ websites/production/commons/content/proper/commons-cli/cobertura/org.apache.commons.cli.ParseException.html Tue Feb 26 18:53:01 2013 @@ -101,6 +101,6 @@
 }
- + \ No newline at end of file Modified: websites/production/commons/content/proper/commons-cli/cobertura/org.apache.commons.cli.Parser.html ============================================================================== --- websites/production/commons/content/proper/commons-cli/cobertura/org.apache.commons.cli.Parser.html (original) +++ websites/production/commons/content/proper/commons-cli/cobertura/org.apache.commons.cli.Parser.html Tue Feb 26 18:53:01 2013 @@ -769,6 +769,6 @@
 }
- + \ No newline at end of file Modified: websites/production/commons/content/proper/commons-cli/cobertura/org.apache.commons.cli.PatternOptionBuilder.html ============================================================================== --- websites/production/commons/content/proper/commons-cli/cobertura/org.apache.commons.cli.PatternOptionBuilder.html (original) +++ websites/production/commons/content/proper/commons-cli/cobertura/org.apache.commons.cli.PatternOptionBuilder.html Tue Feb 26 18:53:01 2013 @@ -380,6 +380,6 @@
 }
- + \ No newline at end of file Modified: websites/production/commons/content/proper/commons-cli/cobertura/org.apache.commons.cli.PosixParser.html ============================================================================== --- websites/production/commons/content/proper/commons-cli/cobertura/org.apache.commons.cli.PosixParser.html (original) +++ websites/production/commons/content/proper/commons-cli/cobertura/org.apache.commons.cli.PosixParser.html Tue Feb 26 18:53:01 2013 @@ -546,6 +546,6 @@
 }
- + \ No newline at end of file Modified: websites/production/commons/content/proper/commons-cli/cobertura/org.apache.commons.cli.TypeHandler.html ============================================================================== --- websites/production/commons/content/proper/commons-cli/cobertura/org.apache.commons.cli.TypeHandler.html (original) +++ websites/production/commons/content/proper/commons-cli/cobertura/org.apache.commons.cli.TypeHandler.html Tue Feb 26 18:53:01 2013 @@ -465,6 +465,6 @@
 }
- + \ No newline at end of file Modified: websites/production/commons/content/proper/commons-cli/cobertura/org.apache.commons.cli.UnrecognizedOptionException.html ============================================================================== --- websites/production/commons/content/proper/commons-cli/cobertura/org.apache.commons.cli.UnrecognizedOptionException.html (original) +++ websites/production/commons/content/proper/commons-cli/cobertura/org.apache.commons.cli.UnrecognizedOptionException.html Tue Feb 26 18:53:01 2013 @@ -155,6 +155,6 @@
 }
- + \ No newline at end of file Modified: websites/production/commons/content/proper/commons-cli/cobertura/org.apache.commons.cli.Util.html ============================================================================== --- websites/production/commons/content/proper/commons-cli/cobertura/org.apache.commons.cli.Util.html (original) +++ websites/production/commons/content/proper/commons-cli/cobertura/org.apache.commons.cli.Util.html Tue Feb 26 18:53:01 2013 @@ -151,6 +151,6 @@
 }
- + \ No newline at end of file Modified: websites/production/commons/content/proper/commons-cli/dependencies.html ============================================================================== --- websites/production/commons/content/proper/commons-cli/dependencies.html (original) +++ websites/production/commons/content/proper/commons-cli/dependencies.html Tue Feb 26 18:53:01 2013 @@ -216,8 +216,8 @@ } } -

Dependency Tree

  • commons-cli:commons-cli:jar:1.3-SNAPSHOT Information
    • junit:junit:jar:4.11 (test) Information
    • junit-addons:junit-addons:jar:1.4 (test) Information

Licenses

New BSD License: Hamcrest Core

Unknown: junit-addons

Common Public License Version 1.0: JUnit

The Apache Software License, Version 2.0: Commons CLI

Dependency File Details

366
FilenameSizeEntriesClassesPackagesJDK RevDebug
junit-4.11.jar239.30 kB266233281.5debug
junit-addons-1.4.jar52.96 kB483951.2debug
hamcrest-core-1.3.jar43.97 kB524531.5debug
TotalSizeEntriesClassesPackagesJDK RevDebug
3336.22 kB317361.53
test: 3test: 336.22 kBtest: 366test: 317test: 36-test: 3

Dependency Repository Locations

Repo IDURLReleaseSnapshot
apache.snapshotshttp://repository.apache.org/snapshots-Yes
centralhttp://repo.maven.apache.org/maven2Yes-

Repository locations for each of the Dependencies.

Artifactapache.snapsh otsarchiva-asf-mirror
junit:junit:jar:4.11-Found at https://archiva-repository.apache.org/archiva/repository/all-public
junit-addons:junit-addons:jar:1.4-Found at https://archiva-repository.apache.org/archiva/repository/all-public
org.hamcrest:hamcrest-core:jar:1.3-Found at https://archiva-reposit
 ory.apache.org/archiva/repository/all-public
Totalapache.snapshotsarchiva-asf-mirror
3 (test: 3)03
+

Dependency Tree

  • commons-cli:commons-cli:jar:1.3-SNAPSHOT Information
    • junit:junit:jar:4.11 (test) Information
    • junit-addons:junit-addons:jar:1.4 (test) Information

Licenses

New BSD License: Hamcrest Core

< p>Unknown: junit-addons

Common Public License Version 1.0: JUnit

The Apache Software License, Version 2.0: Commons CLI

Dependency File Details

FilenameSizeEntriesClassesPackagesJDK RevDebug
junit-4.11.jar239.30 kB266233281.5debug
junit-addons-1.4.jar52.96 kB483951.2debug
hamcrest-core-1.3.jar43.97 kB524531.5debug
TotalSizeEntriesClassesPackagesJDK RevDebug
3336.22 kB 366317361.53
test: 3test: 336.22 kBtest: 366test: 317test: 36-test: 3

Dependency Repository Locations

Repo IDURLReleaseSnapshot
apache.snapshotshttp://repository.apache.org/snapshots-Yes
centralhttp://repo.maven.apache.org/maven2Yes-

Repository locations for each of the Dependencies.

Artifactapache.snap shotsarchiva-asf-mirror
junit:junit:jar:4.11-Found at https://archiva-repository.apache.org/archiva/repository/all-public
junit-addons:junit-addons:jar:1.4-Found at https://archiva-repository.apache.org/archiva/repository/all-public
org.hamcrest:hamcrest-core:jar:1.3-Found at https://archiva-repos
 itory.apache.org/archiva/repository/all-public
Totalapache.snapshotsarchiva-asf-mirror
3 (test: 3)03
Modified: websites/production/commons/content/proper/commons-cli/download_cli.html ============================================================================== --- websites/production/commons/content/proper/commons-cli/download_cli.html (original) +++ websites/production/commons/content/proper/commons-cli/download_cli.html Tue Feb 26 18:53:01 2013 @@ -258,32 +258,32 @@ limitations under the License. -->