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

svn commit: r722559 - /tapestry/tapestry5/trunk/tapestry-core/pom.xml

Author: andyhot
Date: Tue Dec  2 10:36:25 2008
New Revision: 722559

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

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

Modified: tapestry/tapestry5/trunk/tapestry-core/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/pom.xml?rev=722559&r1=722558&r2=722559&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-core/pom.xml (original)
+++ tapestry/tapestry5/trunk/tapestry-core/pom.xml Tue Dec  2 10:36:25 2008
@@ -100,6 +100,7 @@
                 <configuration>
                     <rootPackage>org.apache.tapestry5.corelib</rootPackage>
                     <apidocs>../apidocs</apidocs>
+		    <tapestryJavadoc>../apidocs</tapestryJavadoc>
                 </configuration>
             </plugin>
         </plugins>