Return-Path: Delivered-To: apmail-myfaces-commits-archive@www.apache.org Received: (qmail 46491 invoked from network); 3 May 2006 18:14:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 3 May 2006 18:14:27 -0000 Received: (qmail 1616 invoked by uid 500); 3 May 2006 18:14:27 -0000 Delivered-To: apmail-myfaces-commits-archive@myfaces.apache.org Received: (qmail 1533 invoked by uid 500); 3 May 2006 18:14:26 -0000 Mailing-List: contact commits-help@myfaces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Development" Delivered-To: mailing list commits@myfaces.apache.org Received: (qmail 1522 invoked by uid 99); 3 May 2006 18:14:26 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 May 2006 11:14:26 -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; Wed, 03 May 2006 11:14:24 -0700 Received: (qmail 46406 invoked by uid 65534); 3 May 2006 18:14:04 -0000 Message-ID: <20060503181404.46405.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r399369 - in /myfaces/tobago/trunk/tobago-tool: gendoc/pom.xml gendoc/src/main/webapp/WEB-INF/tobago-config.xml gendoc/src/main/webapp/WEB-INF/web.xml gendoc/src/main/webapp/screenshot/menuBar.jsp pom.xml Date: Wed, 03 May 2006 18:14:02 -0000 To: commits@myfaces.apache.org From: bommel@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: bommel Date: Wed May 3 11:13:58 2006 New Revision: 399369 URL: http://svn.apache.org/viewcvs?rev=399369&view=rev Log: fixed gendoc war Modified: myfaces/tobago/trunk/tobago-tool/gendoc/pom.xml myfaces/tobago/trunk/tobago-tool/gendoc/src/main/webapp/WEB-INF/tobago-config.xml myfaces/tobago/trunk/tobago-tool/gendoc/src/main/webapp/WEB-INF/web.xml myfaces/tobago/trunk/tobago-tool/gendoc/src/main/webapp/screenshot/menuBar.jsp myfaces/tobago/trunk/tobago-tool/pom.xml Modified: myfaces/tobago/trunk/tobago-tool/gendoc/pom.xml URL: http://svn.apache.org/viewcvs/myfaces/tobago/trunk/tobago-tool/gendoc/pom.xml?rev=399369&r1=399368&r2=399369&view=diff ============================================================================== --- myfaces/tobago/trunk/tobago-tool/gendoc/pom.xml (original) +++ myfaces/tobago/trunk/tobago-tool/gendoc/pom.xml Wed May 3 11:13:58 2006 @@ -29,30 +29,18 @@ Tobago gendoc gendoc - + - - - - - - - - - - + --> Modified: myfaces/tobago/trunk/tobago-tool/gendoc/src/main/webapp/WEB-INF/tobago-config.xml URL: http://svn.apache.org/viewcvs/myfaces/tobago/trunk/tobago-tool/gendoc/src/main/webapp/WEB-INF/tobago-config.xml?rev=399369&r1=399368&r2=399369&view=diff ============================================================================== --- myfaces/tobago/trunk/tobago-tool/gendoc/src/main/webapp/WEB-INF/tobago-config.xml (original) +++ myfaces/tobago/trunk/tobago-tool/gendoc/src/main/webapp/WEB-INF/tobago-config.xml Wed May 3 11:13:58 2006 @@ -23,10 +23,9 @@ speyside - scarborough tobago-resource - tobago + org/apache/myfaces/tobago/renderkit Modified: myfaces/tobago/trunk/tobago-tool/gendoc/src/main/webapp/WEB-INF/web.xml URL: http://svn.apache.org/viewcvs/myfaces/tobago/trunk/tobago-tool/gendoc/src/main/webapp/WEB-INF/web.xml?rev=399369&r1=399368&r2=399369&view=diff ============================================================================== --- myfaces/tobago/trunk/tobago-tool/gendoc/src/main/webapp/WEB-INF/web.xml (original) +++ myfaces/tobago/trunk/tobago-tool/gendoc/src/main/webapp/WEB-INF/web.xml Wed May 3 11:13:58 2006 @@ -28,6 +28,7 @@ multipartFormdataFilter org.apache.myfaces.tobago.webapp.TobagoMultipartFormdataFilter + multipartFormdataFilter /faces/* @@ -39,6 +40,11 @@ 3 + + ResourceServlet + org.apache.myfaces.tobago.servlet.ResourceServlet + + @@ -46,4 +52,9 @@ /faces/* + + ResourceServlet + /org/apache/myfaces/tobago/renderkit/* + + Modified: myfaces/tobago/trunk/tobago-tool/gendoc/src/main/webapp/screenshot/menuBar.jsp URL: http://svn.apache.org/viewcvs/myfaces/tobago/trunk/tobago-tool/gendoc/src/main/webapp/screenshot/menuBar.jsp?rev=399369&r1=399368&r2=399369&view=diff ============================================================================== --- myfaces/tobago/trunk/tobago-tool/gendoc/src/main/webapp/screenshot/menuBar.jsp (original) +++ myfaces/tobago/trunk/tobago-tool/gendoc/src/main/webapp/screenshot/menuBar.jsp Wed May 3 11:13:58 2006 @@ -33,7 +33,7 @@ - + <%----%> <%-- code-sniplet-start id="menu" --%> Modified: myfaces/tobago/trunk/tobago-tool/pom.xml URL: http://svn.apache.org/viewcvs/myfaces/tobago/trunk/tobago-tool/pom.xml?rev=399369&r1=399368&r2=399369&view=diff ============================================================================== --- myfaces/tobago/trunk/tobago-tool/pom.xml (original) +++ myfaces/tobago/trunk/tobago-tool/pom.xml Wed May 3 11:13:58 2006 @@ -14,4 +14,12 @@ maven-theme-plugin tobago-tool-apt + + + all-modules + + gendoc + + +