Update of /cvsroot/commonjava/commonjava-projects/commonjava-hostaccess
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26548
Modified Files:
project.xml
Log Message:
updated documentation in project.xml files, and added functionality to:
Console:
- provide convenient way to prompt the user for more information
Config:
- Provide snap-in container stacking, or scoping
- Provide a JBoss service implementation of a snap-in container
Probably other things, but I don't honestly remember everything...
Index: project.xml
===================================================================
RCS file: /cvsroot/commonjava/commonjava-projects/commonjava-hostaccess/project.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- project.xml 15 Dec 2003 01:50:12 -0000 1.4
+++ project.xml 18 Feb 2004 06:12:00 -0000 1.5
@@ -3,7 +3,7 @@
<project>
<pomVersion>3</pomVersion>
<id>commonjava-hostaccess</id>
- <name>CommonJava Host Access Control Library</name>
+ <name>Host Access</name>
<groupId>commonjava</groupId>
<currentVersion>2.1</currentVersion>
<organization>
@@ -13,6 +13,13 @@
<inceptionYear>2002</inceptionYear>
<package>org.commonjava.hostaccess</package>
+ <description>
+ Contains a simple rule library and set of OPL parsers for specifying which hosts may access
+ an application remotely. Supported specifications are IP ranges, single IP addresses, and
+ CIDR-style network notations. These may be ANDed, ORed or NOTed to your heart's content, of
+ course.
+ </description>
+
<dependencies>
<dependency>
<groupId>commonjava</groupId>
|