Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 65796 invoked from network); 29 Jul 2009 09:31:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 29 Jul 2009 09:31:35 -0000 Received: (qmail 35021 invoked by uid 500); 29 Jul 2009 09:31:35 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 34991 invoked by uid 500); 29 Jul 2009 09:31:35 -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 34979 invoked by uid 99); 29 Jul 2009 09:31:35 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Jul 2009 09:31:35 +0000 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; Wed, 29 Jul 2009 09:31:20 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id BD4D62388876; Wed, 29 Jul 2009 09:30:58 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r798820 - in /harmony/enhanced/classlib/branches/java6: depends/files/ modules/saaj/ modules/saaj/META-INF/ modules/saaj/make/ Date: Wed, 29 Jul 2009 09:30:58 -0000 To: commits@harmony.apache.org From: hindessm@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090729093058.BD4D62388876@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: hindessm Date: Wed Jul 29 09:30:57 2009 New Revision: 798820 URL: http://svn.apache.org/viewvc?rev=798820&view=rev Log: Applied patch from "[#HARMONY-6283] [classlib][java6] javax.xml.soap package is missing from the Java 6 build". Added: harmony/enhanced/classlib/branches/java6/modules/saaj/ harmony/enhanced/classlib/branches/java6/modules/saaj/META-INF/ harmony/enhanced/classlib/branches/java6/modules/saaj/META-INF/MANIFEST.MF (with props) harmony/enhanced/classlib/branches/java6/modules/saaj/build.xml (with props) harmony/enhanced/classlib/branches/java6/modules/saaj/make/ harmony/enhanced/classlib/branches/java6/modules/saaj/make/depends.properties (with props) Modified: harmony/enhanced/classlib/branches/java6/depends/files/bootclasspath.properties Modified: harmony/enhanced/classlib/branches/java6/depends/files/bootclasspath.properties URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/branches/java6/depends/files/bootclasspath.properties?rev=798820&r1=798819&r2=798820&view=diff ============================================================================== --- harmony/enhanced/classlib/branches/java6/depends/files/bootclasspath.properties (original) +++ harmony/enhanced/classlib/branches/java6/depends/files/bootclasspath.properties Wed Jul 29 09:30:57 2009 @@ -207,3 +207,5 @@ bootclasspath.50=asm-3.1/asm-3.1.jar bootclasspath.51=bsf-3.0-beta3/bsf-api.jar + +bootclasspath.52=axis2-1.3/axis2-saaj-api-1.3.jar Added: harmony/enhanced/classlib/branches/java6/modules/saaj/META-INF/MANIFEST.MF URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/branches/java6/modules/saaj/META-INF/MANIFEST.MF?rev=798820&view=auto ============================================================================== --- harmony/enhanced/classlib/branches/java6/modules/saaj/META-INF/MANIFEST.MF (added) +++ harmony/enhanced/classlib/branches/java6/modules/saaj/META-INF/MANIFEST.MF Wed Jul 29 09:30:57 2009 @@ -0,0 +1,17 @@ +Manifest-Version: 1.0 +Bundle-ManifestVersion: 2 +Bundle-Name: Harmony SAAJ API +Bundle-SymbolicName: org.apache.harmony.saaj-api +Bundle-Version: 1.3 +Bundle-ClassPath: axis2-saaj-api-1.3.jar +Export-Package: javax.xml.soap +Import-Package: java.io, + java.util, + javax.activation, + javax.xml.namespace, + javax.xml.transform, + javax.xml.transform.dom, + org.w3c.dom + + + \ No newline at end of file Propchange: harmony/enhanced/classlib/branches/java6/modules/saaj/META-INF/MANIFEST.MF ------------------------------------------------------------------------------ svn:eol-style = native Added: harmony/enhanced/classlib/branches/java6/modules/saaj/build.xml URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/branches/java6/modules/saaj/build.xml?rev=798820&view=auto ============================================================================== --- harmony/enhanced/classlib/branches/java6/modules/saaj/build.xml (added) +++ harmony/enhanced/classlib/branches/java6/modules/saaj/build.xml Wed Jul 29 09:30:57 2009 @@ -0,0 +1,79 @@ + + + + + Build for XML_SOAP component + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Propchange: harmony/enhanced/classlib/branches/java6/modules/saaj/build.xml ------------------------------------------------------------------------------ svn:eol-style = native Added: harmony/enhanced/classlib/branches/java6/modules/saaj/make/depends.properties URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/branches/java6/modules/saaj/make/depends.properties?rev=798820&view=auto ============================================================================== --- harmony/enhanced/classlib/branches/java6/modules/saaj/make/depends.properties (added) +++ harmony/enhanced/classlib/branches/java6/modules/saaj/make/depends.properties Wed Jul 29 09:30:57 2009 @@ -0,0 +1,26 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +depends.jars=${depends.dir}/jars +apache.base=http://archive.apache.org/dist +axis.base=${apache.base}/ws/axis2/1_3/ +axis.dirname=axis2-1.3 +axis.dir=${depends.jars}/${axis.dirname} +axis.zipname=axis2-1.3-bin.zip +axis.zip=${axis.dir}/${axis.zipname} +axis.jarname=axis2-saaj-api-1.3.jar +axis.jar=${axis.dir}/${axis.jarname} +axis.url=${axis.base}/${axis.zipname} +axis.md5=ab2bc77452288ebf80d861270734a83e \ No newline at end of file Propchange: harmony/enhanced/classlib/branches/java6/modules/saaj/make/depends.properties ------------------------------------------------------------------------------ svn:eol-style = native