You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by sv...@apache.org on 2008/03/10 07:34:06 UTC

svn commit: r635450 - /incubator/tuscany/java/sca/modules/policy/src/main/resources/META-INF/services/definitions.xml

Author: svkrish
Date: Sun Mar  9 23:34:04 2008
New Revision: 635450

URL: http://svn.apache.org/viewvc?rev=635450&view=rev
Log:
removing prefixs from intent names

Modified:
    incubator/tuscany/java/sca/modules/policy/src/main/resources/META-INF/services/definitions.xml

Modified: incubator/tuscany/java/sca/modules/policy/src/main/resources/META-INF/services/definitions.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/modules/policy/src/main/resources/META-INF/services/definitions.xml?rev=635450&r1=635449&r2=635450&view=diff
==============================================================================
--- incubator/tuscany/java/sca/modules/policy/src/main/resources/META-INF/services/definitions.xml (original)
+++ incubator/tuscany/java/sca/modules/policy/src/main/resources/META-INF/services/definitions.xml Sun Mar  9 23:34:04 2008
@@ -23,7 +23,7 @@
  			xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.0">
 
 	<!-- Policy Intents Defined by the SCA Runtime -->
-	<intent name="sca:authentication" 
+	<intent name="authentication" 
 	 		constrains="sca:binding">
 		<description>
 			Specifying this intent on references requires necessary authentication information
@@ -32,14 +32,14 @@
 		</description>
 	</intent>
 	
-	<intent name="sca:confidentiality" 
+	<intent name="confidentiality" 
 	 		constrains="sca:binding">
 		<description>
 			Specifying this intent requires message exchanged to be encrypted
 		</description>
 	</intent>
 	
-	<intent name="sca:integrity" 
+	<intent name="integrity" 
 	 		constrains="sca:binding">
 		<description>
 			Specifying this intent requires message exchanged to be signed



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