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=axis-1_4/jaas.jar Index: modules/xml_soap/build.xml =================================================================== --- modules/xml_soap/build.xml (revision 0) +++ modules/xml_soap/build.xml (revision 0) @@ -0,0 +1,79 @@ + + + + + Build for XML_SOAP component + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Index: modules/xml_soap/META-INF/MANIFEST.MF =================================================================== --- modules/xml_soap/META-INF/MANIFEST.MF (revision 0) +++ modules/xml_soap/META-INF/MANIFEST.MF (revision 0) @@ -0,0 +1,6 @@ +Manifest-Version: 1.0 +Bundle-Name: Harmony SAAJ +Bundle-SymbolicName: org.apache.harmony.saaj +Bundle-Version: 1.2 +Bundle-ClassPath: saaj.jar +Export-Package: javax.xml.soap \ No newline at end of file Index: modules/xml_soap/make/depends.properties =================================================================== --- modules/xml_soap/make/depends.properties (revision 0) +++ modules/xml_soap/make/depends.properties (revision 0) @@ -0,0 +1,28 @@ +# 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://www.apache.org/dist +axis.base=${apache.base}/ws/axis/${axis.version}/ + +axis.version=1_4 +axis.dirname=axis-${axis.version} +axis.dir=${depends.jars}/${axis.dirname} +axis.zipname=axis.zip +axis.zip=${axis.dir}/${axis.zipname} +axis.jarname=saaj.jar +axis.jar=${axis.dir}/${axis.jarname} +axis.url=${axis.base}/axis-bin-${axis.version}.zip +axis.md5=9eda42bf82a274349f18c5affdd93608