Author: vamsic007
Date: Thu Aug 14 04:06:34 2008
New Revision: 685848

URL: http://svn.apache.org/viewvc?rev=685848&view=rev
Log:
Corrected a few spellings and changed formatting.

Modified:
    
tuscany/java/sca/modules/binding-ws-axis2/src/main/resources/org/apache/tuscany/sca/binding/ws/axis2/definitions.xml

Modified: 
tuscany/java/sca/modules/binding-ws-axis2/src/main/resources/org/apache/tuscany/sca/binding/ws/axis2/definitions.xml
URL: 
http://svn.apache.org/viewvc/tuscany/java/sca/modules/binding-ws-axis2/src/main/resources/org/apache/tuscany/sca/binding/ws/axis2/definitions.xml?rev=685848&r1=685847&r2=685848&view=diff
==============================================================================
--- 
tuscany/java/sca/modules/binding-ws-axis2/src/main/resources/org/apache/tuscany/sca/binding/ws/axis2/definitions.xml
 (original)
+++ 
tuscany/java/sca/modules/binding-ws-axis2/src/main/resources/org/apache/tuscany/sca/binding/ws/axis2/definitions.xml
 Thu Aug 14 04:06:34 2008
@@ -17,37 +17,38 @@
  * specific language governing permissions and limitations
  * under the License.    
 -->
+
+<!-- $Rev$ $Date$ -->
+
 <sca:definitions xmlns="http://www.osoa.org/xmlns/sca/1.0";
-                       targetNamespace="http://www.osoa.org/xmlns/sca/1.0";
-                       xmlns:sca="http://www.osoa.org/xmlns/sca/1.0";
-                       xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.0";>
-                       
-       <sca:bindingType type="sca:binding.ws"  mayProvide="soap soap.1_1 
soap.1_2" alwaysProvides="" 
-                                                                       />      
                
+            targetNamespace="http://www.osoa.org/xmlns/sca/1.0";
+            xmlns:sca="http://www.osoa.org/xmlns/sca/1.0";
+            xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.0";>
+            
+    <sca:bindingType type="sca:binding.ws"  mayProvide="soap soap.1_1 
soap.1_2" alwaysProvides=""/>
 
-       <!-- PolicyIntents defined by the SCA Runtime Extension for WS Binding 
Axis 2 -->
-        <sca:intent name="soap"  
-                                constrains="sca:binding.ws">
-                                <sca:description>
-                                Communitcation thro this binding requires SOAP 
-                                </sca:description>
-        </sca:intent>
-       
-        <sca:intent name="soap.1_1">
-                                <sca:description>
-                                Communitcation thro this binding requires SOAP 
1.1
-                                </sca:description>
-        </sca:intent>
-       
-        <sca:intent name="soap.1_2">
-                                <sca:description>
-                                Communitcation thro this binding requires SOAP 
1.2
-                                </sca:description>
-        </sca:intent>
-        <sca:intent name="MTOM"  
-                                constrains="sca:binding.ws">
-                                <sca:description>
-                                Communitcation thro this binding requires MTOM 
support
-                                </sca:description>
-        </sca:intent>
+    <!-- PolicyIntents defined by the SCA Runtime Extension for WS Binding 
Axis 2 -->
+    <sca:intent name="soap" constrains="sca:binding.ws">
+        <sca:description>
+            Communication through this binding requires SOAP
+        </sca:description>
+    </sca:intent>
+    
+    <sca:intent name="soap.1_1">
+        <sca:description>
+            Communication through this binding requires SOAP 1.1
+        </sca:description>
+    </sca:intent>
+    
+    <sca:intent name="soap.1_2">
+        <sca:description>
+            Communication through this binding requires SOAP 1.2
+        </sca:description>
+    </sca:intent>
+    
+    <sca:intent name="MTOM" constrains="sca:binding.ws">
+        <sca:description>
+            Communication through this binding requires MTOM support
+        </sca:description>
+    </sca:intent>
  </sca:definitions>


Reply via email to