[Japi-cvs] SF.net SVN: japi: [288] libs
Status: Beta
Brought to you by:
christianhujer
From: <chr...@us...> - 2007-01-14 12:31:05
|
Revision: 288 http://svn.sourceforge.net/japi/?rev=288&view=rev Author: christianhujer Date: 2007-01-14 04:31:01 -0800 (Sun, 14 Jan 2007) Log Message: ----------- Added swing-about structure. Added Paths: ----------- libs/swing-about/ libs/swing-about/branches/ libs/swing-about/tags/ libs/swing-about/trunk/ libs/swing-about/trunk/README libs/swing-about/trunk/lib/ libs/swing-about/trunk/src/ libs/swing-about/trunk/src/net/ libs/swing-about/trunk/src/net/sf/ libs/swing-about/trunk/src/net/sf/japi/ libs/swing-about/trunk/src/net/sf/japi/swing/ libs/swing-about/trunk/src/net/sf/japi/swing/about/ Added: libs/swing-about/trunk/README =================================================================== --- libs/swing-about/trunk/README (rev 0) +++ libs/swing-about/trunk/README 2007-01-14 12:31:01 UTC (rev 288) @@ -0,0 +1,117 @@ +JAPI COMMON README +================== + +This file contains some important information about Japi Common. You should +read it first. + + +TABLE OF CONTENTS +----------------- +* project description +* project website +* system requirements +* file structure +* build / installation (see file INSTALL) +* maintainers / credits (see file CREDITS) +* project news (see file NEWS) +* mailing lists +* license information (see file LICENSE) + + +PROJECT DESCRIPTION +------------------- +Japi Common is a set of libraries and build modules useful for Java projects. +It is part of the Japi project. + + +PROJECT WEBSITE +--------------- +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/ + + +SYSTEM REQUIREMENTS +------------------- +Java 5.0 + Previous versions of Java will not work. Gridarta uses Generics, autoboxing, + static imports, foreach loops, assertions, covariant return types and varargs + quite a lot. + +Ant 1.6.5 + Previous versions of Ant might work but are not tested. + + +FILE STRUCTURE +-------------- +build.xml + The build file to build the project with Ant. + +COPYING + Japi Common license conditions. Note: applies to Japi Common only, not + third party libraries. + +CREDITS + List of project contributors. See also MAINTAINERS. + +INSTALL + Description of how to build and install Japi Common. + +lib/ + Directory containing third party libraries used to build Japi Common. + 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. + +LICENSE + File with license information. + +MAINTAINERS + List of current project maintainers. See also CREDITS. + +NEWS + Project News. + +project.properties + File with automatically changed settings for Ant. + +README + This file. + +src/ + Source files. + + +BUILD / INSTALLATION +-------------------- +See the file INSTALL. + + +MAINTAINERS / CREDITS +--------------------- +See the file CREDITS. + + +PROJECT NEWS +------------ +See the file NEWS. + + +MAILING LISTS +------------- +Japi mailing lists are the usual sourceforge hosted sourceforge project +mailing lists. The current mailing lists are: +* jap...@li... + News for JAPI users and developers (low traffic) +* jap...@li... + japi developer talk list +* jap...@li... + svn commit digest list (named cvs for historic reasons) +To find out how to subscribe or read the archives, go to: + http://sourceforge.net/mail/?group_id=149894 + + +LICSENSE INFORMATION +-------------------- +See the file LICENSE Property changes on: libs/swing-about/trunk/README ___________________________________________________________________ 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. |