Modified: ode/trunk/axis2-war/src/test/resources/TestRampartPolicy/secured-services/sample04-policy.xml URL: http://svn.apache.org/viewvc/ode/trunk/axis2-war/src/test/resources/TestRampartPolicy/secured-services/sample04-policy.xml?rev=959274&r1=959273&r2=959274&view=diff ============================================================================== --- ode/trunk/axis2-war/src/test/resources/TestRampartPolicy/secured-services/sample04-policy.xml (original) +++ ode/trunk/axis2-war/src/test/resources/TestRampartPolicy/secured-services/sample04-policy.xml Wed Jun 30 11:48:11 2010 @@ -1,23 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - ~ 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. - --> -<!-- ! ! Copyright 2006 The Apache Software Foundation. ! @@ -165,4 +147,4 @@ </ramp:RampartConfig> </wsp:All> </wsp:ExactlyOne> -</wsp:Policy> +</wsp:Policy> \ No newline at end of file
Modified: ode/trunk/dependencies.rb URL: http://svn.apache.org/viewvc/ode/trunk/dependencies.rb?rev=959274&r1=959273&r2=959274&view=diff ============================================================================== --- ode/trunk/dependencies.rb (original) +++ ode/trunk/dependencies.rb Wed Jun 30 11:48:11 2010 @@ -18,7 +18,7 @@ ANT = "ant:ant:jar:1.6.5 BACKPORT = "backport-util-concurrent:backport-util-concurrent:jar:3.0" AXIOM = [ group("axiom-api", "axiom-impl", "axiom-dom", :under=>"org.apache.ws.commons.axiom", :version=>"1.2.8") ] -AXIS2_ALL = [group("axis2-transport-http", "axis2-transport-local", "axis2-kernel", "axis2-adb", "axis2-codegen", "axis2-java2wsdl", +AXIS2_ALL = [group("axis2-kernel", "axis2-adb", "axis2-codegen", "axis2-java2wsdl", "axis2-jibx", "axis2-saaj", "axis2-xmlbeans", :under=>"org.apache.axis2", :version=>"1.5.1"), @@ -26,6 +26,9 @@ AXIS2_ALL = [group("axis2-tran :under=>"org.apache.woden", :version=>"1.0M8"), "org.apache.axis2:axis2-transport-base:jar:1.0.0", + "org.apache.axis2:axis2-transport-http:jar:1.5.1", + "org.apache.axis2:axis2-transport-local:jar:1.5.1", + "org.apache.axis2:axis2-transport-tcp:jar:1.0.0", "org.apache.axis2:axis2-transport-jms:jar:1.0.0", "org.apache.httpcomponents:httpcore:jar:4.0"] AXIS2_MODULES = struct(
