You are viewing a plain text version of this content. The canonical link for it is here.
Posted to imperius-commits@incubator.apache.org by da...@apache.org on 2009/10/09 14:48:49 UTC

svn commit: r823573 - /incubator/imperius/trunk/README.txt

Author: dawood
Date: Fri Oct  9 14:48:49 2009
New Revision: 823573

URL: http://svn.apache.org/viewvc?rev=823573&view=rev
Log:
Add antlr prerequisite reference.

Modified:
    incubator/imperius/trunk/README.txt

Modified: incubator/imperius/trunk/README.txt
URL: http://svn.apache.org/viewvc/incubator/imperius/trunk/README.txt?rev=823573&r1=823572&r2=823573&view=diff
==============================================================================
--- incubator/imperius/trunk/README.txt (original)
+++ incubator/imperius/trunk/README.txt Fri Oct  9 14:48:49 2009
@@ -4,10 +4,7 @@
 
  
  What is it? 
-  
 -----------
-  
- 
 Imperius (Simple Policy Language) or SPL - Is a simple standards based
 object-oriented policy language that allows expression of management
 policies using condition-action rules. Imperius provides an extensible
@@ -19,46 +16,48 @@
 (Imperius with Java binding) is another such example.
 
 
+Prerequisites
+------------
+Imperius requires the following software modules:
+
+* Antlr 2.7.6 or later.
+Antlr parsing technology is used to parse the SPL policy files and can
+be downloaded (as of 10/9/2009) from 
+http://www.antlr2.org/download/antlr-2.7.6.tar.gz.  Testing has not
+been done with Antlr 3.
 
-  The Latest Version
-  
+
+The Latest Version
 ------------------
 
-  
 Details of the latest version can be found on the Apache Imperius
-  
 Project web site <http://incubator.apache.org/Imperius/>.
-
-
   
 
 Documentation
-  
 -------------
 
- 
- Documentation is available online at the project website
+Documentation is available online at the project website
 
 
 Samples
 --------
 Samples are located under the /samples folder.
 
- Licensing
-  
+
+Licensing
 ---------
 
   
 This software is licensed under the terms you may find in the file 
- 
- named "LICENSE" in this directory.
+named "LICENSE" in this directory.
   
 
  
- Thanks for using Imperius.
+
+		Thanks for using Imperius.
 
                                           
-The Apache Imperius Project
-                                         
-<http://incubator.apache.org/Imperius/>
+				The Apache Imperius Project                             
+				<http://incubator.apache.org/Imperius/>