You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by di...@apache.org on 2008/03/15 18:44:18 UTC

svn commit: r637447 [1/8] - in /webservices/axis2/trunk/java: ./ etc/IDEA/ modules/adb/ modules/adb/src/org/apache/axis2/databinding/i18n/ modules/adb/src/org/apache/axis2/databinding/utils/writer/ modules/adb/test/org/apache/axis2/databinding/types/so...

Author: dims
Date: Sat Mar 15 10:43:08 2008
New Revision: 637447

URL: http://svn.apache.org/viewvc?rev=637447&view=rev
Log:
Fix license headers as per http://www.apache.org/legal/src-headers.html

Modified:
    webservices/axis2/trunk/java/build.xml
    webservices/axis2/trunk/java/etc/IDEA/Axis2.xml
    webservices/axis2/trunk/java/modules/adb/pom.xml
    webservices/axis2/trunk/java/modules/adb/src/org/apache/axis2/databinding/i18n/resource.properties
    webservices/axis2/trunk/java/modules/adb/src/org/apache/axis2/databinding/utils/writer/MTOMAwareOMBuilder.java
    webservices/axis2/trunk/java/modules/adb/src/org/apache/axis2/databinding/utils/writer/MTOMAwareXMLSerializer.java
    webservices/axis2/trunk/java/modules/adb/src/org/apache/axis2/databinding/utils/writer/OMElementStreamWriter.java
    webservices/axis2/trunk/java/modules/adb/src/org/apache/axis2/databinding/utils/writer/OMStreamNamespaceContext.java
    webservices/axis2/trunk/java/modules/adb/test/org/apache/axis2/databinding/types/soapencoding/ArrayTest.java
    webservices/axis2/trunk/java/modules/adb/test/org/apache/axis2/databinding/types/xsd/ArrayTest.java
    webservices/axis2/trunk/java/modules/adb/test/org/apache/axis2/databinding/utils/MultirefHelperTest.java
    webservices/axis2/trunk/java/modules/adb/test/org/apache/axis2/databinding/utils/writer/OMElementStreamWriterTest.java
    webservices/axis2/trunk/java/modules/addressing/src/org/apache/axis2/addressing/i18n/resource.properties
    webservices/axis2/trunk/java/modules/clustering/pom.xml
    webservices/axis2/trunk/java/modules/clustering/src/org/apache/axis2/clustering/ClusteringUtils.java
    webservices/axis2/trunk/java/modules/clustering/src/org/apache/axis2/clustering/control/GetConfigurationCommand.java
    webservices/axis2/trunk/java/modules/clustering/src/org/apache/axis2/clustering/control/GetConfigurationResponseCommand.java
    webservices/axis2/trunk/java/modules/clustering/src/org/apache/axis2/clustering/tribes/AtMostOnceInterceptor.java
    webservices/axis2/trunk/java/modules/clustering/src/org/apache/axis2/clustering/tribes/InitializationRequestHandler.java
    webservices/axis2/trunk/java/modules/clustering/src/org/apache/axis2/clustering/tribes/MembershipManager.java
    webservices/axis2/trunk/java/modules/clustering/test/org/apache/axis2/clustering/ContextReplicationTest.java
    webservices/axis2/trunk/java/modules/clustering/test/org/apache/axis2/clustering/ObjectSerializationTest.java
    webservices/axis2/trunk/java/modules/clustering/test/org/apache/axis2/clustering/TestDO.java
    webservices/axis2/trunk/java/modules/codegen/pom.xml
    webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/codegen/codegen-config.properties
    webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/codegen/extension/ExcludePackageExtension.java
    webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/codegen/extension/JAXWSWapperExtension.java
    webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/codegen/schema/AxisServiceTopElementSchemaGenerator.java
    webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/codegen/schema/NamespacePrefix.java
    webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/codegen/schema/TopElement.java
    webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/codegen/schema/XmlComplexType.java
    webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/codegen/schema/XmlElement.java
    webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/codegen/schema/XmlImport.java
    webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/codegen/schema/XmlSchema.java
    webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/codegen/schema/exception/DummySchemaGenerationException.java
    webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/i18n/resource.properties
    webservices/axis2/trunk/java/modules/codegen/test/org/apache/axis2/wsdl/codegen/schema/AxisServiceTopElementSchemaGeneratorTest.java
    webservices/axis2/trunk/java/modules/corba/pom.xml
    webservices/axis2/trunk/java/modules/documentation/xdocs/@axis2_version_dir@/Axis2-rpc-support.xml
    webservices/axis2/trunk/java/modules/documentation/xdocs/@axis2_version_dir@/app_server.xml
    webservices/axis2/trunk/java/modules/documentation/xdocs/@axis2_version_dir@/ejb-provider.xml
    webservices/axis2/trunk/java/modules/documentation/xdocs/@axis2_version_dir@/installationguide.xml
    webservices/axis2/trunk/java/modules/documentation/xdocs/@axis2_version_dir@/quickstartguide.xml
    webservices/axis2/trunk/java/modules/documentation/xdocs/@axis2_version_dir@/resources/schemas/services.xsd
    webservices/axis2/trunk/java/modules/documentation/xdocs/@axis2_version_dir@/userguide-buildingservices.xml
    webservices/axis2/trunk/java/modules/documentation/xdocs/@axis2_version_dir@/userguide-codelisting5.xml
    webservices/axis2/trunk/java/modules/documentation/xdocs/@axis2_version_dir@/userguide-codelisting7.xml
    webservices/axis2/trunk/java/modules/documentation/xdocs/@axis2_version_dir@/userguide-creatingclients-jibx.xml
    webservices/axis2/trunk/java/modules/documentation/xdocs/@axis2_version_dir@/userguide-creatingclients-xmlbeans.xml
    webservices/axis2/trunk/java/modules/documentation/xdocs/@axis2_version_dir@/userguide.xml
    webservices/axis2/trunk/java/modules/documentation/xdocs/@axis2_version_dir@/webadminguide.xml
    webservices/axis2/trunk/java/modules/documentation/xdocs/archived_news.xml
    webservices/axis2/trunk/java/modules/documentation/xdocs/articles.xml
    webservices/axis2/trunk/java/modules/documentation/xdocs/download/1_3/download.xml
    webservices/axis2/trunk/java/modules/documentation/xdocs/dynamic-labels.properties
    webservices/axis2/trunk/java/modules/documentation/xdocs/modules/rampart/1_3/sec-conf/in.action.xsd
    webservices/axis2/trunk/java/modules/documentation/xdocs/modules/rampart/1_3/sec-conf/out-action.xsd
    webservices/axis2/trunk/java/modules/documentation/xdocs/modules/rampart/1_3/sec-conf/rampart-config.xsd
    webservices/axis2/trunk/java/modules/documentation/xdocs/thanks.xml
    webservices/axis2/trunk/java/modules/documentation/xdocs/tools/index.xml
    webservices/axis2/trunk/java/modules/documentation/xdocs/tools/previous.xml
    webservices/axis2/trunk/java/modules/fastinfoset/pom.xml
    webservices/axis2/trunk/java/modules/integration/itest-build.xml
    webservices/axis2/trunk/java/modules/integration/manual/itest-resources/WSDLs/aspnetInteropTestDocLit.wsdl
    webservices/axis2/trunk/java/modules/integration/manual/itest-resources/WSDLs/aspnetInteropTestDocLitParameters.wsdl
    webservices/axis2/trunk/java/modules/integration/manual/itest-resources/WSDLs/aspnetcompound1.wsdl
    webservices/axis2/trunk/java/modules/integration/manual/itest-resources/WSDLs/aspnetcompound2.wsdl
    webservices/axis2/trunk/java/modules/integration/manual/itest-resources/WSDLs/compound1.wsdl
    webservices/axis2/trunk/java/modules/integration/manual/itest-resources/WSDLs/compound2.wsdl
    webservices/axis2/trunk/java/modules/integration/manual/itest-resources/WSDLs/interoptestdoclit.wsdl
    webservices/axis2/trunk/java/modules/integration/manual/itest-resources/WSDLs/interoptestdoclitparameters.wsdl
    webservices/axis2/trunk/java/modules/integration/manual/itest-resources/WSDLs/interoptestheaders.wsdl
    webservices/axis2/trunk/java/modules/integration/manual/itest-resources/WSDLs/stkv3Compound1.wsdl
    webservices/axis2/trunk/java/modules/integration/manual/itest-resources/WSDLs/stkv3Compound2.wsdl
    webservices/axis2/trunk/java/modules/integration/manual/itest-resources/WSDLs/stkv3interopTestDocLit.wsdl
    webservices/axis2/trunk/java/modules/integration/manual/itest-resources/WSDLs/stkv3interopTestDocLitParameters.wsdl
    webservices/axis2/trunk/java/modules/integration/manual/itest-resources/WSDLs/suncompound1.wsdl
    webservices/axis2/trunk/java/modules/integration/manual/itest-resources/WSDLs/suncompound2.wsdl
    webservices/axis2/trunk/java/modules/integration/manual/itest-resources/WSDLs/sundoclit.wsdl
    webservices/axis2/trunk/java/modules/integration/manual/itest-resources/WSDLs/sundoclitparams.wsdl
    webservices/axis2/trunk/java/modules/integration/manual/itest-resources/interop/sun/round4/complex/resBaseStrutFault.xml
    webservices/axis2/trunk/java/modules/integration/manual/itest-resources/interop/sun/round4/complex/resExtendedStructFault.xml
    webservices/axis2/trunk/java/modules/integration/manual/itest-resources/interop/sun/round4/complex/resMultipleFaults1.xml
    webservices/axis2/trunk/java/modules/integration/manual/itest-resources/interop/sun/round4/complex/resMultipleFaults2.xml
    webservices/axis2/trunk/java/modules/integration/manual/itest-resources/interop/sun/round4/complex/resSoapStructFault.xml
    webservices/axis2/trunk/java/modules/integration/manual/itest-resources/interop/sun/round4/simple/resEmptyfault.xml
    webservices/axis2/trunk/java/modules/integration/manual/itest-resources/interop/sun/round4/simple/resIntArrayFault.xml
    webservices/axis2/trunk/java/modules/integration/manual/itest-resources/interop/sun/round4/simple/resMultipleFaults1.xml
    webservices/axis2/trunk/java/modules/integration/manual/itest-resources/interop/sun/round4/simple/resMultipleFaults2.xml
    webservices/axis2/trunk/java/modules/integration/manual/itest-resources/interop/sun/round4/simple/resMultipleFaults3.xml
    webservices/axis2/trunk/java/modules/integration/manual/itest-resources/interop/sun/round4/simple/resMultipleFaults4.xml
    webservices/axis2/trunk/java/modules/integration/manual/itest-resources/interop/sun/round4/simple/resStringFault.xml
    webservices/axis2/trunk/java/modules/integration/manual/itest-resources/interop/whitemesa/round2/WFBaseStructRes.xml
    webservices/axis2/trunk/java/modules/integration/manual/itest-resources/interop/whitemesa/round4/complex/resBaseStructFault.xml
    webservices/axis2/trunk/java/modules/integration/manual/itest-resources/interop/whitemesa/round4/complex/resExtendedStructFault.xml
    webservices/axis2/trunk/java/modules/integration/manual/itest-resources/interop/whitemesa/round4/complex/resMultipleFaults1.xml
    webservices/axis2/trunk/java/modules/integration/manual/itest-resources/interop/whitemesa/round4/complex/resMultipleFaults2.xml
    webservices/axis2/trunk/java/modules/integration/manual/itest-resources/interop/whitemesa/round4/complex/resSoapStructFault.xml
    webservices/axis2/trunk/java/modules/integration/manual/itest-resources/interop/whitemesa/round4/res/resEmptyFault.xml
    webservices/axis2/trunk/java/modules/integration/manual/itest-resources/interop/whitemesa/round4/res/resMultipleFaults1.xml
    webservices/axis2/trunk/java/modules/integration/manual/itest-resources/interop/whitemesa/round4/res/resMultipleFaults3.xml
    webservices/axis2/trunk/java/modules/integration/manual/itest-resources/interop/whitemesa/round4/res/resMultipleFaults4.xml
    webservices/axis2/trunk/java/modules/integration/manual/itest-resources/interop/whitemesa/round4/res/resMultiplefaults2.xml
    webservices/axis2/trunk/java/modules/integration/manual/itest-resources/interop/whitemesa/round4/res/resStringFault.xml
    webservices/axis2/trunk/java/modules/integration/manual/test/samples/wsdl/bench/Benchmark.wsdl
    webservices/axis2/trunk/java/modules/integration/manual/test/samples/wsdl/perf/perf.wsdl
    webservices/axis2/trunk/java/modules/integration/manual/test/samples/wsdl/perf2/perf.wsdl
    webservices/axis2/trunk/java/modules/integration/pom.xml
    webservices/axis2/trunk/java/modules/integration/test-resources/BaseDataTypes.wsdl
    webservices/axis2/trunk/java/modules/integration/test-resources/ComplexDataTypes/ComplexDataTypes.wsdl
    webservices/axis2/trunk/java/modules/integration/test-resources/ComplexDataTypesDocLitBare/ComplexDataTypesDocLitBare.wsdl
    webservices/axis2/trunk/java/modules/integration/test-resources/Invalid.wsdl
    webservices/axis2/trunk/java/modules/integration/test-resources/SOAP12Testing/ReplyMessages/SOAP12ReqT24.xml
    webservices/axis2/trunk/java/modules/integration/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT1.xml
    webservices/axis2/trunk/java/modules/integration/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT10.xml
    webservices/axis2/trunk/java/modules/integration/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT11.xml
    webservices/axis2/trunk/java/modules/integration/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT12.xml
    webservices/axis2/trunk/java/modules/integration/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT13.xml
    webservices/axis2/trunk/java/modules/integration/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT14.xml
    webservices/axis2/trunk/java/modules/integration/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT15.xml
    webservices/axis2/trunk/java/modules/integration/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT16.xml
    webservices/axis2/trunk/java/modules/integration/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT17_B.xml
    webservices/axis2/trunk/java/modules/integration/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT18_C.xml
    webservices/axis2/trunk/java/modules/integration/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT19.xml
    webservices/axis2/trunk/java/modules/integration/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT2.xml
    webservices/axis2/trunk/java/modules/integration/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT21_B.xml
    webservices/axis2/trunk/java/modules/integration/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT22.xml
    webservices/axis2/trunk/java/modules/integration/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT23.xml
    webservices/axis2/trunk/java/modules/integration/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT24.xml
    webservices/axis2/trunk/java/modules/integration/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT25.xml
    webservices/axis2/trunk/java/modules/integration/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT26.xml
    webservices/axis2/trunk/java/modules/integration/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT29.xml
    webservices/axis2/trunk/java/modules/integration/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT3.xml
    webservices/axis2/trunk/java/modules/integration/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT30.xml
    webservices/axis2/trunk/java/modules/integration/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT31.xml
    webservices/axis2/trunk/java/modules/integration/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT32.xml
    webservices/axis2/trunk/java/modules/integration/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT33.xml
    webservices/axis2/trunk/java/modules/integration/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT34.xml
    webservices/axis2/trunk/java/modules/integration/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT35.xml
    webservices/axis2/trunk/java/modules/integration/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT36.xml
    webservices/axis2/trunk/java/modules/integration/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT37.xml
    webservices/axis2/trunk/java/modules/integration/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT38_1.xml
    webservices/axis2/trunk/java/modules/integration/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT38_2.xml
    webservices/axis2/trunk/java/modules/integration/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT39.xml
    webservices/axis2/trunk/java/modules/integration/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT4.xml
    webservices/axis2/trunk/java/modules/integration/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT40.xml
    webservices/axis2/trunk/java/modules/integration/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT5.xml
    webservices/axis2/trunk/java/modules/integration/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT62_C.xml
    webservices/axis2/trunk/java/modules/integration/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT63.xml
    webservices/axis2/trunk/java/modules/integration/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT66.xml
    webservices/axis2/trunk/java/modules/integration/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT67.xml
    webservices/axis2/trunk/java/modules/integration/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT68.xml
    webservices/axis2/trunk/java/modules/integration/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT69.xml
    webservices/axis2/trunk/java/modules/integration/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT74.xml
    webservices/axis2/trunk/java/modules/integration/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT78.xml
    webservices/axis2/trunk/java/modules/integration/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT1.xml
    webservices/axis2/trunk/java/modules/integration/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT10.xml
    webservices/axis2/trunk/java/modules/integration/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT11.xml
    webservices/axis2/trunk/java/modules/integration/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT13.xml
    webservices/axis2/trunk/java/modules/integration/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT14.xml
    webservices/axis2/trunk/java/modules/integration/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT15.xml
    webservices/axis2/trunk/java/modules/integration/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT16.xml
    webservices/axis2/trunk/java/modules/integration/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT17_A.xml
    webservices/axis2/trunk/java/modules/integration/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT18_A.xml
    webservices/axis2/trunk/java/modules/integration/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT18_B.xml
    webservices/axis2/trunk/java/modules/integration/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT19.xml
    webservices/axis2/trunk/java/modules/integration/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT2.xml
    webservices/axis2/trunk/java/modules/integration/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT20.xml
    webservices/axis2/trunk/java/modules/integration/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT21_A.xml
    webservices/axis2/trunk/java/modules/integration/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT22.xml
    webservices/axis2/trunk/java/modules/integration/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT23.xml
    webservices/axis2/trunk/java/modules/integration/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT24.xml
    webservices/axis2/trunk/java/modules/integration/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT25.xml
    webservices/axis2/trunk/java/modules/integration/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT26.xml
    webservices/axis2/trunk/java/modules/integration/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT29.xml
    webservices/axis2/trunk/java/modules/integration/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT3.xml
    webservices/axis2/trunk/java/modules/integration/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT30.xml
    webservices/axis2/trunk/java/modules/integration/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT31.xml
    webservices/axis2/trunk/java/modules/integration/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT32.xml
    webservices/axis2/trunk/java/modules/integration/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT33.xml
    webservices/axis2/trunk/java/modules/integration/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT34.xml
    webservices/axis2/trunk/java/modules/integration/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT35.xml
    webservices/axis2/trunk/java/modules/integration/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT36.xml
    webservices/axis2/trunk/java/modules/integration/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT37.xml
    webservices/axis2/trunk/java/modules/integration/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT38_1.xml
    webservices/axis2/trunk/java/modules/integration/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT38_2.xml
    webservices/axis2/trunk/java/modules/integration/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT39.xml
    webservices/axis2/trunk/java/modules/integration/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT4.xml
    webservices/axis2/trunk/java/modules/integration/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT40.xml
    webservices/axis2/trunk/java/modules/integration/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT5.xml
    webservices/axis2/trunk/java/modules/integration/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT62_A.xml
    webservices/axis2/trunk/java/modules/integration/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT62_B.xml
    webservices/axis2/trunk/java/modules/integration/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT63.xml
    webservices/axis2/trunk/java/modules/integration/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT66.xml
    webservices/axis2/trunk/java/modules/integration/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT67.xml
    webservices/axis2/trunk/java/modules/integration/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT69.xml
    webservices/axis2/trunk/java/modules/integration/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT6_A.xml
    webservices/axis2/trunk/java/modules/integration/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT6_B.xml
    webservices/axis2/trunk/java/modules/integration/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT74.xml
    webservices/axis2/trunk/java/modules/integration/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT75.xml
    webservices/axis2/trunk/java/modules/integration/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT78.xml
    webservices/axis2/trunk/java/modules/integration/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT7_A.xml
    webservices/axis2/trunk/java/modules/integration/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT7_B.xml
    webservices/axis2/trunk/java/modules/integration/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT8_A.xml
    webservices/axis2/trunk/java/modules/integration/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT8_B.xml
    webservices/axis2/trunk/java/modules/integration/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT9_A.xml
    webservices/axis2/trunk/java/modules/integration/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT9_B.xml
    webservices/axis2/trunk/java/modules/integration/test-resources/SOAP12Testing/SOAP12TestModuleB/build.xml
    webservices/axis2/trunk/java/modules/integration/test-resources/SOAP12Testing/SOAP12TestModuleC/build.xml
    webservices/axis2/trunk/java/modules/integration/test-resources/SOAP12Testing/SOAP12TestServiceB/build.xml
    webservices/axis2/trunk/java/modules/integration/test-resources/SOAP12Testing/SOAP12TestServiceC/build.xml
    webservices/axis2/trunk/java/modules/integration/test-resources/rpc/test-rpc-2.wsdl
    webservices/axis2/trunk/java/modules/integration/test-resources/rpc/test-rpc-3.wsdl
    webservices/axis2/trunk/java/modules/integration/test-resources/service.wsdl
    webservices/axis2/trunk/java/modules/integration/test-resources/soap/minimalMessage.xml
    webservices/axis2/trunk/java/modules/integration/test-resources/soap/reallyReallyBigMessage.xml
    webservices/axis2/trunk/java/modules/integration/test-resources/soap/sample1.xml
    webservices/axis2/trunk/java/modules/integration/test-resources/soap/security2-soap.xml
    webservices/axis2/trunk/java/modules/integration/test-resources/soap/whitespacedMessage.xml
    webservices/axis2/trunk/java/modules/integration/test-resources/wsdl/DocumentUnwrappingTest.wsdl
    webservices/axis2/trunk/java/modules/integration/test-resources/wsdl/RPCUnwrappingTest.wsdl
    webservices/axis2/trunk/java/modules/integration/test-resources/wsdl/RobustInOnlyServiceTest.wsdl
    webservices/axis2/trunk/java/modules/integration/test-resources/wsdl20/HotelReservationService.wsdl
    webservices/axis2/trunk/java/modules/java2wsdl/pom.xml
    webservices/axis2/trunk/java/modules/jaxbri/pom.xml
    webservices/axis2/trunk/java/modules/jaxbri/test-resources/wsdl/DocLitBareService.wsdl
    webservices/axis2/trunk/java/modules/jaxws-api/pom.xml
    webservices/axis2/trunk/java/modules/jaxws-api/src/javax/xml/ws/Action.java
    webservices/axis2/trunk/java/modules/jaxws-api/src/javax/xml/ws/EndpointReference.java
    webservices/axis2/trunk/java/modules/jaxws-api/src/javax/xml/ws/FaultAction.java
    webservices/axis2/trunk/java/modules/jaxws-api/src/javax/xml/ws/RespectBinding.java
    webservices/axis2/trunk/java/modules/jaxws-api/src/javax/xml/ws/RespectBindingFeature.java
    webservices/axis2/trunk/java/modules/jaxws-api/src/javax/xml/ws/WebServiceFeature.java
    webservices/axis2/trunk/java/modules/jaxws-api/src/javax/xml/ws/soap/Addressing.java
    webservices/axis2/trunk/java/modules/jaxws-api/src/javax/xml/ws/soap/AddressingFeature.java
    webservices/axis2/trunk/java/modules/jaxws-api/src/javax/xml/ws/soap/MTOM.java
    webservices/axis2/trunk/java/modules/jaxws-api/src/javax/xml/ws/soap/MTOMFeature.java
    webservices/axis2/trunk/java/modules/jaxws-api/src/javax/xml/ws/spi/WebServiceFeatureAnnotation.java
    webservices/axis2/trunk/java/modules/jaxws-api/src/javax/xml/ws/wsaddressing/W3CEndpointReference.java
    webservices/axis2/trunk/java/modules/jaxws-api/src/javax/xml/ws/wsaddressing/W3CEndpointReferenceBuilder.java
    webservices/axis2/trunk/java/modules/jaxws-api/src/javax/xml/ws/wsaddressing/package-info.java
    webservices/axis2/trunk/java/modules/jaxws-integration/pom.xml
    webservices/axis2/trunk/java/modules/jaxws-integration/test-resources/commons-logging.properties
    webservices/axis2/trunk/java/modules/jaxws-integration/test-resources/log4j.properties
    webservices/axis2/trunk/java/modules/jaxws-integration/test-resources/wsdl/BadEndpointAddress.wsdl
    webservices/axis2/trunk/java/modules/jaxws-integration/test-resources/wsdl/PartialWSDL1.wsdl
    webservices/axis2/trunk/java/modules/jaxws-integration/test-resources/wsdl/PartialWSDL1_schema.xsd
    webservices/axis2/trunk/java/modules/jaxws-integration/test-resources/wsdl/PartialWSDL2.wsdl
    webservices/axis2/trunk/java/modules/jaxws-integration/test-resources/wsdl/ProxyDocLitWrapped.wsdl
    webservices/axis2/trunk/java/modules/jaxws-integration/test-resources/wsdl/RPCLit.wsdl
    webservices/axis2/trunk/java/modules/jaxws-integration/test-resources/wsdl/SOAP11Binding-JAXWS.wsdl
    webservices/axis2/trunk/java/modules/jaxws-integration/test-resources/wsdl/SOAP11Binding-WSI.wsdl
    webservices/axis2/trunk/java/modules/jaxws-integration/test-resources/wsdl/SOAP12Binding-JAXWS.wsdl
    webservices/axis2/trunk/java/modules/jaxws-integration/test-resources/wsdl/SOAP12Echo.wsdl
    webservices/axis2/trunk/java/modules/jaxws-integration/test-resources/wsdl/SOAPActionTest.wsdl
    webservices/axis2/trunk/java/modules/jaxws-integration/test-resources/wsdl/WSGenService.wsdl
    webservices/axis2/trunk/java/modules/jaxws-integration/test-resources/wsdl/WSGenService_schema1.xsd
    webservices/axis2/trunk/java/modules/jaxws-integration/test-resources/wsdl/async_doclitwr.wsdl
    webservices/axis2/trunk/java/modules/jaxws-integration/test-resources/wsdl/doclitbare.wsdl
    webservices/axis2/trunk/java/modules/jaxws-integration/test-resources/wsdl/doclitbaremin.wsdl
    webservices/axis2/trunk/java/modules/jaxws-integration/test-resources/wsdl/doclitwrap.wsdl
    webservices/axis2/trunk/java/modules/jaxws-integration/test-resources/wsdl/gorilla_dlw.wsdl
    webservices/axis2/trunk/java/modules/jaxws-integration/test-resources/wsdl/resourceinjection.wsdl
    webservices/axis2/trunk/java/modules/jaxws-integration/test-resources/wsdl/rpclitstringarray.wsdl
    webservices/axis2/trunk/java/modules/jaxws-integration/test-resources/wsdl/shapes.wsdl
    webservices/axis2/trunk/java/modules/jaxws-integration/test-resources/xml/soapmessage.xml
    webservices/axis2/trunk/java/modules/jaxws-integration/test-resources/xsd/shape.xsd
    webservices/axis2/trunk/java/modules/jaxws-integration/test-resources/xsd/shape_wrappers.xsd
    webservices/axis2/trunk/java/modules/jaxws-integration/test/org/apache/axis2/jaxws/catalog/MultiRedirectionCatalogTest.java
    webservices/axis2/trunk/java/modules/jaxws-integration/test/org/apache/axis2/jaxws/catalog/XMLCatalogTests.java
    webservices/axis2/trunk/java/modules/jaxws-integration/test/org/apache/axis2/jaxws/client/soapaction/server/META-INF/SOAPActionTest.wsdl
    webservices/axis2/trunk/java/modules/jaxws-integration/test/org/apache/axis2/jaxws/description/ClientAnnotationTests.java
    webservices/axis2/trunk/java/modules/jaxws-integration/test/org/apache/axis2/jaxws/dispatch/server/META-INF/SOAP12ProviderService.wsdl
    webservices/axis2/trunk/java/modules/jaxws-integration/test/org/apache/axis2/jaxws/polymorphic/shape/META-INF/shape.xsd
    webservices/axis2/trunk/java/modules/jaxws-integration/test/org/apache/axis2/jaxws/polymorphic/shape/META-INF/shape_wrappers.xsd
    webservices/axis2/trunk/java/modules/jaxws-integration/test/org/apache/axis2/jaxws/polymorphic/shape/META-INF/shapes.wsdl
    webservices/axis2/trunk/java/modules/jaxws-integration/test/org/apache/axis2/jaxws/provider/SoapMessageMUProviderChecker.java
    webservices/axis2/trunk/java/modules/jaxws-integration/test/org/apache/axis2/jaxws/provider/SoapMessageMUProviderTests.java
    webservices/axis2/trunk/java/modules/jaxws-integration/test/org/apache/axis2/jaxws/provider/soapmsgmu/SoapMessageMUProvider.java
    webservices/axis2/trunk/java/modules/jaxws-integration/test/org/apache/axis2/jaxws/provider/string/META-INF/echostring.wsdl
    webservices/axis2/trunk/java/modules/jaxws-integration/test/org/apache/axis2/jaxws/proxy/RPCLitSWAProxyTests.java
    webservices/axis2/trunk/java/modules/jaxws-integration/test/org/apache/axis2/jaxws/proxy/doclitwrapped/META-INF/ProxyDocLitWrapped.wsdl
    webservices/axis2/trunk/java/modules/jaxws-integration/test/org/apache/axis2/jaxws/proxy/gorilla_dlw/META-INF/gorilla_dlw.wsdl
    webservices/axis2/trunk/java/modules/jaxws-integration/test/org/apache/axis2/jaxws/proxy/rpclit/META-INF/RPCLit.wsdl
    webservices/axis2/trunk/java/modules/jaxws-integration/test/org/apache/axis2/jaxws/proxy/rpclitswa/RPCLitSWAImpl.java
    webservices/axis2/trunk/java/modules/jaxws-integration/test/org/apache/axis2/jaxws/proxy/soap12/server/META-INF/SOAP12Echo.wsdl
    webservices/axis2/trunk/java/modules/jaxws-integration/test/org/apache/axis2/jaxws/rpclit/stringarray/META-INF/rpclitstringarray.wsdl
    webservices/axis2/trunk/java/modules/jaxws-integration/test/org/apache/axis2/jaxws/sample/addressbook/META-INF/AddressBookService.wsdl
    webservices/axis2/trunk/java/modules/jaxws-integration/test/org/apache/axis2/jaxws/sample/dlwmin/META-INF/greeter.wsdl
    webservices/axis2/trunk/java/modules/jaxws-integration/test/org/apache/axis2/jaxws/sample/doclitbare/META-INF/doclitbare.wsdl
    webservices/axis2/trunk/java/modules/jaxws-integration/test/org/apache/axis2/jaxws/sample/doclitbaremin/META-INF/doclitbaremin.wsdl
    webservices/axis2/trunk/java/modules/jaxws-integration/test/org/apache/axis2/jaxws/sample/parallelasync/server/META-INF/async_doclitwr.wsdl
    webservices/axis2/trunk/java/modules/jaxws-integration/test/org/apache/axis2/jaxws/sample/resourceinjection/META-INF/resourceinjection.wsdl
    webservices/axis2/trunk/java/modules/jaxws-integration/test/org/apache/axis2/jaxws/sample/wrap/META-INF/doclitwrap.wsdl
    webservices/axis2/trunk/java/modules/jaxws-integration/test/org/apache/axis2/jaxws/sample/wsgen/META-INF/WSGenService.wsdl
    webservices/axis2/trunk/java/modules/jaxws-integration/test/org/apache/axis2/jaxws/sample/wsgen/META-INF/WSGenService_schema1.xsd
    webservices/axis2/trunk/java/modules/jaxws/build.xml
    webservices/axis2/trunk/java/modules/jaxws/pom.xml
    webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/addressing/SubmissionEndpointReference.java
    webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/addressing/SubmissionEndpointReferenceBuilder.java
    webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/addressing/factory/JAXWSEndpointReferenceFactory.java
    webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/addressing/factory/impl/Axis2EndpointReferenceFactoryImpl.java
    webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/addressing/factory/impl/JAXWSEndpointReferenceFactoryImpl.java
    webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/addressing/package-info.java
    webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/addressing/util/EndpointContextMap.java
    webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/addressing/util/EndpointContextMapManager.java
    webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/addressing/util/EndpointKey.java
    webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/addressing/util/EndpointReferenceUtils.java
    webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/client/config/AddressingConfigurator.java
    webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/client/config/MTOMConfigurator.java
    webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/client/config/RespectBindingConfigurator.java
    webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/dispatchers/MustUnderstandChecker.java
    webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/dispatchers/MustUnderstandUtils.java
    webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/dispatchers/MustUnderstandValidationDispatcher.java
    webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/feature/ClientConfigurator.java
    webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/feature/ClientFramework.java
    webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/handler/AttachmentsAdapter.java
    webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/handler/TransportHeadersAdapter.java
    webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/marshaller/impl/alt/Attachment.java
    webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/message/util/XMLStreamWriterWithOS.java
    webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/server/EndpointInvocationContextImpl.java
    webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/server/ServerConstants.java
    webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/server/dispatcher/factory/EndpointDispatcherFactoryImpl.java
    webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/spi/Binding.java
    webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/utility/SingleThreadedExecutor.java
    webservices/axis2/trunk/java/modules/jaxws/test-resources/commons-logging.properties
    webservices/axis2/trunk/java/modules/jaxws/test-resources/log4j.properties
    webservices/axis2/trunk/java/modules/jaxws/test-resources/wsdl/BadEndpointAddress.wsdl
    webservices/axis2/trunk/java/modules/jaxws/test-resources/wsdl/PartialWSDL1_schema.xsd
    webservices/axis2/trunk/java/modules/jaxws/test-resources/wsdl/ProxyDocLitWrapped.wsdl
    webservices/axis2/trunk/java/modules/jaxws/test-resources/wsdl/WSGenService_schema1.xsd
    webservices/axis2/trunk/java/modules/jaxws/test-resources/wsdl/shapes.wsdl
    webservices/axis2/trunk/java/modules/jaxws/test-resources/xml/soapmessage.xml
    webservices/axis2/trunk/java/modules/jaxws/test-resources/xsd/shape.xsd
    webservices/axis2/trunk/java/modules/jaxws/test-resources/xsd/shape_wrappers.xsd
    webservices/axis2/trunk/java/modules/jaxws/test/org/apache/axis2/jaxws/addressing/ProxyActionTests.java
    webservices/axis2/trunk/java/modules/jaxws/test/org/apache/axis2/jaxws/addressing/util/EndpointReferenceUtilsTests.java
    webservices/axis2/trunk/java/modules/jaxws/test/org/apache/axis2/jaxws/addressing/util/ReferenceParameterListTests.java
    webservices/axis2/trunk/java/modules/jaxws/test/org/apache/axis2/jaxws/catalog/MultiRedirectionCatalogTest.java
    webservices/axis2/trunk/java/modules/jaxws/test/org/apache/axis2/jaxws/catalog/XMLCatalogTests.java
    webservices/axis2/trunk/java/modules/jaxws/test/org/apache/axis2/jaxws/description/ClientAnnotationTests.java
    webservices/axis2/trunk/java/modules/jaxws/test/org/apache/axis2/jaxws/handler/HandlerResolverTest.java
    webservices/axis2/trunk/java/modules/jaxws/test/org/apache/axis2/jaxws/message/MessagePersistanceTests.java
    webservices/axis2/trunk/java/modules/jaxws/test/org/apache/axis2/jaxws/provider/SoapMessageMUProviderChecker.java
    webservices/axis2/trunk/java/modules/jaxws/test/org/apache/axis2/jaxws/spi/ClientMetadataHandlerChainTest.java
    webservices/axis2/trunk/java/modules/jaxws/test/org/apache/axis2/jaxws/spi/ClientMetadataPortTest.java
    webservices/axis2/trunk/java/modules/jaxws/test/org/apache/axis2/jaxws/spi/ClientMetadataTest.java
    webservices/axis2/trunk/java/modules/jibx/pom.xml
    webservices/axis2/trunk/java/modules/jibx/test-resources/wsdl/customer-echo.wsdl
    webservices/axis2/trunk/java/modules/jibx/test-resources/wsdl/library.wsdl
    webservices/axis2/trunk/java/modules/json/pom.xml
    webservices/axis2/trunk/java/modules/jws-api/pom.xml
    webservices/axis2/trunk/java/modules/kernel/conf/commons-logging.properties
    webservices/axis2/trunk/java/modules/kernel/conf/log4j.properties
    webservices/axis2/trunk/java/modules/kernel/pom.xml
    webservices/axis2/trunk/java/modules/kernel/resources/axis2.xsd
    webservices/axis2/trunk/java/modules/kernel/resources/services.xsd
    webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/i18n/resource.properties
    webservices/axis2/trunk/java/modules/kernel/test-resources/deployment/echo/build.xml
    webservices/axis2/trunk/java/modules/kernel/test-resources/deployment/invalidservice/build.xml
    webservices/axis2/trunk/java/modules/kernel/test-resources/deployment/module1/build.xml
    webservices/axis2/trunk/java/modules/kernel/test-resources/deployment/service1/build.xml
    webservices/axis2/trunk/java/modules/kernel/test-resources/deployment/service2/build.xml
    webservices/axis2/trunk/java/modules/kernel/test-resources/deployment/serviceModule/build.xml
    webservices/axis2/trunk/java/modules/kernel/test-resources/j2secbuild.xml
    webservices/axis2/trunk/java/modules/kernel/test-resources/wsdl/actionTests.wsdl
    webservices/axis2/trunk/java/modules/metadata/build.xml
    webservices/axis2/trunk/java/modules/metadata/pom.xml
    webservices/axis2/trunk/java/modules/metadata/src/org/apache/axis2/jaxws/addressing/SubmissionAddressing.java
    webservices/axis2/trunk/java/modules/metadata/src/org/apache/axis2/jaxws/addressing/SubmissionAddressingFeature.java
    webservices/axis2/trunk/java/modules/metadata/src/org/apache/axis2/jaxws/catalog/impl/OASISCatalogManager.java
    webservices/axis2/trunk/java/modules/metadata/src/org/apache/axis2/jaxws/description/AttachmentDescription.java
    webservices/axis2/trunk/java/modules/metadata/src/org/apache/axis2/jaxws/description/AttachmentType.java
    webservices/axis2/trunk/java/modules/metadata/src/org/apache/axis2/jaxws/description/impl/AttachmentDescriptionImpl.java
    webservices/axis2/trunk/java/modules/metadata/src/org/apache/axis2/jaxws/feature/ServerConfigurator.java
    webservices/axis2/trunk/java/modules/metadata/src/org/apache/axis2/jaxws/feature/ServerFramework.java
    webservices/axis2/trunk/java/modules/metadata/src/org/apache/axis2/jaxws/i18n/resource.properties
    webservices/axis2/trunk/java/modules/metadata/src/org/apache/axis2/jaxws/server/config/AddressingConfigurator.java
    webservices/axis2/trunk/java/modules/metadata/src/org/apache/axis2/jaxws/server/config/MTOMConfigurator.java
    webservices/axis2/trunk/java/modules/metadata/src/org/apache/axis2/jaxws/server/config/RespectBindingConfigurator.java
    webservices/axis2/trunk/java/modules/metadata/test-resources/commons-logging.properties
    webservices/axis2/trunk/java/modules/metadata/test-resources/log4j.properties
    webservices/axis2/trunk/java/modules/metadata/test-resources/wsdl/PartialWSDL1.wsdl
    webservices/axis2/trunk/java/modules/metadata/test-resources/wsdl/PartialWSDL1_schema.xsd
    webservices/axis2/trunk/java/modules/metadata/test-resources/wsdl/PartialWSDL2.wsdl
    webservices/axis2/trunk/java/modules/metadata/test-resources/wsdl/ProxyDocLitWrapped.wsdl
    webservices/axis2/trunk/java/modules/metadata/test-resources/wsdl/ValidateWSDL1.wsdl
    webservices/axis2/trunk/java/modules/metadata/test/org/apache/axis2/jaxws/description/HandlerChainConfigFileTests.java
    webservices/axis2/trunk/java/modules/metadata/test/org/apache/axis2/jaxws/description/MustUnderstandTests.java
    webservices/axis2/trunk/java/modules/metadata/test/org/apache/axis2/jaxws/description/addressing/ActionTests.java
    webservices/axis2/trunk/java/modules/metadata/test/org/apache/axis2/jaxws/description/builder/SparseAnnotTests.java
    webservices/axis2/trunk/java/modules/metadata/test/org/apache/axis2/jaxws/description/feature/AddressingFeatureTests.java
    webservices/axis2/trunk/java/modules/metadata/test/org/apache/axis2/jaxws/description/feature/BothAddressingFeaturesTests.java
    webservices/axis2/trunk/java/modules/metadata/test/org/apache/axis2/jaxws/description/feature/MTOMFeatureTests.java
    webservices/axis2/trunk/java/modules/metadata/test/org/apache/axis2/jaxws/description/feature/RespectBindingFeatureTests.java
    webservices/axis2/trunk/java/modules/metadata/test/org/apache/axis2/jaxws/description/feature/SubmissionAddressingFeatureTests.java
    webservices/axis2/trunk/java/modules/metadata/test/org/apache/axis2/jaxws/description/impl/ClientDBCSupportEndpointTests.java
    webservices/axis2/trunk/java/modules/metadata/test/org/apache/axis2/jaxws/description/impl/ClientDBCSupportHandlersTests.java
    webservices/axis2/trunk/java/modules/metadata/test/org/apache/axis2/jaxws/description/impl/ClientDBCSupportTests.java
    webservices/axis2/trunk/java/modules/mex/pom.xml
    webservices/axis2/trunk/java/modules/mtompolicy/pom.xml
    webservices/axis2/trunk/java/modules/osgi/pom.xml
    webservices/axis2/trunk/java/modules/ping/pom.xml
    webservices/axis2/trunk/java/modules/rmi/pom.xml
    webservices/axis2/trunk/java/modules/rmi/src/log4j.properties
    webservices/axis2/trunk/java/modules/rmi/src/org/apache/axis2/rmi/Configurator.java
    webservices/axis2/trunk/java/modules/rmi/src/org/apache/axis2/rmi/client/ProxyInvocationHandler.java
    webservices/axis2/trunk/java/modules/rmi/src/org/apache/axis2/rmi/client/RMIClient.java
    webservices/axis2/trunk/java/modules/rmi/src/org/apache/axis2/rmi/client/RMIClientProxy.java
    webservices/axis2/trunk/java/modules/rmi/src/org/apache/axis2/rmi/config/ClassInfo.java
    webservices/axis2/trunk/java/modules/rmi/src/org/apache/axis2/rmi/config/FieldInfo.java
    webservices/axis2/trunk/java/modules/rmi/src/org/apache/axis2/rmi/custombeans/DomElementBean.java
    webservices/axis2/trunk/java/modules/rmi/src/org/apache/axis2/rmi/databind/AbstractRMIBean.java
    webservices/axis2/trunk/java/modules/rmi/src/org/apache/axis2/rmi/databind/JavaObjectSerializer.java
    webservices/axis2/trunk/java/modules/rmi/src/org/apache/axis2/rmi/databind/OMElementCreator.java
    webservices/axis2/trunk/java/modules/rmi/src/org/apache/axis2/rmi/databind/RMIDataSource.java
    webservices/axis2/trunk/java/modules/rmi/src/org/apache/axis2/rmi/databind/SimpleTypeHandler.java
    webservices/axis2/trunk/java/modules/rmi/src/org/apache/axis2/rmi/databind/XmlStreamParser.java
    webservices/axis2/trunk/java/modules/rmi/src/org/apache/axis2/rmi/deploy/ClassDeployer.java
    webservices/axis2/trunk/java/modules/rmi/src/org/apache/axis2/rmi/deploy/RMIServiceDeployer.java
    webservices/axis2/trunk/java/modules/rmi/src/org/apache/axis2/rmi/deploy/config/ClassInfo.java
    webservices/axis2/trunk/java/modules/rmi/src/org/apache/axis2/rmi/deploy/config/Config.java
    webservices/axis2/trunk/java/modules/rmi/src/org/apache/axis2/rmi/deploy/config/CustomClassInfo.java
    webservices/axis2/trunk/java/modules/rmi/src/org/apache/axis2/rmi/deploy/config/ExtensionClasses.java
    webservices/axis2/trunk/java/modules/rmi/src/org/apache/axis2/rmi/deploy/config/FieldInfo.java
    webservices/axis2/trunk/java/modules/rmi/src/org/apache/axis2/rmi/deploy/config/PackageToNamespaceMap.java
    webservices/axis2/trunk/java/modules/rmi/src/org/apache/axis2/rmi/deploy/config/PackageToNamespaceMapings.java
    webservices/axis2/trunk/java/modules/rmi/src/org/apache/axis2/rmi/deploy/config/RMIBeanInfo.java
    webservices/axis2/trunk/java/modules/rmi/src/org/apache/axis2/rmi/deploy/config/Service.java
    webservices/axis2/trunk/java/modules/rmi/src/org/apache/axis2/rmi/deploy/config/Services.java
    webservices/axis2/trunk/java/modules/rmi/src/org/apache/axis2/rmi/exception/ConfigFileReadingException.java
    webservices/axis2/trunk/java/modules/rmi/src/org/apache/axis2/rmi/exception/MetaDataPopulateException.java
    webservices/axis2/trunk/java/modules/rmi/src/org/apache/axis2/rmi/exception/OMElementCreationException.java
    webservices/axis2/trunk/java/modules/rmi/src/org/apache/axis2/rmi/exception/SchemaGenerationException.java
    webservices/axis2/trunk/java/modules/rmi/src/org/apache/axis2/rmi/exception/XmlParsingException.java
    webservices/axis2/trunk/java/modules/rmi/src/org/apache/axis2/rmi/exception/XmlSerializingException.java
    webservices/axis2/trunk/java/modules/rmi/src/org/apache/axis2/rmi/metadata/AbstractType.java
    webservices/axis2/trunk/java/modules/rmi/src/org/apache/axis2/rmi/metadata/Attribute.java
    webservices/axis2/trunk/java/modules/rmi/src/org/apache/axis2/rmi/metadata/AttributeField.java
    webservices/axis2/trunk/java/modules/rmi/src/org/apache/axis2/rmi/metadata/ElementField.java
    webservices/axis2/trunk/java/modules/rmi/src/org/apache/axis2/rmi/metadata/Field.java
    webservices/axis2/trunk/java/modules/rmi/src/org/apache/axis2/rmi/metadata/Operation.java
    webservices/axis2/trunk/java/modules/rmi/src/org/apache/axis2/rmi/metadata/Parameter.java
    webservices/axis2/trunk/java/modules/rmi/src/org/apache/axis2/rmi/metadata/Service.java
    webservices/axis2/trunk/java/modules/rmi/src/org/apache/axis2/rmi/metadata/Type.java
    webservices/axis2/trunk/java/modules/rmi/src/org/apache/axis2/rmi/metadata/impl/TypeImpl.java
    webservices/axis2/trunk/java/modules/rmi/src/org/apache/axis2/rmi/metadata/xml/AbstractXmlType.java
    webservices/axis2/trunk/java/modules/rmi/src/org/apache/axis2/rmi/metadata/xml/XmlAttribute.java
    webservices/axis2/trunk/java/modules/rmi/src/org/apache/axis2/rmi/metadata/xml/XmlElement.java
    webservices/axis2/trunk/java/modules/rmi/src/org/apache/axis2/rmi/metadata/xml/XmlImport.java
    webservices/axis2/trunk/java/modules/rmi/src/org/apache/axis2/rmi/metadata/xml/XmlSchema.java
    webservices/axis2/trunk/java/modules/rmi/src/org/apache/axis2/rmi/metadata/xml/XmlType.java
    webservices/axis2/trunk/java/modules/rmi/src/org/apache/axis2/rmi/metadata/xml/impl/XmlAttributeImpl.java
    webservices/axis2/trunk/java/modules/rmi/src/org/apache/axis2/rmi/metadata/xml/impl/XmlElementImpl.java
    webservices/axis2/trunk/java/modules/rmi/src/org/apache/axis2/rmi/metadata/xml/impl/XmlTypeImpl.java
    webservices/axis2/trunk/java/modules/rmi/src/org/apache/axis2/rmi/receiver/RMIMessageReciever.java
    webservices/axis2/trunk/java/modules/rmi/src/org/apache/axis2/rmi/types/DomType.java
    webservices/axis2/trunk/java/modules/rmi/src/org/apache/axis2/rmi/types/MapType.java
    webservices/axis2/trunk/java/modules/rmi/src/org/apache/axis2/rmi/util/JavaTypeToConstructorMap.java
    webservices/axis2/trunk/java/modules/rmi/src/org/apache/axis2/rmi/util/JavaTypeToQNameMap.java
    webservices/axis2/trunk/java/modules/rmi/src/org/apache/axis2/rmi/util/NamespacePrefix.java
    webservices/axis2/trunk/java/modules/rmi/src/org/apache/axis2/rmi/util/Util.java
    webservices/axis2/trunk/java/modules/rmi/src/org/apache/axis2/rmi/wsdl/WSDL11DefinitionBuilder.java
    webservices/axis2/trunk/java/modules/rmi/test/org/apache/axis2/rmi/client/RMIClientService1Test.java
    webservices/axis2/trunk/java/modules/rmi/test/org/apache/axis2/rmi/custombeans/DomElementBeanTest.java
    webservices/axis2/trunk/java/modules/rmi/test/org/apache/axis2/rmi/databind/CollectionTest.java
    webservices/axis2/trunk/java/modules/rmi/test/org/apache/axis2/rmi/databind/ComplexArrayTest.java
    webservices/axis2/trunk/java/modules/rmi/test/org/apache/axis2/rmi/databind/ComplexDataBindTest.java
    webservices/axis2/trunk/java/modules/rmi/test/org/apache/axis2/rmi/databind/ComplexRequestResponseTest.java
    webservices/axis2/trunk/java/modules/rmi/test/org/apache/axis2/rmi/databind/ConfigObjectTest.java
    webservices/axis2/trunk/java/modules/rmi/test/org/apache/axis2/rmi/databind/CustomMappingsTest.java
    webservices/axis2/trunk/java/modules/rmi/test/org/apache/axis2/rmi/databind/CustomTypeTest.java
    webservices/axis2/trunk/java/modules/rmi/test/org/apache/axis2/rmi/databind/DataBindTest.java
    webservices/axis2/trunk/java/modules/rmi/test/org/apache/axis2/rmi/databind/ExtensionRequestResponseTest.java
    webservices/axis2/trunk/java/modules/rmi/test/org/apache/axis2/rmi/databind/ExtensionTest.java
    webservices/axis2/trunk/java/modules/rmi/test/org/apache/axis2/rmi/databind/MapTest.java
    webservices/axis2/trunk/java/modules/rmi/test/org/apache/axis2/rmi/databind/OMElementCreatorTest.java
    webservices/axis2/trunk/java/modules/rmi/test/org/apache/axis2/rmi/databind/RequestResponseTest.java
    webservices/axis2/trunk/java/modules/rmi/test/org/apache/axis2/rmi/databind/SameParamNameTest.java
    webservices/axis2/trunk/java/modules/rmi/test/org/apache/axis2/rmi/databind/SimpleArraysTest.java
    webservices/axis2/trunk/java/modules/rmi/test/org/apache/axis2/rmi/databind/SimpleDataBindTest.java
    webservices/axis2/trunk/java/modules/rmi/test/org/apache/axis2/rmi/databind/SimpleRequestResponseTest.java
    webservices/axis2/trunk/java/modules/rmi/test/org/apache/axis2/rmi/databind/dto/Activate.java
    webservices/axis2/trunk/java/modules/rmi/test/org/apache/axis2/rmi/databind/dto/CancelWorkflowRequest.java
    webservices/axis2/trunk/java/modules/rmi/test/org/apache/axis2/rmi/databind/dto/ChildClass.java
    webservices/axis2/trunk/java/modules/rmi/test/org/apache/axis2/rmi/databind/dto/ParentClass.java
    webservices/axis2/trunk/java/modules/rmi/test/org/apache/axis2/rmi/databind/dto/TestClass1.java
    webservices/axis2/trunk/java/modules/rmi/test/org/apache/axis2/rmi/databind/dto/TestClass10.java
    webservices/axis2/trunk/java/modules/rmi/test/org/apache/axis2/rmi/databind/dto/TestClass11.java
    webservices/axis2/trunk/java/modules/rmi/test/org/apache/axis2/rmi/databind/dto/TestClass12.java
    webservices/axis2/trunk/java/modules/rmi/test/org/apache/axis2/rmi/databind/dto/TestClass13.java
    webservices/axis2/trunk/java/modules/rmi/test/org/apache/axis2/rmi/databind/dto/TestClass14.java
    webservices/axis2/trunk/java/modules/rmi/test/org/apache/axis2/rmi/databind/dto/TestClass15.java
    webservices/axis2/trunk/java/modules/rmi/test/org/apache/axis2/rmi/databind/dto/TestClass2.java
    webservices/axis2/trunk/java/modules/rmi/test/org/apache/axis2/rmi/databind/dto/TestClass3.java
    webservices/axis2/trunk/java/modules/rmi/test/org/apache/axis2/rmi/databind/dto/TestClass4.java
    webservices/axis2/trunk/java/modules/rmi/test/org/apache/axis2/rmi/databind/dto/TestClass5.java
    webservices/axis2/trunk/java/modules/rmi/test/org/apache/axis2/rmi/databind/dto/TestClass6.java
    webservices/axis2/trunk/java/modules/rmi/test/org/apache/axis2/rmi/databind/dto/TestClass7.java
    webservices/axis2/trunk/java/modules/rmi/test/org/apache/axis2/rmi/databind/dto/TestClass8.java
    webservices/axis2/trunk/java/modules/rmi/test/org/apache/axis2/rmi/databind/dto/TestClass9.java
    webservices/axis2/trunk/java/modules/rmi/test/org/apache/axis2/rmi/databind/dto/TestRestrictionBean.java
    webservices/axis2/trunk/java/modules/rmi/test/org/apache/axis2/rmi/databind/service/Service1.java
    webservices/axis2/trunk/java/modules/rmi/test/org/apache/axis2/rmi/databind/service/Service2.java
    webservices/axis2/trunk/java/modules/rmi/test/org/apache/axis2/rmi/databind/service/Service3.java
    webservices/axis2/trunk/java/modules/rmi/test/org/apache/axis2/rmi/databind/type/TestRestrictionType.java
    webservices/axis2/trunk/java/modules/rmi/test/org/apache/axis2/rmi/databind/type/TestRestrictionXmlType.java
    webservices/axis2/trunk/java/modules/rmi/test/org/apache/axis2/rmi/databind/util/CustomSimpleTypeHandler.java
    webservices/axis2/trunk/java/modules/rmi/test/org/apache/axis2/rmi/metadata/BasicServiceTest.java
    webservices/axis2/trunk/java/modules/rmi/test/org/apache/axis2/rmi/metadata/CustomBeanTest.java
    webservices/axis2/trunk/java/modules/rmi/test/org/apache/axis2/rmi/metadata/CustomMappingServiceTest.java
    webservices/axis2/trunk/java/modules/rmi/test/org/apache/axis2/rmi/metadata/ExtensionServiceTest.java
    webservices/axis2/trunk/java/modules/rmi/test/org/apache/axis2/rmi/metadata/FaultServiceTest.java
    webservices/axis2/trunk/java/modules/rmi/test/org/apache/axis2/rmi/metadata/MapServiceTest.java
    webservices/axis2/trunk/java/modules/rmi/test/org/apache/axis2/rmi/metadata/TestReflection.java
    webservices/axis2/trunk/java/modules/rmi/test/org/apache/axis2/rmi/metadata/TypeTest.java
    webservices/axis2/trunk/java/modules/rmi/test/org/apache/axis2/rmi/metadata/service/BasicService.java
    webservices/axis2/trunk/java/modules/rmi/test/org/apache/axis2/rmi/metadata/service/CustomBeanService.java
    webservices/axis2/trunk/java/modules/rmi/test/org/apache/axis2/rmi/metadata/service/CustomMappingService.java
    webservices/axis2/trunk/java/modules/rmi/test/org/apache/axis2/rmi/metadata/service/ExtensionService.java
    webservices/axis2/trunk/java/modules/rmi/test/org/apache/axis2/rmi/metadata/service/FaultService.java
    webservices/axis2/trunk/java/modules/rmi/test/org/apache/axis2/rmi/metadata/service/MapService.java
    webservices/axis2/trunk/java/modules/rmi/test/org/apache/axis2/rmi/metadata/service/dto/ChildClass.java
    webservices/axis2/trunk/java/modules/rmi/test/org/apache/axis2/rmi/metadata/service/dto/ChildClass2.java
    webservices/axis2/trunk/java/modules/rmi/test/org/apache/axis2/rmi/metadata/service/dto/ComplexType1.java
    webservices/axis2/trunk/java/modules/rmi/test/org/apache/axis2/rmi/metadata/service/dto/ComplexType2.java
    webservices/axis2/trunk/java/modules/rmi/test/org/apache/axis2/rmi/metadata/service/dto/ComplexType3.java
    webservices/axis2/trunk/java/modules/rmi/test/org/apache/axis2/rmi/metadata/service/dto/CustomBeanClass.java
    webservices/axis2/trunk/java/modules/rmi/test/org/apache/axis2/rmi/metadata/service/dto/ParentClass.java
    webservices/axis2/trunk/java/modules/rmi/test/org/apache/axis2/rmi/metadata/service/dto/SimpleRestriction.java
    webservices/axis2/trunk/java/modules/rmi/test/org/apache/axis2/rmi/metadata/service/exception/Exception1.java
    webservices/axis2/trunk/java/modules/rmi/test/org/apache/axis2/rmi/metadata/service/exception/Exception2.java
    webservices/axis2/trunk/java/modules/rmi/test/org/apache/axis2/rmi/metadata/service/exception/Exception3.java
    webservices/axis2/trunk/java/modules/rmi/test/org/apache/axis2/rmi/metadata/service/exception/Exception4.java
    webservices/axis2/trunk/java/modules/rmi/test/org/apache/axis2/rmi/metadata/type/SimpleRestrictionType.java
    webservices/axis2/trunk/java/modules/rmi/test/org/apache/axis2/rmi/metadata/type/xml/SimpleRestrictionXmlType.java
    webservices/axis2/trunk/java/modules/rmi/test/org/apache/axis2/rmi/server/ServerTest.java
    webservices/axis2/trunk/java/modules/rmi/test/org/apache/axis2/rmi/server/services/Service1.java
    webservices/axis2/trunk/java/modules/rmi/test/org/apache/axis2/rmi/server/services/Service2.java
    webservices/axis2/trunk/java/modules/saaj-api/pom.xml
    webservices/axis2/trunk/java/modules/saaj/pom.xml
    webservices/axis2/trunk/java/modules/saaj/test-resources/commons-logging.properties
    webservices/axis2/trunk/java/modules/saaj/test-resources/log4j.properties
    webservices/axis2/trunk/java/modules/saaj/test-resources/soap-part-iso-8859-1.xml
    webservices/axis2/trunk/java/modules/saaj/test-resources/soap-part.xml
    webservices/axis2/trunk/java/modules/saaj/test-resources/soap-part3.xml
    webservices/axis2/trunk/java/modules/samples/book/src/main/log4j.properties
    webservices/axis2/trunk/java/modules/samples/databinding/StockQuote.xsd
    webservices/axis2/trunk/java/modules/samples/databinding/castorbuilder.properties
    webservices/axis2/trunk/java/modules/samples/deprecated/amazonqs/src/sample/amazon/common/conf/key.properties
    webservices/axis2/trunk/java/modules/samples/deprecated/googlesearch/src/sample/google/common/conf/key.properties
    webservices/axis2/trunk/java/modules/samples/faulthandling/bank.wsdl
    webservices/axis2/trunk/java/modules/samples/java_first_jaxws/src/webapp/WEB-INF/classes/commons-logging.properties
    webservices/axis2/trunk/java/modules/samples/java_first_jaxws/src/webapp/WEB-INF/classes/log4j.properties
    webservices/axis2/trunk/java/modules/samples/jaxws-calculator/resources/META-INF/CalculatorService.wsdl
    webservices/axis2/trunk/java/modules/samples/mex/src/userguide/mex/services/example1/META-INF/ServiceData.xml
    webservices/axis2/trunk/java/modules/samples/mtom/resources/xmime.xsd
    webservices/axis2/trunk/java/modules/samples/pojoguidespring/src/applicationContext.xml
    webservices/axis2/trunk/java/modules/samples/pom.xml
    webservices/axis2/trunk/java/modules/samples/servicelifecycle/doc/servicelifecycleguide.html
    webservices/axis2/trunk/java/modules/samples/wsdl/Axis2SampleDocLit.wsdl
    webservices/axis2/trunk/java/modules/samples/wsdl/perf.wsdl
    webservices/axis2/trunk/java/modules/scripting/pom.xml
    webservices/axis2/trunk/java/modules/soapmonitor/pom.xml
    webservices/axis2/trunk/java/modules/spring/pom.xml
    webservices/axis2/trunk/java/modules/spring/test-resources/applicationContext.xml
    webservices/axis2/trunk/java/modules/tool/axis2-aar-maven-plugin/pom.xml
    webservices/axis2/trunk/java/modules/tool/axis2-ant-plugin/pom.xml
    webservices/axis2/trunk/java/modules/tool/axis2-ant-plugin/src/test/resources/log4j.properties
    webservices/axis2/trunk/java/modules/tool/axis2-eclipse-codegen-plugin/pom.xml
    webservices/axis2/trunk/java/modules/tool/axis2-eclipse-codegen-plugin/src/main/java/org/apache/axis2/tool/codegen/resource/Codegen.properties
    webservices/axis2/trunk/java/modules/tool/axis2-eclipse-codegen-plugin/src/test/resources/log4j.properties
    webservices/axis2/trunk/java/modules/tool/axis2-eclipse-service-plugin/pom.xml
    webservices/axis2/trunk/java/modules/tool/axis2-eclipse-service-plugin/src/main/java/org/apache/axis2/tool/service/eclipse/ui/ServiceArchiveOutputLocationPage.java
    webservices/axis2/trunk/java/modules/tool/axis2-eclipse-service-plugin/src/main/java/org/apache/axis2/tool/service/resource/ServiceResources.properties
    webservices/axis2/trunk/java/modules/tool/axis2-eclipse-service-plugin/src/test/resources/log4j.properties
    webservices/axis2/trunk/java/modules/tool/axis2-idea-plugin/plugin/resources/service.xsd
    webservices/axis2/trunk/java/modules/tool/axis2-idea-plugin/pom.xml
    webservices/axis2/trunk/java/modules/tool/axis2-java2wsdl-maven-plugin/pom.xml
    webservices/axis2/trunk/java/modules/tool/axis2-java2wsdl-maven-plugin/src/test/test1/pom.xml
    webservices/axis2/trunk/java/modules/tool/axis2-mar-maven-plugin/pom.xml
    webservices/axis2/trunk/java/modules/tool/axis2-wsdl2code-maven-plugin/pom.xml
    webservices/axis2/trunk/java/modules/tool/axis2-wsdl2code-maven-plugin/src/test/resources/log4j.properties
    webservices/axis2/trunk/java/modules/tool/axis2-wsdl2code-maven-plugin/src/test/test1/pom.xml
    webservices/axis2/trunk/java/modules/tool/conf/codegen/build.properties
    webservices/axis2/trunk/java/modules/tool/conf/codegen/plugin.xml
    webservices/axis2/trunk/java/modules/tool/conf/service/build.properties
    webservices/axis2/trunk/java/modules/tool/conf/service/plugin.xml
    webservices/axis2/trunk/java/modules/webapp/src/main/webapp/axis2-web/ActivateService.jsp
    webservices/axis2/trunk/java/modules/webapp/src/main/webapp/axis2-web/EngageToServiceGroup.jsp
    webservices/axis2/trunk/java/modules/webapp/src/main/webapp/axis2-web/Error/error404.jsp
    webservices/axis2/trunk/java/modules/webapp/src/main/webapp/axis2-web/Error/error500.jsp
    webservices/axis2/trunk/java/modules/webapp/src/main/webapp/axis2-web/HappyAxis.jsp
    webservices/axis2/trunk/java/modules/webapp/src/main/webapp/axis2-web/InActivateService.jsp
    webservices/axis2/trunk/java/modules/webapp/src/main/webapp/axis2-web/LeftFrame.jsp
    webservices/axis2/trunk/java/modules/webapp/src/main/webapp/axis2-web/ListServiceGroup.jsp
    webservices/axis2/trunk/java/modules/webapp/src/main/webapp/axis2-web/Login.jsp
    webservices/axis2/trunk/java/modules/webapp/src/main/webapp/axis2-web/MainFrame.jsp
    webservices/axis2/trunk/java/modules/webapp/src/main/webapp/axis2-web/SelectService.jsp
    webservices/axis2/trunk/java/modules/webapp/src/main/webapp/axis2-web/ServiceParaEdit.jsp
    webservices/axis2/trunk/java/modules/webapp/src/main/webapp/axis2-web/TopFrame.jsp
    webservices/axis2/trunk/java/modules/webapp/src/main/webapp/axis2-web/ViewContexts.jsp
    webservices/axis2/trunk/java/modules/webapp/src/main/webapp/axis2-web/ViewGlobalHandlers.jsp
    webservices/axis2/trunk/java/modules/webapp/src/main/webapp/axis2-web/ViewServiceHandlers.jsp
    webservices/axis2/trunk/java/modules/webapp/src/main/webapp/axis2-web/admin.jsp
    webservices/axis2/trunk/java/modules/webapp/src/main/webapp/axis2-web/disengage.jsp
    webservices/axis2/trunk/java/modules/webapp/src/main/webapp/axis2-web/engagingglobally.jsp
    webservices/axis2/trunk/java/modules/webapp/src/main/webapp/axis2-web/engagingtoanoperation.jsp
    webservices/axis2/trunk/java/modules/webapp/src/main/webapp/axis2-web/engagingtoaservice.jsp
    webservices/axis2/trunk/java/modules/webapp/src/main/webapp/axis2-web/error.jsp
    webservices/axis2/trunk/java/modules/webapp/src/main/webapp/axis2-web/errorModule.jsp
    webservices/axis2/trunk/java/modules/webapp/src/main/webapp/axis2-web/globalModules.jsp
    webservices/axis2/trunk/java/modules/webapp/src/main/webapp/axis2-web/include/adminheader.jsp
    webservices/axis2/trunk/java/modules/webapp/src/main/webapp/axis2-web/include/httpbase.jsp
    webservices/axis2/trunk/java/modules/webapp/src/main/webapp/axis2-web/include/link-footer.jsp
    webservices/axis2/trunk/java/modules/webapp/src/main/webapp/axis2-web/index.jsp
    webservices/axis2/trunk/java/modules/webapp/src/main/webapp/axis2-web/listFaultyService.jsp
    webservices/axis2/trunk/java/modules/webapp/src/main/webapp/axis2-web/listGroupService.jsp
    webservices/axis2/trunk/java/modules/webapp/src/main/webapp/axis2-web/listModules.jsp
    webservices/axis2/trunk/java/modules/webapp/src/main/webapp/axis2-web/listService.jsp
    webservices/axis2/trunk/java/modules/webapp/src/main/webapp/axis2-web/listServices.jsp
    webservices/axis2/trunk/java/modules/webapp/src/main/webapp/axis2-web/listSingleService.jsp
    webservices/axis2/trunk/java/modules/webapp/src/main/webapp/axis2-web/upload.jsp
    webservices/axis2/trunk/java/modules/webapp/src/main/webapp/axis2-web/viewServiceContext.jsp
    webservices/axis2/trunk/java/modules/webapp/src/main/webapp/axis2-web/viewServiceGroupContext.jsp
    webservices/axis2/trunk/java/modules/webapp/src/main/webapp/axis2-web/viewphases.jsp
    webservices/axis2/trunk/java/modules/xmlbeans/pom.xml
    webservices/axis2/trunk/java/modules/xmlbeans/test-resources/BookQuote.wsdl
    webservices/axis2/trunk/java/modules/xmlbeans/test-resources/BookQuote2.wsdl
    webservices/axis2/trunk/java/modules/xmlbeans/test-resources/InteropTestDocLit2.wsdl
    webservices/axis2/trunk/java/modules/xmlbeans/test-resources/SalesRankNPrice.wsdl
    webservices/axis2/trunk/java/modules/xmlbeans/test-resources/complex-doc-literal.wsdl
    webservices/axis2/trunk/java/modules/xmlbeans/test-resources/compound1.wsdl
    webservices/axis2/trunk/java/modules/xmlbeans/test-resources/compound2.wsdl
    webservices/axis2/trunk/java/modules/xmlbeans/test-resources/dime-doc.wsdl
    webservices/axis2/trunk/java/modules/xmlbeans/test-resources/headers.wsdl
    webservices/axis2/trunk/java/modules/xmlbeans/test-resources/interoptestdoclit.wsdl
    webservices/axis2/trunk/java/modules/xmlbeans/test-resources/interoptestdoclitparameters.wsdl
    webservices/axis2/trunk/java/modules/xmlbeans/test-resources/mime-doc.wsdl
    webservices/axis2/trunk/java/modules/xmlbeans/test-resources/mtomecho.wsdl
    webservices/axis2/trunk/java/modules/xmlbeans/test-resources/no-service.wsdl
    webservices/axis2/trunk/java/modules/xmlbeans/test-resources/ping-mod.xsd
    webservices/axis2/trunk/java/modules/xmlbeans/test-resources/simple-doc-literal.wsdl
    webservices/axis2/trunk/java/modules/xmlbeans/test-resources/unreferenced.wsdl
    webservices/axis2/trunk/java/pom.xml

