You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by an...@apache.org on 2008/12/02 19:49:53 UTC

svn commit: r722563 - /tapestry/tapestry5/trunk/tapestry-upload/pom.xml

Author: andyhot
Date: Tue Dec  2 10:49:52 2008
New Revision: 722563

URL: http://svn.apache.org/viewvc?rev=722563&view=rev
Log:
use relative links in component report

Modified:
    tapestry/tapestry5/trunk/tapestry-upload/pom.xml

Modified: tapestry/tapestry5/trunk/tapestry-upload/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-upload/pom.xml?rev=722563&r1=722562&r2=722563&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-upload/pom.xml (original)
+++ tapestry/tapestry5/trunk/tapestry-upload/pom.xml Tue Dec  2 10:49:52 2008
@@ -120,6 +120,7 @@
                 <configuration>
                     <rootPackage>org.apache.tapestry5.upload</rootPackage>
                     <apidocs>../apidocs</apidocs>
+		    <tapestryJavadoc>../apidocs</tapestryJavadoc>
                 </configuration>
             </plugin>
         </plugins>