Return-Path: Delivered-To: apmail-cocoon-cvs-archive@www.apache.org Received: (qmail 19898 invoked from network); 29 Aug 2007 21:44:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 Aug 2007 21:44:36 -0000 Received: (qmail 784 invoked by uid 500); 29 Aug 2007 21:44:31 -0000 Delivered-To: apmail-cocoon-cvs-archive@cocoon.apache.org Received: (qmail 720 invoked by uid 500); 29 Aug 2007 21:44:31 -0000 Mailing-List: contact cvs-help@cocoon.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@cocoon.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@cocoon.apache.org Received: (qmail 709 invoked by uid 99); 29 Aug 2007 21:44:31 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Aug 2007 14:44:31 -0700 X-ASF-Spam-Status: No, hits=-100.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; Wed, 29 Aug 2007 21:45:24 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id B02571A9832; Wed, 29 Aug 2007 14:44:04 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r570944 - in /cocoon/whiteboard/osgi/core/cocoon-xml/cocoon-xml-impl-osgi: pom.xml src/ src/main/ src/main/resources/ src/main/resources/META-INF/ src/main/resources/META-INF/spring/ src/main/resources/META-INF/spring/xml-parser.xml Date: Wed, 29 Aug 2007 21:44:04 -0000 To: cvs@cocoon.apache.org From: danielf@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20070829214404.B02571A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: danielf Date: Wed Aug 29 14:44:03 2007 New Revision: 570944 URL: http://svn.apache.org/viewvc?rev=570944&view=rev Log: Publishing the SAX and DOM XML-parsers as OSGi services and removing the package export of the impl package. Added: cocoon/whiteboard/osgi/core/cocoon-xml/cocoon-xml-impl-osgi/src/ cocoon/whiteboard/osgi/core/cocoon-xml/cocoon-xml-impl-osgi/src/main/ cocoon/whiteboard/osgi/core/cocoon-xml/cocoon-xml-impl-osgi/src/main/resources/ cocoon/whiteboard/osgi/core/cocoon-xml/cocoon-xml-impl-osgi/src/main/resources/META-INF/ cocoon/whiteboard/osgi/core/cocoon-xml/cocoon-xml-impl-osgi/src/main/resources/META-INF/spring/ cocoon/whiteboard/osgi/core/cocoon-xml/cocoon-xml-impl-osgi/src/main/resources/META-INF/spring/xml-parser.xml (with props) Modified: cocoon/whiteboard/osgi/core/cocoon-xml/cocoon-xml-impl-osgi/pom.xml Modified: cocoon/whiteboard/osgi/core/cocoon-xml/cocoon-xml-impl-osgi/pom.xml URL: http://svn.apache.org/viewvc/cocoon/whiteboard/osgi/core/cocoon-xml/cocoon-xml-impl-osgi/pom.xml?rev=570944&r1=570943&r2=570944&view=diff ============================================================================== --- cocoon/whiteboard/osgi/core/cocoon-xml/cocoon-xml-impl-osgi/pom.xml (original) +++ cocoon/whiteboard/osgi/core/cocoon-xml/cocoon-xml-impl-osgi/pom.xml Wed Aug 29 14:44:03 2007 @@ -87,10 +87,11 @@ ${pom.artifactId} - + org.apache.cocoon.core.xml.impl;version=${pkgVersion} - + + src/main/resources/, @${pkgArtifactId}-${pkgVersion}.jar!/META-INF/*, @${pkgArtifactId}-${pkgVersion}.jar!/META-INF/cocoon/spring/cocoon-xml-impl.xml Added: cocoon/whiteboard/osgi/core/cocoon-xml/cocoon-xml-impl-osgi/src/main/resources/META-INF/spring/xml-parser.xml URL: http://svn.apache.org/viewvc/cocoon/whiteboard/osgi/core/cocoon-xml/cocoon-xml-impl-osgi/src/main/resources/META-INF/spring/xml-parser.xml?rev=570944&view=auto ============================================================================== --- cocoon/whiteboard/osgi/core/cocoon-xml/cocoon-xml-impl-osgi/src/main/resources/META-INF/spring/xml-parser.xml (added) +++ cocoon/whiteboard/osgi/core/cocoon-xml/cocoon-xml-impl-osgi/src/main/resources/META-INF/spring/xml-parser.xml Wed Aug 29 14:44:03 2007 @@ -0,0 +1,36 @@ + + + + + + + + + + + \ No newline at end of file Propchange: cocoon/whiteboard/osgi/core/cocoon-xml/cocoon-xml-impl-osgi/src/main/resources/META-INF/spring/xml-parser.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: cocoon/whiteboard/osgi/core/cocoon-xml/cocoon-xml-impl-osgi/src/main/resources/META-INF/spring/xml-parser.xml ------------------------------------------------------------------------------ svn:keywords = Id