Modified: webservices/axis2/trunk/java/build.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/build.xml?rev=637447&r1=637446&r2=637447&view=diff
==============================================================================
--- webservices/axis2/trunk/java/build.xml (original)
+++ webservices/axis2/trunk/java/build.xml Sat Mar 15 10:43:08 2008
@@ -1,4 +1,5 @@
 <?xml version="1.0"?>
+
 <!--
   ~ Licensed to the Apache Software Foundation (ASF) under one
   ~ or more contributor license agreements. See the NOTICE file

Modified: webservices/axis2/trunk/java/etc/IDEA/Axis2.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/etc/IDEA/Axis2.xml?rev=637447&r1=637446&r2=637447&view=diff
==============================================================================
--- webservices/axis2/trunk/java/etc/IDEA/Axis2.xml (original)
+++ webservices/axis2/trunk/java/etc/IDEA/Axis2.xml Sat Mar 15 10:43:08 2008
@@ -18,6 +18,7 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
   -->
+
 <code_scheme name="Axis2">
   <option name="ALIGN_MULTILINE_PARAMETERS_IN_CALLS" value="true" />
   <option name="SPACE_WITHIN_ARRAY_INITIALIZER_BRACES" value="true" />

Modified: webservices/axis2/trunk/java/modules/adb/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/adb/pom.xml?rev=637447&r1=637446&r2=637447&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/adb/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/adb/pom.xml Sat Mar 15 10:43:08 2008
@@ -18,6 +18,7 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
   -->
