You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by mr...@apache.org on 2007/08/07 00:56:21 UTC

svn commit: r563326 - in /ode/trunk: axis2/src/test/resources/HelloWorldRequest.soap axis2/src/test/resources/testDynPartnerRequest.soap tasks/headers.rake

Author: mriou
Date: Mon Aug  6 15:56:21 2007
New Revision: 563326

URL: http://svn.apache.org/viewvc?view=rev&rev=563326
Log:
More headers.

Modified:
    ode/trunk/axis2/src/test/resources/HelloWorldRequest.soap
    ode/trunk/axis2/src/test/resources/testDynPartnerRequest.soap
    ode/trunk/tasks/headers.rake

Modified: ode/trunk/axis2/src/test/resources/HelloWorldRequest.soap
URL: http://svn.apache.org/viewvc/ode/trunk/axis2/src/test/resources/HelloWorldRequest.soap?view=diff&rev=563326&r1=563325&r2=563326
==============================================================================
--- ode/trunk/axis2/src/test/resources/HelloWorldRequest.soap (original)
+++ ode/trunk/axis2/src/test/resources/HelloWorldRequest.soap Mon Aug  6 15:56:21 2007
@@ -1,3 +1,22 @@
+<!--
+  ~ 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.
+  -->
+
 <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
   <!-- test soap message -->
   <SOAP-ENV:Body>

Modified: ode/trunk/axis2/src/test/resources/testDynPartnerRequest.soap
URL: http://svn.apache.org/viewvc/ode/trunk/axis2/src/test/resources/testDynPartnerRequest.soap?view=diff&rev=563326&r1=563325&r2=563326
==============================================================================
--- ode/trunk/axis2/src/test/resources/testDynPartnerRequest.soap (original)
+++ ode/trunk/axis2/src/test/resources/testDynPartnerRequest.soap Mon Aug  6 15:56:21 2007
@@ -1,3 +1,22 @@
+<!--
+  ~ 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.
+  -->
+
 <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
   <!-- test soap message -->
   <SOAP-ENV:Body>

Modified: ode/trunk/tasks/headers.rake
URL: http://svn.apache.org/viewvc/ode/trunk/tasks/headers.rake?view=diff&rev=563326&r1=563325&r2=563326
==============================================================================
--- ode/trunk/tasks/headers.rake (original)
+++ ode/trunk/tasks/headers.rake Mon Aug  6 15:56:21 2007
@@ -79,7 +79,8 @@
 #    limitations under the License.
 #
 EOF
-    licenses[".bpel"] = licenses[".wsdl"] = licenses[".xsd"] = licenses['.usd'] = licenses['.xsl'] = licenses[".deploy"] = licenses[".xml"]
+    licenses[".bpel"] = licenses[".wsdl"] = licenses[".xsd"] = licenses[".soap"] = licenses[".xml"]
+    licenses['.usd'] = licenses['.xsl'] = licenses[".deploy"] =  
     licenses[".rake"] = licenses[".tdef"] = licenses[".properties"]
     # This also tells us which files to look at.
     extensions = licenses.keys.join(",")