Revision: 436
http://svn.sourceforge.net/japi/?rev=436&view=rev
Author: christianhujer
Date: 2007-06-25 07:01:47 -0700 (Mon, 25 Jun 2007)
Log Message:
-----------
Updated README.
Modified Paths:
--------------
libs/taglets/trunk/README
Modified: libs/taglets/trunk/README
===================================================================
--- libs/taglets/trunk/README 2007-06-25 14:01:12 UTC (rev 435)
+++ libs/taglets/trunk/README 2007-06-25 14:01:47 UTC (rev 436)
@@ -35,9 +35,9 @@
SYSTEM REQUIREMENTS
-------------------
Java 5.0
- Previous versions of Java will not work. Japi Taglets uses Generics,
- autoboxing, static imports, foreach loops, assertions, covariant return
- types and varargs quite a lot.
+ Previous versions of Java will not work. Japi 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.
@@ -48,9 +48,16 @@
build.xml
The build file to build the project with Ant.
+common/
+ Directory with libraries and other files that are common to all or most
+ Japi projects / modules.
+
+CHANGES
+ Changelog with significant changes.
+
COPYING
- Japi Taglets license conditions. Note: applies to Japi Taglets only, not
- third party libraries.
+ Japi Taglets license conditions. Note: applies to Japi Taglets only,
+ not third party libraries.
CREDITS
List of project contributors. See also MAINTAINERS.
@@ -58,12 +65,6 @@
INSTALL
Description of how to build and install Japi Taglets.
-lib/
- Directory containing third party libraries used to build Japi Taglets.
- 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.
@@ -73,8 +74,8 @@
NEWS
Project News.
-project.properties
- File with automatically changed settings for Ant.
+module.properties
+ File with module-specific settings for common/commonBuild.xml.
README
This file.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|