+
 <project
         xmlns="http://maven.apache.org/POM/4.0.0"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

Modified: webservices/axis2/trunk/java/modules/adb/src/org/apache/axis2/databinding/i18n/resource.properties
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/adb/src/org/apache/axis2/databinding/i18n/resource.properties?rev=637447&r1=637446&r2=637447&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/adb/src/org/apache/axis2/databinding/i18n/resource.properties (original)
+++ webservices/axis2/trunk/java/modules/adb/src/org/apache/axis2/databinding/i18n/resource.properties Sat Mar 15 10:43:08 2008
@@ -36,6 +36,25 @@
 # under the License.
 #
 
+#
+# 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.
+#
+
 # Translation instructions.
 # 1.  Each message line is of the form key=value.
 #     Translate the value, DO NOT translate the key.

Modified: webservices/axis2/trunk/java/modules/adb/src/org/apache/axis2/databinding/utils/writer/MTOMAwareOMBuilder.java
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/adb/src/org/apache/axis2/databinding/utils/writer/MTOMAwareOMBuilder.java?rev=637447&r1=637446&r2=637447&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/adb/src/org/apache/axis2/databinding/utils/writer/MTOMAwareOMBuilder.java (original)
+++ webservices/axis2/trunk/java/modules/adb/src/org/apache/axis2/databinding/utils/writer/MTOMAwareOMBuilder.java Sat Mar 15 10:43:08 2008
@@ -16,6 +16,7 @@
  * specific language governing permissions and limitations
  * under the License.
  */
