You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by po...@apache.org on 2014/08/08 22:13:21 UTC

svn commit: r1616866 - in /creadur/rat/trunk: BUILD.txt ant-task-examples.xml

Author: pottlinger
Date: Fri Aug  8 20:13:20 2014
New Revision: 1616866

URL: http://svn.apache.org/r1616866
Log:
LHF: minor changes in documentation

-Added defaultGoal.
-Raised version to current 0.12-SNAPSHOT in Ant examples.


Modified:
    creadur/rat/trunk/BUILD.txt
    creadur/rat/trunk/ant-task-examples.xml

Modified: creadur/rat/trunk/BUILD.txt
URL: http://svn.apache.org/viewvc/creadur/rat/trunk/BUILD.txt?rev=1616866&r1=1616865&r2=1616866&view=diff
==============================================================================
--- creadur/rat/trunk/BUILD.txt (original)
+++ creadur/rat/trunk/BUILD.txt Fri Aug  8 20:13:20 2014
@@ -1,6 +1,8 @@
-How to build
-============
+How to build RAT
+================
 
+There is a default goal that just builds a clean install. Just launch Maven in the project root directory.
+or
 Normal development:
 
     mvn install

Modified: creadur/rat/trunk/ant-task-examples.xml
URL: http://svn.apache.org/viewvc/creadur/rat/trunk/ant-task-examples.xml?rev=1616866&r1=1616865&r2=1616866&view=diff
==============================================================================
--- creadur/rat/trunk/ant-task-examples.xml (original)
+++ creadur/rat/trunk/ant-task-examples.xml Fri Aug  8 20:13:20 2014
@@ -25,7 +25,7 @@
   </description>
 
   <property name="src-dir" location="apache-rat-core/src/main/java"/>
-  <property name="version" value="0.9-SNAPSHOT"/>
+  <property name="version" value="0.12-SNAPSHOT"/>
   <property name="src-jar"
             location="apache-rat-core/target/apache-rat-core-${version}-sources.jar"/>