The attached patch fixes/adds URLs to jars generated to
dependencies.html.

Cheers,
-- 
Ville Skytt�
[EMAIL PROTECTED]
Index: project.xml
===================================================================
RCS file: /home/cvspublic/jakarta-turbine-maven/project.xml,v
retrieving revision 1.63
diff -a -u -r1.63 project.xml
--- project.xml 19 Apr 2002 14:56:38 -0000      1.63
+++ project.xml 21 Apr 2002 11:23:15 -0000
@@ -276,7 +276,7 @@
       <type>required</type>
       <version>2.2</version>
       <jar>jdepend.jar</jar>
-      <url>http://jakarta.apache.org/turbine/maven/</url>
+      <url>http://www.clarkware.com/software/JDepend.html</url>
     </dependency>
 
     <!-- the following are all required for checkstyle to work -->
@@ -285,6 +285,7 @@
       <type>required</type>
       <version>2.1</version>
       <jar>checkstyle-2.1.jar</jar>
+      <url>http://checkstyle.sourceforge.net/</url>
     </dependency>
 
     <dependency>
@@ -292,6 +293,7 @@
       <type>required</type>
       <version></version>
       <jar>antlr.jar</jar>
+      <url>http://www.antlr.org/</url>
     </dependency>
 
     <dependency>
@@ -299,6 +301,7 @@
       <type>required</type>
       <version>1.2</version>
       <jar>regexp-1.2.jar</jar>
+      <url>http://jakarta.apache.org/regexp/</url>
     </dependency>
     <!-- end checkstyle requirements -->
 

Reply via email to