+
 package org.apache.axis2.databinding.utils.writer;
 
 import org.apache.axiom.om.OMAbstractFactory;

Modified: webservices/axis2/trunk/java/modules/adb/src/org/apache/axis2/databinding/utils/writer/MTOMAwareXMLSerializer.java
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/adb/src/org/apache/axis2/databinding/utils/writer/MTOMAwareXMLSerializer.java?rev=637447&r1=637446&r2=637447&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/adb/src/org/apache/axis2/databinding/utils/writer/MTOMAwareXMLSerializer.java (original)
+++ webservices/axis2/trunk/java/modules/adb/src/org/apache/axis2/databinding/utils/writer/MTOMAwareXMLSerializer.java Sat Mar 15 10:43:08 2008
@@ -16,6 +16,7 @@
  * specific language governing permissions and limitations
  * under the License.
  */
+
 package org.apache.axis2.databinding.utils.writer;
 
 import org.apache.axiom.om.OMAbstractFactory;

Modified: webservices/axis2/trunk/java/modules/adb/src/org/apache/axis2/databinding/utils/writer/OMElementStreamWriter.java
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/adb/src/org/apache/axis2/databinding/utils/writer/OMElementStreamWriter.java?rev=637447&r1=637446&r2=637447&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/adb/src/org/apache/axis2/databinding/utils/writer/OMElementStreamWriter.java (original)
+++ webservices/axis2/trunk/java/modules/adb/src/org/apache/axis2/databinding/utils/writer/OMElementStreamWriter.java Sat Mar 15 10:43:08 2008
@@ -16,6 +16,7 @@
  * specific language governing permissions and limitations
  * under the License.
  */
