Return-Path: Delivered-To: apmail-struts-commits-archive@locus.apache.org Received: (qmail 11474 invoked from network); 2 May 2006 21:12:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 2 May 2006 21:12:00 -0000 Received: (qmail 64309 invoked by uid 500); 2 May 2006 21:11:53 -0000 Delivered-To: apmail-struts-commits-archive@struts.apache.org Received: (qmail 64020 invoked by uid 500); 2 May 2006 21:11:50 -0000 Mailing-List: contact commits-help@struts.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@struts.apache.org Delivered-To: mailing list commits@struts.apache.org Received: (qmail 63561 invoked by uid 99); 2 May 2006 21:11:48 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 May 2006 14:11:48 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 02 May 2006 14:11:43 -0700 Received: (qmail 11197 invoked by uid 65534); 2 May 2006 21:11:22 -0000 Message-ID: <20060502211122.11194.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r399049 - in /struts/action/trunk/src/site: site.xml xdoc/apidocs/ xdoc/apidocs/index.xml xdoc/checkstyle.xml xdoc/dependencies.xml xdoc/javadoc.xml xdoc/jxr.xml Date: Tue, 02 May 2006 21:11:21 -0000 To: commits@struts.apache.org From: wsmoak@apache.org X-Mailer: svnmailer-1.0.8 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: wsmoak Date: Tue May 2 14:11:18 2006 New Revision: 399049 URL: http://svn.apache.org/viewcvs?rev=399049&view=rev Log: Add placeholder pages with links to the component-level Checkstyle, JXR and Dependencies reports. Move the Javadoc placeholder page into the expected location: apidocs/index.html. Eventually, these reports should be automatically aggregated in the struts-action site. Added: struts/action/trunk/src/site/xdoc/apidocs/ struts/action/trunk/src/site/xdoc/apidocs/index.xml - copied, changed from r398802, struts/action/trunk/src/site/xdoc/javadoc.xml struts/action/trunk/src/site/xdoc/checkstyle.xml (with props) struts/action/trunk/src/site/xdoc/dependencies.xml (with props) struts/action/trunk/src/site/xdoc/jxr.xml (with props) Removed: struts/action/trunk/src/site/xdoc/javadoc.xml Modified: struts/action/trunk/src/site/site.xml Modified: struts/action/trunk/src/site/site.xml URL: http://svn.apache.org/viewcvs/struts/action/trunk/src/site/site.xml?rev=399049&r1=399048&r2=399049&view=diff ============================================================================== --- struts/action/trunk/src/site/site.xml (original) +++ struts/action/trunk/src/site/site.xml Tue May 2 14:11:18 2006 @@ -50,7 +50,7 @@ /> - - @@ -93,7 +90,6 @@ - ${modules} ${reports} Copied: struts/action/trunk/src/site/xdoc/apidocs/index.xml (from r398802, struts/action/trunk/src/site/xdoc/javadoc.xml) URL: http://svn.apache.org/viewcvs/struts/action/trunk/src/site/xdoc/apidocs/index.xml?p2=struts/action/trunk/src/site/xdoc/apidocs/index.xml&p1=struts/action/trunk/src/site/xdoc/javadoc.xml&r1=398802&r2=399049&rev=399049&view=diff ============================================================================== --- struts/action/trunk/src/site/xdoc/javadoc.xml (original) +++ struts/action/trunk/src/site/xdoc/apidocs/index.xml Tue May 2 14:11:18 2006 @@ -45,6 +45,9 @@
  • Struts Taglib
  • +
  • + + Struts Tiles
  • Added: struts/action/trunk/src/site/xdoc/checkstyle.xml URL: http://svn.apache.org/viewcvs/struts/action/trunk/src/site/xdoc/checkstyle.xml?rev=399049&view=auto ============================================================================== --- struts/action/trunk/src/site/xdoc/checkstyle.xml (added) +++ struts/action/trunk/src/site/xdoc/checkstyle.xml Tue May 2 14:11:18 2006 @@ -0,0 +1,56 @@ + + + + + + + Checkstyle + + + + +
    + + + +
    + + +
    Propchange: struts/action/trunk/src/site/xdoc/checkstyle.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: struts/action/trunk/src/site/xdoc/checkstyle.xml ------------------------------------------------------------------------------ svn:executable = * Propchange: struts/action/trunk/src/site/xdoc/checkstyle.xml ------------------------------------------------------------------------------ svn:keywords = Date Author Id Revision HeadURL Added: struts/action/trunk/src/site/xdoc/dependencies.xml URL: http://svn.apache.org/viewcvs/struts/action/trunk/src/site/xdoc/dependencies.xml?rev=399049&view=auto ============================================================================== --- struts/action/trunk/src/site/xdoc/dependencies.xml (added) +++ struts/action/trunk/src/site/xdoc/dependencies.xml Tue May 2 14:11:18 2006 @@ -0,0 +1,56 @@ + + + + + + + Project Dependencies + + + + +
    + + + +
    + + +
    Propchange: struts/action/trunk/src/site/xdoc/dependencies.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: struts/action/trunk/src/site/xdoc/dependencies.xml ------------------------------------------------------------------------------ svn:executable = * Propchange: struts/action/trunk/src/site/xdoc/dependencies.xml ------------------------------------------------------------------------------ svn:keywords = Date Author Id Revision HeadURL Added: struts/action/trunk/src/site/xdoc/jxr.xml URL: http://svn.apache.org/viewcvs/struts/action/trunk/src/site/xdoc/jxr.xml?rev=399049&view=auto ============================================================================== --- struts/action/trunk/src/site/xdoc/jxr.xml (added) +++ struts/action/trunk/src/site/xdoc/jxr.xml Tue May 2 14:11:18 2006 @@ -0,0 +1,56 @@ + + + + + + + Source Xref report + + + + +
    + + + +
    + + +
    Propchange: struts/action/trunk/src/site/xdoc/jxr.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: struts/action/trunk/src/site/xdoc/jxr.xml ------------------------------------------------------------------------------ svn:executable = * Propchange: struts/action/trunk/src/site/xdoc/jxr.xml ------------------------------------------------------------------------------ svn:keywords = Date Author Id Revision HeadURL