Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 41228 invoked from network); 19 Sep 2008 12:35:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Sep 2008 12:35:50 -0000 Received: (qmail 17014 invoked by uid 500); 19 Sep 2008 12:35:47 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 16915 invoked by uid 500); 19 Sep 2008 12:35:47 -0000 Mailing-List: contact commits-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list commits@harmony.apache.org Received: (qmail 16906 invoked by uid 99); 19 Sep 2008 12:35:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Sep 2008 05:35:47 -0700 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.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Sep 2008 12:34:56 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 5849D238896F; Fri, 19 Sep 2008 05:34:59 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r697069 - /harmony/enhanced/classlib/trunk/modules/sql/META-INF/MANIFEST.MF Date: Fri, 19 Sep 2008 12:34:58 -0000 To: commits@harmony.apache.org From: tellison@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080919123459.5849D238896F@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: tellison Date: Fri Sep 19 05:34:57 2008 New Revision: 697069 URL: http://svn.apache.org/viewvc?rev=697069&view=rev Log: Update SQL's manifest to show dependency on XML packages. Modified: harmony/enhanced/classlib/trunk/modules/sql/META-INF/MANIFEST.MF Modified: harmony/enhanced/classlib/trunk/modules/sql/META-INF/MANIFEST.MF URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/sql/META-INF/MANIFEST.MF?rev=697069&r1=697068&r2=697069&view=diff ============================================================================== --- harmony/enhanced/classlib/trunk/modules/sql/META-INF/MANIFEST.MF (original) +++ harmony/enhanced/classlib/trunk/modules/sql/META-INF/MANIFEST.MF Fri Sep 19 05:34:57 2008 @@ -25,9 +25,16 @@ java.util.logging, java.util.zip;resolution:=optional, javax.naming, + javax.xml.parsers;resolution:=optional, + javax.xml.transform, + javax.xml.transform.dom, + javax.xml.transform.stream, org.apache.harmony.kernel.vm, org.apache.harmony.luni.util, org.apache.harmony.testframework.serialization;hy_usage=test;resolution:=optional, + org.w3c.dom;resolution:=optional, + org.xml.sax, + org.xml.sax.helpers, tests.support;hy_usage=test;resolution:=optional Export-Package: java.sql, javax.sql,