Revision: 363
http://svn.sourceforge.net/japi/?rev=363&view=rev
Author: christianhujer
Date: 2007-06-07 12:52:37 -0700 (Thu, 07 Jun 2007)
Log Message:
-----------
Changed README. It was describing common instead of libs/argparser.
Modified Paths:
--------------
libs/argparser/trunk/README
Modified: libs/argparser/trunk/README
===================================================================
--- libs/argparser/trunk/README 2007-06-07 19:47:50 UTC (rev 362)
+++ libs/argparser/trunk/README 2007-06-07 19:52:37 UTC (rev 363)
@@ -1,7 +1,7 @@
-JAPI COMMON README
-==================
+JAPI ARGPARSER README
+=====================
-This file contains some important information about Japi Common. You should
+This file contains some important information about Japi ArgParser. You should
read it first.
@@ -20,8 +20,10 @@
PROJECT DESCRIPTION
-------------------
-Japi Common is a set of libraries and build modules useful for Java projects.
-It is part of the Japi project.
+Japi ArgParser is a subproject of Japi.
+Japi ArgParser is an API for writing commands in Java with a focus on unified,
+easy to implement command line argument parsing.
+Japi is a set of APIs for various purposes.
PROJECT WEBSITE
@@ -29,7 +31,7 @@
Project homepage: http://japi.sourceforge.net/
Project website: http://sourceforge.net/projects/japi/
Project statistics: http://cia.navi.cx/projects/japi
-Subproject homepage: http://japi.sourceforge.net/common/
+Subproject homepage: http://japi.sourceforge.net/libs/argparser/
SYSTEM REQUIREMENTS
@@ -49,17 +51,17 @@
The build file to build the project with Ant.
COPYING
- Japi Common license conditions. Note: applies to Japi Common only, not
- third party libraries.
+ Japi ArgParser license conditions. Note: applies to Japi ArgParser only,
+ not third party libraries.
CREDITS
List of project contributors. See also MAINTAINERS.
INSTALL
- Description of how to build and install Japi Common.
+ Description of how to build and install Japi ArgParser.
lib/
- Directory containing third party libraries used to build Japi Common.
+ Directory containing third party libraries used to build Japi ArgParser.
Please note that these thrid party libraries have their own license
conditions. The licenses of the third party libraries are included in the
lib/ directory.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|