Return-Path: Delivered-To: apmail-forrest-svn-archive@www.apache.org Received: (qmail 30703 invoked from network); 2 Dec 2005 23:09:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 2 Dec 2005 23:09:25 -0000 Received: (qmail 90653 invoked by uid 500); 2 Dec 2005 22:59:24 -0000 Delivered-To: apmail-forrest-svn-archive@forrest.apache.org Received: (qmail 44720 invoked by uid 500); 2 Dec 2005 20:38:57 -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 57433 invoked by uid 99); 2 Dec 2005 20:05:12 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Dec 2005 12:05:11 -0800 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; Fri, 02 Dec 2005 12:06:31 -0800 Received: (qmail 15472 invoked by uid 65534); 2 Dec 2005 20:04:32 -0000 Message-ID: <20051202200432.15467.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r351826 - in /forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.structurer/src/java/org/apache/forrest/dispatcher: ContractBean.java DispatcherHelper.java transformation/DispatcherTransformer.java util/SourceUtil.java Date: Fri, 02 Dec 2005 20:04:24 -0000 To: svn@forrest.apache.org From: twilliams@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: twilliams Date: Fri Dec 2 12:04:08 2005 New Revision: 351826 URL: http://svn.apache.org/viewcvs?rev=351826&view=rev Log: Fix some packaging troubles. Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.structurer/src/java/org/apache/forrest/dispatcher/ContractBean.java forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.structurer/src/java/org/apache/forrest/dispatcher/DispatcherHelper.java forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.structurer/src/java/org/apache/forrest/dispatcher/transformation/DispatcherTransformer.java forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.structurer/src/java/org/apache/forrest/dispatcher/util/SourceUtil.java Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.structurer/src/java/org/apache/forrest/dispatcher/ContractBean.java URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.structurer/src/java/org/apache/forrest/dispatcher/ContractBean.java?rev=351826&r1=351825&r2=351826&view=diff ============================================================================== --- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.structurer/src/java/org/apache/forrest/dispatcher/ContractBean.java (original) +++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.structurer/src/java/org/apache/forrest/dispatcher/ContractBean.java Fri Dec 2 12:04:08 2005 @@ -29,7 +29,7 @@ import javax.xml.transform.dom.DOMSource; import org.apache.avalon.framework.service.ServiceManager; -import org.apache.lenya.xml.NamespaceHelper; +import org.apache.forrest.dispatcher.lenya.xml.NamespaceHelper; import org.w3c.dom.Document; import org.w3c.dom.Element; import org.w3c.dom.Node; Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.structurer/src/java/org/apache/forrest/dispatcher/DispatcherHelper.java URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.structurer/src/java/org/apache/forrest/dispatcher/DispatcherHelper.java?rev=351826&r1=351825&r2=351826&view=diff ============================================================================== --- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.structurer/src/java/org/apache/forrest/dispatcher/DispatcherHelper.java (original) +++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.structurer/src/java/org/apache/forrest/dispatcher/DispatcherHelper.java Fri Dec 2 12:04:08 2005 @@ -27,7 +27,7 @@ import org.apache.cocoon.xml.XMLUtils; import org.apache.cocoon.xml.dom.DOMBuilder; import org.apache.excalibur.source.SourceNotFoundException; -import org.apache.lenya.xml.NamespaceHelper; +import org.apache.forrest.dispatcher.lenya.xml.NamespaceHelper; import org.w3c.dom.DOMException; import org.w3c.dom.Document; import org.w3c.dom.Element; Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.structurer/src/java/org/apache/forrest/dispatcher/transformation/DispatcherTransformer.java URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.structurer/src/java/org/apache/forrest/dispatcher/transformation/DispatcherTransformer.java?rev=351826&r1=351825&r2=351826&view=diff ============================================================================== --- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.structurer/src/java/org/apache/forrest/dispatcher/transformation/DispatcherTransformer.java (original) +++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.structurer/src/java/org/apache/forrest/dispatcher/transformation/DispatcherTransformer.java Fri Dec 2 12:04:08 2005 @@ -42,7 +42,7 @@ import org.apache.forrest.dispatcher.ContractBean; import org.apache.forrest.dispatcher.DispatcherException; import org.apache.forrest.dispatcher.DispatcherHelper; -import org.apache.lenya.xml.NamespaceHelper; +import org.apache.forrest.dispatcher.lenya.xml.NamespaceHelper; import org.w3c.dom.DOMException; import org.w3c.dom.Document; import org.w3c.dom.Element; Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.structurer/src/java/org/apache/forrest/dispatcher/util/SourceUtil.java URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.structurer/src/java/org/apache/forrest/dispatcher/util/SourceUtil.java?rev=351826&r1=351825&r2=351826&view=diff ============================================================================== --- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.structurer/src/java/org/apache/forrest/dispatcher/util/SourceUtil.java (original) +++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.structurer/src/java/org/apache/forrest/dispatcher/util/SourceUtil.java Fri Dec 2 12:04:08 2005 @@ -25,7 +25,7 @@ import org.apache.cocoon.environment.SourceResolver; import org.apache.excalibur.source.Source; import org.apache.excalibur.source.SourceNotFoundException; -import org.apache.lenya.xml.DocumentHelper; +import org.apache.forrest.dispatcher.lenya.xml.DocumentHelper; import org.w3c.dom.Document; import org.xml.sax.SAXException;