### Eclipse Workspace Patch 1.0 #P Java6 Index: modules/saaj/META-INF/MANIFEST.MF =================================================================== --- modules/saaj/META-INF/MANIFEST.MF (revision 0) +++ modules/saaj/META-INF/MANIFEST.MF (revision 0) @@ -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 Index: modules/saaj/build.xml =================================================================== --- modules/saaj/build.xml (revision 0) +++ modules/saaj/build.xml (revision 0) @@ -0,0 +1,79 @@ + + + + + Build for XML_SOAP component + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Index: modules/saaj/make/depends.properties =================================================================== --- modules/saaj/make/depends.properties (revision 0) +++ modules/saaj/make/depends.properties (revision 0) @@ -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 Index: depends/files/bootclasspath.properties =================================================================== --- depends/files/bootclasspath.properties (revision 792181) +++ depends/files/bootclasspath.properties (working copy) @@ -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