Author: apetrelli
Date: Sat Sep 29 08:10:26 2007
New Revision: 580593

URL: http://svn.apache.org/viewvc?rev=580593&view=rev
Log:
TILES-199
Merge from trunk to TILES_2_0_X branch.
Applied patch made submitted by Niall Pemberton.
Corrected references to Apache Commons project.

Modified:
    tiles/framework/branches/TILES_2_0_X/pom.xml

Modified: tiles/framework/branches/TILES_2_0_X/pom.xml
URL: 
http://svn.apache.org/viewvc/tiles/framework/branches/TILES_2_0_X/pom.xml?rev=580593&r1=580592&r2=580593&view=diff
==============================================================================
--- tiles/framework/branches/TILES_2_0_X/pom.xml (original)
+++ tiles/framework/branches/TILES_2_0_X/pom.xml Sat Sep 29 08:10:26 2007
@@ -166,9 +166,9 @@
                     <links>
                         <link>http://java.sun.com/j2se/1.5.0/docs/api/</link>
                         
<link>http://java.sun.com/j2ee/sdk_1.2.1/techdocs/api</link>
-                        
<link>http://jakarta.apache.org/commons/chain/apidocs</link>
-                        
<link>http://jakarta.apache.org/commons/digester/commons-digester-1.6/docs/api</link>
-                        
<link>http://jakarta.apache.org/commons/logging/commons-logging-1.1/apidocs</link>
+                        <link>http://commons.apache.org/chain/apidocs</link>
+                        
<link>http://commons.apache.org/digester/commons-digester-1.6/docs/api</link>
+                        
<link>http://commons.apache.org/logging/commons-logging-1.1/apidocs</link>
                     </links>
                     <doclet>gr.spinellis.umlgraph.doclet.UmlGraphDoc</doclet>
                     <docletArtifact>


Reply via email to