Revision: 505
http://svn.sourceforge.net/japi/?rev=505&view=rev
Author: christianhujer
Date: 2007-07-06 15:11:47 -0700 (Fri, 06 Jul 2007)
Log Message:
-----------
Added missing package documentation.
Added Paths:
-----------
libs/argparser/trunk/src/doc/examples/package-info.java
Added: libs/argparser/trunk/src/doc/examples/package-info.java
===================================================================
--- libs/argparser/trunk/src/doc/examples/package-info.java (rev 0)
+++ libs/argparser/trunk/src/doc/examples/package-info.java 2007-07-06 22:11:47 UTC (rev 505)
@@ -0,0 +1,23 @@
+/*
+ * JAPI libs-argparser is a library for parsing command line arguments.
+ * Copyright (C) 2007 Christian Hujer.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ */
+
+/** This package contains some examples of how to use japi-libs-argparser.
+ * @author <a href="mailto:ch...@ri...">Christian Hujer</a>
+ */
+package examples;
Property changes on: libs/argparser/trunk/src/doc/examples/package-info.java
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ LF
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|