Applied, thanks. Ville Skytt� <[EMAIL PROTECTED]> writes:
> This patch adds URLs to project dependencies to that they'll be > generated as links in dependencies.html. > > Index: project.xml > =================================================================== > RCS file: /home/cvspublic/jakarta-turbine-torque/project.xml,v > retrieving revision 1.20 > diff -a -u -a -u -r1.20 project.xml > --- project.xml 16 Apr 2002 21:22:49 -0000 1.20 > +++ project.xml 24 Apr 2002 14:32:12 -0000 > @@ -93,6 +93,7 @@ > <type>required</type> > <version>1.0</version> > <jar>commons-collections.jar</jar> > + <url>http://jakarta.apache.org/commons/collections.html</url> > </dependency> > > <dependency> > @@ -100,6 +101,7 @@ > <type>required</type> > <version>1.0-dev</version> > <jar>commons-configuration-1.0-dev.jar</jar> > + <url>http://jakarta.apache.org/commons/</url> > </dependency> > > <dependency> > @@ -107,6 +109,7 @@ > <type>required</type> > <version>0.1</version> > <jar>commons-lang-0.1-dev.jar</jar> > + <url>http://jakarta.apache.org/commons/</url> > </dependency> > > <dependency> > @@ -114,6 +117,7 @@ > <type>required</type> > <version>1.0</version> > <jar>commons-pool.jar</jar> > + <url>http://jakarta.apache.org/commons/pool/</url> > </dependency> > > <dependency> > @@ -121,6 +125,7 @@ > <type>required</type> > <version>2.0</version> > <jar>jdbc2_0-stdext.jar</jar> > + <url>http://java.sun.com/products/jdbc/download.html#spec</url> > </dependency> > > <dependency> > @@ -128,6 +133,7 @@ > <type>required</type> > <version>1.1.3</version> > <jar>log4j-1.1.3.jar</jar> > + <url>http://jakarta.apache.org/log4j/</url> > </dependency> > > <dependency> > @@ -135,6 +141,7 @@ > <type>required</type> > <version>1.0-b2-dev</version> > <jar>stratum-1.0-b2-dev.jar</jar> > + <url>http://jakarta.apache.org/turbine/stratum/</url> > </dependency> > > <dependency> > @@ -142,6 +149,7 @@ > <type>required</type> > <version>1.0-dev</version> > <jar>jcs-1.0-dev.jar</jar> > + <url>http://jakarta.apache.org/turbine/jcs/</url> > </dependency> > > <dependency> > @@ -149,6 +157,7 @@ > <type>required</type> > <version>1.3-dev</version> > <jar>velocity-1.3-dev.jar</jar> > + <url>http://jakarta.apache.org/velocity/</url> > </dependency> > > <dependency> > @@ -156,6 +165,7 @@ > <type>required</type> > <version>1.5.3</version> > <jar>village-1.5.3.jar</jar> > + <url>http://share.whichever.com/index.php?SCREEN=village</url> > </dependency> > > <dependency> > @@ -163,6 +173,7 @@ > <type>required</type> > <version>2.0.0</version> > <jar>xercesImpl-2.0.0.jar</jar> > + <url>http://xml.apache.org/xerces2-j/</url> > </dependency> > > <dependency> > @@ -170,6 +181,7 @@ > <type>required</type> > <version>2.0.0</version> > <jar>xmlParserAPIs-2.0.0.jar</jar> > + <url>http://xml.apache.org/xerces2-j/</url> > </dependency> > > <!-- These are need in order to generate the gump descriptor. > @@ -179,6 +191,7 @@ > <type>documentation</type> > <version>0.43</version> > <jar>velocity-dvsl-0.43.jar</jar> > + <url>http://jakarta.apache.org/velocity/dvsl/</url> > </dependency> > > <dependency> > @@ -186,6 +199,7 @@ > <type>required</type> > <version>1.3</version> > <jar>dom4j-1.3.jar</jar> > + <url>http://www.dom4j.org/</url> > </dependency> > > <dependency> > @@ -193,6 +207,7 @@ > <type>required</type> > <version>0.1</version> > <jar>commons-io.jar</jar> > + <url>http://jakarta.apache.org/commons/</url> > </dependency> > > </dependencies> > > Cheers, > -- > Ville Skytt� > [EMAIL PROTECTED] > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