+
 package org.apache.axis2.databinding.utils.writer;
 
 import org.apache.axiom.om.OMAbstractFactory;

Modified: webservices/axis2/trunk/java/modules/adb/src/org/apache/axis2/databinding/utils/writer/OMStreamNamespaceContext.java
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/adb/src/org/apache/axis2/databinding/utils/writer/OMStreamNamespaceContext.java?rev=637447&r1=637446&r2=637447&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/adb/src/org/apache/axis2/databinding/utils/writer/OMStreamNamespaceContext.java (original)
+++ webservices/axis2/trunk/java/modules/adb/src/org/apache/axis2/databinding/utils/writer/OMStreamNamespaceContext.java Sat Mar 15 10:43:08 2008
@@ -16,6 +16,7 @@
  * specific language governing permissions and limitations
  * under the License.
  */
+
 package org.apache.axis2.databinding.utils.writer;
 
 import javax.xml.namespace.NamespaceContext;

Modified: webservices/axis2/trunk/java/modules/adb/test/org/apache/axis2/databinding/types/soapencoding/ArrayTest.java
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/adb/test/org/apache/axis2/databinding/types/soapencoding/ArrayTest.java?rev=637447&r1=637446&r2=637447&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/adb/test/org/apache/axis2/databinding/types/soapencoding/ArrayTest.java (original)
+++ webservices/axis2/trunk/java/modules/adb/test/org/apache/axis2/databinding/types/soapencoding/ArrayTest.java Sat Mar 15 10:43:08 2008
@@ -16,6 +16,7 @@
  * specific language governing permissions and limitations
  * under the License.
  */
