changeset 34:7129dfb130e1

Update Apache Commons CLI. Update NOTICE. (transplanted from 3f7901c9de87fcaf562363772b1de6eeaeb98805)
author Mikhail Kryshen <mikhail@kryshen.net>
date Tue, 10 Nov 2009 04:07:03 +0300
parents b637a4491862
children 948faf5e2cc3
files NOTICE dist/lib/commons-cli-1.1.jar dist/lib/commons-cli-1.2.jar nbproject/project.xml src/Manifest.mf
diffstat 5 files changed, 4 insertions(+), 4 deletions(-) [+]
line diff
     1.1 --- a/NOTICE	Sat Oct 17 03:39:07 2009 +0400
     1.2 +++ b/NOTICE	Tue Nov 10 04:07:03 2009 +0300
     1.3 @@ -1,5 +1,5 @@
     1.4  Tema
     1.5 -Copyright 2006-2008 Mikhail Kryshen <mikhail@kryshen.pp.ru>
     1.6 +Copyright 2006-2009 Mikhail Kryshen <mikhail@kryshen.net>
     1.7  
     1.8  This is free software. You may redistribute copies of it under the terms of
     1.9  the GNU Lesser General Public License version 3 or later.
    1.10 @@ -7,7 +7,7 @@
    1.11  
    1.12  
    1.13  Apache Commons CLI
    1.14 -Copyright 2001-2007 The Apache Software Foundation
    1.15 +Copyright 2001-2009 The Apache Software Foundation
    1.16  
    1.17  This product includes software developed by
    1.18  The Apache Software Foundation (http://www.apache.org/).
     2.1 Binary file dist/lib/commons-cli-1.1.jar has changed
     3.1 Binary file dist/lib/commons-cli-1.2.jar has changed
     4.1 --- a/nbproject/project.xml	Sat Oct 17 03:39:07 2009 +0400
     4.2 +++ b/nbproject/project.xml	Tue Nov 10 04:07:03 2009 +0300
     4.3 @@ -77,7 +77,7 @@
     4.4          <java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/2">
     4.5              <compilation-unit>
     4.6                  <package-root>src</package-root>
     4.7 -                <classpath mode="compile">dist/lib/commons-cli-1.1.jar:/usr/share/java/ant.jar</classpath>
     4.8 +                <classpath mode="compile">/usr/share/java/ant.jar:dist/lib/commons-cli-1.2.jar</classpath>
     4.9                  <built-to>build</built-to>
    4.10                  <source-level>1.5</source-level>
    4.11              </compilation-unit>
     5.1 --- a/src/Manifest.mf	Sat Oct 17 03:39:07 2009 +0400
     5.2 +++ b/src/Manifest.mf	Tue Nov 10 04:07:03 2009 +0300
     5.3 @@ -1,3 +1,3 @@
     5.4  Manifest-Version: 1.0
     5.5  Main-Class: kryshen.tema.Tema
     5.6 -Class-Path: lib/commons-cli-1.1.jar
     5.7 +Class-Path: lib/commons-cli-1.2.jar