From svn-return-7591-apmail-forrest-svn-archive=forrest.apache.org@forrest.apache.org Sun Feb 17 22:09:52 2008 Return-Path: Delivered-To: apmail-forrest-svn-archive@www.apache.org Received: (qmail 2280 invoked from network); 17 Feb 2008 22:09:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Feb 2008 22:09:51 -0000 Received: (qmail 46942 invoked by uid 500); 17 Feb 2008 22:09:46 -0000 Delivered-To: apmail-forrest-svn-archive@forrest.apache.org Received: (qmail 46906 invoked by uid 500); 17 Feb 2008 22:09:46 -0000 Mailing-List: contact svn-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Forrest Developers List" List-Id: Delivered-To: mailing list svn@forrest.apache.org Received: (qmail 46897 invoked by uid 99); 17 Feb 2008 22:09:46 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 17 Feb 2008 14:09:46 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 17 Feb 2008 22:09:22 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 0DC181A9838; Sun, 17 Feb 2008 14:09:31 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r628561 - in /forrest/trunk/plugins/org.apache.forrest.plugin.output.pdf/resources/stylesheets: document-to-fo.xsl helper-pageBreaks.xsl helper-pageNumber.xsl Date: Sun, 17 Feb 2008 22:09:30 -0000 To: svn@forrest.apache.org From: thorsten@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080217220931.0DC181A9838@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: thorsten Date: Sun Feb 17 14:09:29 2008 New Revision: 628561 URL: http://svn.apache.org/viewvc?rev=628561&view=rev Log: Extracting matches to helper classes so that we can import them in other plugins Added: forrest/trunk/plugins/org.apache.forrest.plugin.output.pdf/resources/stylesheets/helper-pageBreaks.xsl (with props) forrest/trunk/plugins/org.apache.forrest.plugin.output.pdf/resources/stylesheets/helper-pageNumber.xsl (with props) Modified: forrest/trunk/plugins/org.apache.forrest.plugin.output.pdf/resources/stylesheets/document-to-fo.xsl Modified: forrest/trunk/plugins/org.apache.forrest.plugin.output.pdf/resources/stylesheets/document-to-fo.xsl URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.output.pdf/resources/stylesheets/document-to-fo.xsl?rev=628561&r1=628560&r2=628561&view=diff ============================================================================== --- forrest/trunk/plugins/org.apache.forrest.plugin.output.pdf/resources/stylesheets/document-to-fo.xsl (original) +++ forrest/trunk/plugins/org.apache.forrest.plugin.output.pdf/resources/stylesheets/document-to-fo.xsl Sun Feb 17 14:09:29 2008 @@ -95,6 +95,10 @@ href="pdfoutline.xsl" /> + + @@ -1442,69 +1446,6 @@ name="insertPageBreaks" /> - - - - - page - - - - page - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Added: forrest/trunk/plugins/org.apache.forrest.plugin.output.pdf/resources/stylesheets/helper-pageBreaks.xsl URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.output.pdf/resources/stylesheets/helper-pageBreaks.xsl?rev=628561&view=auto ============================================================================== --- forrest/trunk/plugins/org.apache.forrest.plugin.output.pdf/resources/stylesheets/helper-pageBreaks.xsl (added) +++ forrest/trunk/plugins/org.apache.forrest.plugin.output.pdf/resources/stylesheets/helper-pageBreaks.xsl Sun Feb 17 14:09:29 2008 @@ -0,0 +1,33 @@ + + + + + + + page + + + + + page + + + Propchange: forrest/trunk/plugins/org.apache.forrest.plugin.output.pdf/resources/stylesheets/helper-pageBreaks.xsl ------------------------------------------------------------------------------ svn:eol-style = native Added: forrest/trunk/plugins/org.apache.forrest.plugin.output.pdf/resources/stylesheets/helper-pageNumber.xsl URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.output.pdf/resources/stylesheets/helper-pageNumber.xsl?rev=628561&view=auto ============================================================================== --- forrest/trunk/plugins/org.apache.forrest.plugin.output.pdf/resources/stylesheets/helper-pageNumber.xsl (added) +++ forrest/trunk/plugins/org.apache.forrest.plugin.output.pdf/resources/stylesheets/helper-pageNumber.xsl Sun Feb 17 14:09:29 2008 @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Propchange: forrest/trunk/plugins/org.apache.forrest.plugin.output.pdf/resources/stylesheets/helper-pageNumber.xsl ------------------------------------------------------------------------------ svn:eol-style = native