+
 package org.apache.axis2.databinding.types.soapencoding;
 
 import junit.framework.TestCase;

Modified: webservices/axis2/trunk/java/modules/adb/test/org/apache/axis2/databinding/types/xsd/ArrayTest.java
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/adb/test/org/apache/axis2/databinding/types/xsd/ArrayTest.java?rev=637447&r1=637446&r2=637447&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/adb/test/org/apache/axis2/databinding/types/xsd/ArrayTest.java (original)
+++ webservices/axis2/trunk/java/modules/adb/test/org/apache/axis2/databinding/types/xsd/ArrayTest.java Sat Mar 15 10:43:08 2008
@@ -16,6 +16,7 @@
  * specific language governing permissions and limitations
  * under the License.
  */
+
 package org.apache.axis2.databinding.types.xsd;
 
 

Modified: webservices/axis2/trunk/java/modules/adb/test/org/apache/axis2/databinding/utils/MultirefHelperTest.java
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/adb/test/org/apache/axis2/databinding/utils/MultirefHelperTest.java?rev=637447&r1=637446&r2=637447&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/adb/test/org/apache/axis2/databinding/utils/MultirefHelperTest.java (original)
+++ webservices/axis2/trunk/java/modules/adb/test/org/apache/axis2/databinding/utils/MultirefHelperTest.java Sat Mar 15 10:43:08 2008
@@ -16,6 +16,7 @@
  * specific language governing permissions and limitations
  * under the License.
  */
