[Japi-cvs] SF.net SVN: japi: [217] common/trunk/README
Status: Beta
Brought to you by:
christianhujer
From: <chr...@us...> - 2006-11-26 17:31:05
|
Revision: 217 http://svn.sourceforge.net/japi/?rev=217&view=rev Author: christianhujer Date: 2006-11-26 09:31:02 -0800 (Sun, 26 Nov 2006) Log Message: ----------- Added README file. Added Paths: ----------- common/trunk/README Added: common/trunk/README =================================================================== --- common/trunk/README (rev 0) +++ common/trunk/README 2006-11-26 17:31:02 UTC (rev 217) @@ -0,0 +1,116 @@ +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 (low traffic) +* jap...@li... +* jap...@li... +* jap...@li... +To find out how to subscribe or read the archives, go to: + http://sourceforge.net/mail/?group_id=xxxxxx + + +LICSENSE INFORMATION +-------------------- +See the file LICENSE Property changes on: common/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. |