Return-Path: Delivered-To: apmail-commons-commits-archive@locus.apache.org Received: (qmail 18446 invoked from network); 29 Jul 2007 15:42:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 Jul 2007 15:42:36 -0000 Received: (qmail 60013 invoked by uid 500); 29 Jul 2007 15:42:35 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 59496 invoked by uid 500); 29 Jul 2007 15:42:34 -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 59487 invoked by uid 99); 29 Jul 2007 15:42:34 -0000 Received: from Unknown (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 29 Jul 2007 08:42:33 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 29 Jul 2007 15:42:27 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id AF5C81A981A; Sun, 29 Jul 2007 08:42:07 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r560738 - in /commons/proper/cli/trunk: README.txt src/conf/MANIFEST.MF src/test/org/apache/commons/cli2/util/HelpFormatterTest.java xdocs/cvs-usage.xml xdocs/index.xml xdocs/navigation.xml Date: Sun, 29 Jul 2007 15:42:07 -0000 To: commits@commons.apache.org From: bayard@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070729154207.AF5C81A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: bayard Date: Sun Jul 29 08:42:06 2007 New Revision: 560738 URL: http://svn.apache.org/viewvc?view=rev&rev=560738 Log: Changing name from Jakarta Commons to Apache Commons Modified: commons/proper/cli/trunk/README.txt commons/proper/cli/trunk/src/conf/MANIFEST.MF commons/proper/cli/trunk/src/test/org/apache/commons/cli2/util/HelpFormatterTest.java commons/proper/cli/trunk/xdocs/cvs-usage.xml commons/proper/cli/trunk/xdocs/index.xml commons/proper/cli/trunk/xdocs/navigation.xml Modified: commons/proper/cli/trunk/README.txt URL: http://svn.apache.org/viewvc/commons/proper/cli/trunk/README.txt?view=diff&rev=560738&r1=560737&r2=560738 ============================================================================== --- commons/proper/cli/trunk/README.txt (original) +++ commons/proper/cli/trunk/README.txt Sun Jul 29 08:42:06 2007 @@ -1,7 +1,7 @@ -Jakarta Commons CLI +Apache Commons CLI =================== -Welcome to the CLI component of the Jakarta Commons project. +Welcome to the CLI component of the Apache Commons project. The information in this file is relevant if you have downloaded a CLI source distribution. Modified: commons/proper/cli/trunk/src/conf/MANIFEST.MF URL: http://svn.apache.org/viewvc/commons/proper/cli/trunk/src/conf/MANIFEST.MF?view=diff&rev=560738&r1=560737&r2=560738 ============================================================================== Binary files - no diff available. Modified: commons/proper/cli/trunk/src/test/org/apache/commons/cli2/util/HelpFormatterTest.java URL: http://svn.apache.org/viewvc/commons/proper/cli/trunk/src/test/org/apache/commons/cli2/util/HelpFormatterTest.java?view=diff&rev=560738&r1=560737&r2=560738 ============================================================================== --- commons/proper/cli/trunk/src/test/org/apache/commons/cli2/util/HelpFormatterTest.java (original) +++ commons/proper/cli/trunk/src/test/org/apache/commons/cli2/util/HelpFormatterTest.java Sun Jul 29 08:42:06 2007 @@ -54,7 +54,7 @@ public void setUp() { helpFormatter = new HelpFormatter("|*", "*-*", "*|", 80); helpFormatter.setDivider("+------------------------------------------------------------------------------+"); - helpFormatter.setHeader("Jakarta Commons CLI"); + helpFormatter.setHeader("Apache Commons CLI"); helpFormatter.setFooter("Copyright 2003\nApache Software Foundation"); helpFormatter.setShellCommand("ant"); @@ -102,7 +102,7 @@ helpFormatter.getDivider()); // test header - assertEquals("incorrect header", "Jakarta Commons CLI", helpFormatter.getHeader()); + assertEquals("incorrect header", "Apache Commons CLI", helpFormatter.getHeader()); // test footer assertEquals("incorrect footer", "Copyright 2003\nApache Software Foundation", @@ -116,7 +116,7 @@ final BufferedReader reader = new BufferedReader(new StringReader(writer.toString())); assertEquals("+------------------------------------------------------------------------------+", reader.readLine()); - assertEquals("|*Jakarta Commons CLI *|", + assertEquals("|*Apache Commons CLI *|", reader.readLine()); assertEquals("+------------------------------------------------------------------------------+", reader.readLine()); @@ -169,7 +169,7 @@ final BufferedReader reader = new BufferedReader(new StringReader(writer.toString())); assertEquals("+------------------------------------------------------------------------------+", reader.readLine()); - assertEquals("|*Jakarta Commons CLI *|", + assertEquals("|*Apache Commons CLI *|", reader.readLine()); assertEquals("+------------------------------------------------------------------------------+", reader.readLine()); @@ -311,7 +311,7 @@ final BufferedReader reader = new BufferedReader(new StringReader(writer.toString())); assertEquals("+------------------------------------------------------------------------------+", reader.readLine()); - assertEquals("|*Jakarta Commons CLI *|", + assertEquals("|*Apache Commons CLI *|", reader.readLine()); assertNull(reader.readLine()); } Modified: commons/proper/cli/trunk/xdocs/cvs-usage.xml URL: http://svn.apache.org/viewvc/commons/proper/cli/trunk/xdocs/cvs-usage.xml?view=diff&rev=560738&r1=560737&r2=560738 ============================================================================== --- commons/proper/cli/trunk/xdocs/cvs-usage.xml (original) +++ commons/proper/cli/trunk/xdocs/cvs-usage.xml Sun Jul 29 08:42:06 2007 @@ -24,7 +24,7 @@

- Jakarta Commons CLI is hosted on the Apache + Apache Commons CLI is hosted on the Apache subversion repository.

Modified: commons/proper/cli/trunk/xdocs/index.xml URL: http://svn.apache.org/viewvc/commons/proper/cli/trunk/xdocs/index.xml?view=diff&rev=560738&r1=560737&r2=560738 ============================================================================== --- commons/proper/cli/trunk/xdocs/index.xml (original) +++ commons/proper/cli/trunk/xdocs/index.xml Sun Jul 29 08:42:06 2007 @@ -28,7 +28,7 @@

-The Jakarta Commons CLI library provides an API for processing command line interfaces. +The Apache Commons CLI library provides an API for processing command line interfaces.

Modified: commons/proper/cli/trunk/xdocs/navigation.xml URL: http://svn.apache.org/viewvc/commons/proper/cli/trunk/xdocs/navigation.xml?view=diff&rev=560738&r1=560737&r2=560738 ============================================================================== --- commons/proper/cli/trunk/xdocs/navigation.xml (original) +++ commons/proper/cli/trunk/xdocs/navigation.xml Sun Jul 29 08:42:06 2007 @@ -22,7 +22,7 @@ - +