+
 package org.apache.axis2.databinding.utils;
 
 import junit.framework.TestCase;

Modified: webservices/axis2/trunk/java/modules/adb/test/org/apache/axis2/databinding/utils/writer/OMElementStreamWriterTest.java
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/adb/test/org/apache/axis2/databinding/utils/writer/OMElementStreamWriterTest.java?rev=637447&r1=637446&r2=637447&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/adb/test/org/apache/axis2/databinding/utils/writer/OMElementStreamWriterTest.java (original)
+++ webservices/axis2/trunk/java/modules/adb/test/org/apache/axis2/databinding/utils/writer/OMElementStreamWriterTest.java Sat Mar 15 10:43:08 2008
@@ -16,6 +16,7 @@
  * specific language governing permissions and limitations
  * under the License.
  */
+
 package org.apache.axis2.databinding.utils.writer;
 
 import junit.framework.TestCase;

Modified: webservices/axis2/trunk/java/modules/addressing/src/org/apache/axis2/addressing/i18n/resource.properties
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/addressing/src/org/apache/axis2/addressing/i18n/resource.properties?rev=637447&r1=637446&r2=637447&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/addressing/src/org/apache/axis2/addressing/i18n/resource.properties (original)
+++ webservices/axis2/trunk/java/modules/addressing/src/org/apache/axis2/addressing/i18n/resource.properties Sat Mar 15 10:43:08 2008
@@ -55,6 +55,25 @@
 # under the License.
 #
 
