The jcmdline package is used to process command line parameters from
a Java program.

This directory contains the source necessary to build the jcmdline java
package.  It also contains a prebuilt jar file, jcmdline-<rel>.jar.  The 
jar file is all that is necessary to use this package - make sure
that it is placed somewhere in the CLASSPATH.

The javadoc API can be found under the doc directory.

A User Guide that provides information on effective use of this program
is accessible from the Description section of the package summary page
in the javadoc API.  (It is also available in the doc-files directory
in the package source directory).

The project builds with ant.  To obtain a copy of ant, go to 
http://jakarta.apache.org/ant/index.html.  Execute:

    ant -projecthelp

for a list of build targets.

Unit tests require JUnit, available from http://www.junit.org/index.htm.

Notes for developers that wish to work on this project may be found in file
devinfo.html.

The contents of this package are subject to the Mozilla Public License Version 
1.1 (the "License"); you may not use this file except in compliance with 
the License. You may obtain a copy of the License at 
http://www.mozilla.org/MPL/, or view it in file LICENSE, included with
this distribution.

Software distributed under the License is distributed on an "AS IS" basis,
WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
for the specific language governing rights and limitations under the
License.

The Original Code is the Java jcmdline (command line management) package.

The Initial Developer of the Original Code is Lynne Lawrence.

Portions created by the Initial Developer are Copyright (C) 2002
the Initial Developer. All Rights Reserved.

Contributor(s): Lynne Lawrence <lgl@visuallink.com>

A copy of the MPL is available in file MPL-1.1.txt.
