Author: sebb
Date: Wed Sep 17 00:22:59 2014
New Revision: 1625437

URL: http://svn.apache.org/r1625437
Log:
Use RAT bundle jar rather than individual jars plus unspecified dependencies

Modified:
    creadur/rat/trunk/apache-rat-tasks/src/site/apt/examples/custom.apt
    creadur/rat/trunk/apache-rat-tasks/src/site/apt/index.apt

Modified: creadur/rat/trunk/apache-rat-tasks/src/site/apt/examples/custom.apt
URL: 
http://svn.apache.org/viewvc/creadur/rat/trunk/apache-rat-tasks/src/site/apt/examples/custom.apt?rev=1625437&r1=1625436&r2=1625437&view=diff
==============================================================================
--- creadur/rat/trunk/apache-rat-tasks/src/site/apt/examples/custom.apt 
(original)
+++ creadur/rat/trunk/apache-rat-tasks/src/site/apt/examples/custom.apt Wed Sep 
17 00:22:59 2014
@@ -121,9 +121,7 @@ public class YASLMatcher implements IHea
 
 -------
 <path id="rat-classpath">
-    <pathelement location="YOUR-PATH-TO/apache-rat-tasks.jar"/>
-    <pathelement location="YOUR-PATH-TO/apache-rat-core.jar"/>
-    ... other dependencies ...
+    <pathelement location="YOUR-PATH-TO/apache-rat-${version}.jar"/>
     <pathelement location="YOUR-PATH-TO/yasl-matcher.jar"/>
 </path>
 <taskdef

Modified: creadur/rat/trunk/apache-rat-tasks/src/site/apt/index.apt
URL: 
http://svn.apache.org/viewvc/creadur/rat/trunk/apache-rat-tasks/src/site/apt/index.apt?rev=1625437&r1=1625436&r2=1625437&view=diff
==============================================================================
--- creadur/rat/trunk/apache-rat-tasks/src/site/apt/index.apt (original)
+++ creadur/rat/trunk/apache-rat-tasks/src/site/apt/index.apt Wed Sep 17 
00:22:59 2014
@@ -47,9 +47,7 @@ Installation
 <taskdef
     resource="org/apache/rat/anttasks/antlib.xml">
     <classpath>
-        <pathelement location="YOUR-PATH-TO/apache-rat-tasks.jar"/>
-        <pathelement location="YOUR-PATH-TO/apache-rat-core.jar"/>
-        ... other dependencies ...
+        <pathelement location="YOUR-PATH-TO/apache-rat-${version}.jar"/>
     </classpath>
 </taskdef>
 -------
@@ -66,9 +64,7 @@ Installation
     uri="antlib:org.apache.rat.anttasks"
     resource="org/apache/rat/anttasks/antlib.xml">
     <classpath>
-        <pathelement location="YOUR-PATH-TO/apache-rat-tasks.jar"/>
-        <pathelement location="YOUR-PATH-TO/apache-rat-core.jar"/>
-        ... other dependencies ...
+        <pathelement location="YOUR-PATH-TO/apache-rat-${version}.jar"/>
     </classpath>
 </taskdef>
 -------


Reply via email to