+#
+# 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.
+#
+
 # Translation instructions.
 # 1.  Each message line is of the form key=value.
 #     Translate the value, DO NOT translate the key.

Modified: webservices/axis2/trunk/java/modules/clustering/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/clustering/pom.xml?rev=637447&r1=637446&r2=637447&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/clustering/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/clustering/pom.xml Sat Mar 15 10:43:08 2008
@@ -18,6 +18,7 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
   -->
+
 <project xmlns="http://maven.apache.org/POM/4.0.0"
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

Modified: webservices/axis2/trunk/java/modules/clustering/src/org/apache/axis2/clustering/ClusteringUtils.java
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/clustering/src/org/apache/axis2/clustering/ClusteringUtils.java?rev=637447&r1=637446&r2=637447&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/clustering/src/org/apache/axis2/clustering/ClusteringUtils.java (original)
+++ webservices/axis2/trunk/java/modules/clustering/src/org/apache/axis2/clustering/ClusteringUtils.java Sat Mar 15 10:43:08 2008
@@ -16,6 +16,7 @@
  * specific language governing permissions and limitations
  * under the License.
  */
+
 package org.apache.axis2.clustering;
 
 import org.apache.axis2.Constants;

Modified: webservices/axis2/trunk/java/modules/clustering/src/org/apache/axis2/clustering/control/GetConfigurationCommand.java
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/clustering/src/org/apache/axis2/clustering/control/GetConfigurationCommand.java?rev=637447&r1=637446&r2=637447&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/clustering/src/org/apache/axis2/clustering/control/GetConfigurationCommand.java (original)
+++ webservices/axis2/trunk/java/modules/clustering/src/org/apache/axis2/clustering/control/GetConfigurationCommand.java Sat Mar 15 10:43:08 2008
@@ -16,6 +16,7 @@
  * specific language governing permissions and limitations
  * under the License.
  */
+
 package org.apache.axis2.clustering.control;
 
 import org.apache.axis2.clustering.ClusteringFault;

Modified: webservices/axis2/trunk/java/modules/clustering/src/org/apache/axis2/clustering/control/GetConfigurationResponseCommand.java
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/clustering/src/org/apache/axis2/clustering/control/GetConfigurationResponseCommand.java?rev=637447&r1=637446&r2=637447&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/clustering/src/org/apache/axis2/clustering/control/GetConfigurationResponseCommand.java (original)
+++ webservices/axis2/trunk/java/modules/clustering/src/org/apache/axis2/clustering/control/GetConfigurationResponseCommand.java Sat Mar 15 10:43:08 2008
@@ -16,6 +16,7 @@
  * specific language governing permissions and limitations
  * under the License.
  */
+
 package org.apache.axis2.clustering.control;
 
 import org.apache.axis2.clustering.ClusteringConstants;

Modified: webservices/axis2/trunk/java/modules/clustering/src/org/apache/axis2/clustering/tribes/AtMostOnceInterceptor.java
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/clustering/src/org/apache/axis2/clustering/tribes/AtMostOnceInterceptor.java?rev=637447&r1=637446&r2=637447&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/clustering/src/org/apache/axis2/clustering/tribes/AtMostOnceInterceptor.java (original)
+++ webservices/axis2/trunk/java/modules/clustering/src/org/apache/axis2/clustering/tribes/AtMostOnceInterceptor.java Sat Mar 15 10:43:08 2008
@@ -16,6 +16,7 @@
  * specific language governing permissions and limitations
  * under the License.
  */
+
 package org.apache.axis2.clustering.tribes;
 
 import org.apache.catalina.tribes.ChannelMessage;

Modified: webservices/axis2/trunk/java/modules/clustering/src/org/apache/axis2/clustering/tribes/InitializationRequestHandler.java
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/clustering/src/org/apache/axis2/clustering/tribes/InitializationRequestHandler.java?rev=637447&r1=637446&r2=637447&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/clustering/src/org/apache/axis2/clustering/tribes/InitializationRequestHandler.java (original)
+++ webservices/axis2/trunk/java/modules/clustering/src/org/apache/axis2/clustering/tribes/InitializationRequestHandler.java Sat Mar 15 10:43:08 2008
@@ -16,6 +16,7 @@
  * specific language governing permissions and limitations
  * under the License.
  */
+
 package org.apache.axis2.clustering.tribes;
 
 import org.apache.axis2.clustering.ClusteringFault;

Modified: webservices/axis2/trunk/java/modules/clustering/src/org/apache/axis2/clustering/tribes/MembershipManager.java
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/clustering/src/org/apache/axis2/clustering/tribes/MembershipManager.java?rev=637447&r1=637446&r2=637447&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/clustering/src/org/apache/axis2/clustering/tribes/MembershipManager.java (original)
+++ webservices/axis2/trunk/java/modules/clustering/src/org/apache/axis2/clustering/tribes/MembershipManager.java Sat Mar 15 10:43:08 2008
@@ -16,6 +16,7 @@
  * specific language governing permissions and limitations
  * under the License.
  */
+
 package org.apache.axis2.clustering.tribes;
 
 import org.apache.catalina.tribes.Member;

Modified: webservices/axis2/trunk/java/modules/clustering/test/org/apache/axis2/clustering/ContextReplicationTest.java
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/clustering/test/org/apache/axis2/clustering/ContextReplicationTest.java?rev=637447&r1=637446&r2=637447&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/clustering/test/org/apache/axis2/clustering/ContextReplicationTest.java (original)
+++ webservices/axis2/trunk/java/modules/clustering/test/org/apache/axis2/clustering/ContextReplicationTest.java Sat Mar 15 10:43:08 2008
@@ -16,6 +16,7 @@
  * specific language governing permissions and limitations
  * under the License.
  */
+
 package org.apache.axis2.clustering;
 
 import junit.framework.TestCase;

Modified: webservices/axis2/trunk/java/modules/clustering/test/org/apache/axis2/clustering/ObjectSerializationTest.java
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/clustering/test/org/apache/axis2/clustering/ObjectSerializationTest.java?rev=637447&r1=637446&r2=637447&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/clustering/test/org/apache/axis2/clustering/ObjectSerializationTest.java (original)
+++ webservices/axis2/trunk/java/modules/clustering/test/org/apache/axis2/clustering/ObjectSerializationTest.java Sat Mar 15 10:43:08 2008
@@ -16,6 +16,7 @@
  * specific language governing permissions and limitations
  * under the License.
  */
+
 package org.apache.axis2.clustering;
 
 import junit.framework.TestCase;

Modified: webservices/axis2/trunk/java/modules/clustering/test/org/apache/axis2/clustering/TestDO.java
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/clustering/test/org/apache/axis2/clustering/TestDO.java?rev=637447&r1=637446&r2=637447&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/clustering/test/org/apache/axis2/clustering/TestDO.java (original)
+++ webservices/axis2/trunk/java/modules/clustering/test/org/apache/axis2/clustering/TestDO.java Sat Mar 15 10:43:08 2008
@@ -16,6 +16,7 @@
  * specific language governing permissions and limitations
  * under the License.
  */
+
 package org.apache.axis2.clustering;
 
 import java.io.Serializable;

Modified: webservices/axis2/trunk/java/modules/codegen/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/codegen/pom.xml?rev=637447&r1=637446&r2=637447&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/codegen/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/codegen/pom.xml Sat Mar 15 10:43:08 2008
@@ -18,6 +18,7 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
   -->
+
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>

Modified: webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/codegen/codegen-config.properties
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/codegen/codegen-config.properties?rev=637447&r1=637446&r2=637447&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/codegen/codegen-config.properties (original)
+++ webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/codegen/codegen-config.properties Sat Mar 15 10:43:08 2008
@@ -36,6 +36,25 @@
 # under the License.
 #
 
+#
+# 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.
+#
+
 #######################################################################################################################
 #####################   code generator property file  #################################################################
 #######################################################################################################################



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org