[Japi-cvs] SF.net SVN: japi: [399] libs/argparser/trunk
Status: Beta
Brought to you by:
christianhujer
From: <chr...@us...> - 2007-06-13 19:53:15
|
Revision: 399 http://svn.sourceforge.net/japi/?rev=399&view=rev Author: christianhujer Date: 2007-06-13 12:53:09 -0700 (Wed, 13 Jun 2007) Log Message: ----------- Extracted module properties. Modified Paths: -------------- libs/argparser/trunk/build.xml Added Paths: ----------- libs/argparser/trunk/module.properties Modified: libs/argparser/trunk/build.xml =================================================================== --- libs/argparser/trunk/build.xml 2007-06-13 19:51:35 UTC (rev 398) +++ libs/argparser/trunk/build.xml 2007-06-13 19:53:09 UTC (rev 399) @@ -22,11 +22,6 @@ ]> <project name="japi lib argparser" default="compile"> - <property name="module.version" value="0.1" /> - <property name="module.name" value="japi-lib-argparser" /> - <property name="module.shortname" value="argparser" /> - <property name="module.title" value="ArgParser" /> - &commonBuild; </project> Added: libs/argparser/trunk/module.properties =================================================================== --- libs/argparser/trunk/module.properties (rev 0) +++ libs/argparser/trunk/module.properties 2007-06-13 19:53:09 UTC (rev 399) @@ -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 +# + +module.version=0.1 +module.name=japi-lib-argparser +module.shortname=argparser +module.title=ArgParser Property changes on: libs/argparser/trunk/module.properties ___________________________________________________________________ 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. |