Thread: [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. |
From: <chr...@us...> - 2006-11-26 23:33:41
|
Revision: 232 http://svn.sourceforge.net/japi/?rev=232&view=rev Author: christianhujer Date: 2006-11-26 15:33:39 -0800 (Sun, 26 Nov 2006) Log Message: ----------- Updated README. Modified Paths: -------------- common/trunk/README Modified: common/trunk/README =================================================================== --- common/trunk/README 2006-11-26 23:29:13 UTC (rev 231) +++ common/trunk/README 2006-11-26 23:33:39 UTC (rev 232) @@ -103,12 +103,13 @@ 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... + News for JAPI users and developers (low traffic) * jap...@li... -* 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=xxxxxx + http://sourceforge.net/mail/?group_id=149894 LICSENSE INFORMATION This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <chr...@us...> - 2007-05-16 10:04:36
|
Revision: 342 http://svn.sourceforge.net/japi/?rev=342&view=rev Author: christianhujer Date: 2007-05-16 03:04:31 -0700 (Wed, 16 May 2007) Log Message: ----------- Fixed wrong project name in README. Modified Paths: -------------- common/trunk/README Modified: common/trunk/README =================================================================== --- common/trunk/README 2007-05-15 12:32:43 UTC (rev 341) +++ common/trunk/README 2007-05-16 10:04:31 UTC (rev 342) @@ -35,7 +35,7 @@ SYSTEM REQUIREMENTS ------------------- Java 5.0 - Previous versions of Java will not work. Gridarta uses Generics, autoboxing, + Previous versions of Java will not work. JAPI uses Generics, autoboxing, static imports, foreach loops, assertions, covariant return types and varargs quite a lot. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <chr...@us...> - 2007-06-10 09:03:50
|
Revision: 394 http://svn.sourceforge.net/japi/?rev=394&view=rev Author: christianhujer Date: 2007-06-10 02:03:47 -0700 (Sun, 10 Jun 2007) Log Message: ----------- Removed redundant whitespace. Modified Paths: -------------- common/trunk/README Modified: common/trunk/README =================================================================== --- common/trunk/README 2007-06-09 18:48:18 UTC (rev 393) +++ common/trunk/README 2007-06-10 09:03:47 UTC (rev 394) @@ -17,7 +17,7 @@ * mailing lists * license information (see file LICENSE) - + PROJECT DESCRIPTION ------------------- Japi Common is a set of libraries and build modules useful for Java projects. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |