You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by se...@apache.org on 2013/07/08 23:31:06 UTC

svn commit: r1500967 - /creadur/rat/trunk/apache-rat/README.txt

Author: sebb
Date: Mon Jul  8 21:31:05 2013
New Revision: 1500967

URL: http://svn.apache.org/r1500967
Log:
Add basic readme for CLI/Ant jar

Added:
    creadur/rat/trunk/apache-rat/README.txt   (with props)

Added: creadur/rat/trunk/apache-rat/README.txt
URL: http://svn.apache.org/viewvc/creadur/rat/trunk/apache-rat/README.txt?rev=1500967&view=auto
==============================================================================
--- creadur/rat/trunk/apache-rat/README.txt (added)
+++ creadur/rat/trunk/apache-rat/README.txt Mon Jul  8 21:31:05 2013
@@ -0,0 +1,10 @@
+README file for Apache Creadur RAT
+==================================
+
+The jar in this archive can be used stand-alone as follows:
+
+java -jar apache-rat-${project.version}.jar -help
+
+It can also be used in conjunction with Ant:
+
+ant -lib apache-rat-${project.version}.jar ...
\ No newline at end of file

Propchange: creadur/rat/trunk/apache-rat/README.txt
------------------------------------------------------------------------------
    svn:eol-style = native