Author: svkrish
Date: Mon Mar 10 01:59:20 2008
New Revision: 635490

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

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

Modified: 
incubator/tuscany/java/sca/modules/policy-logging/src/main/resources/META-INF/services/definitions.xml
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/modules/policy-logging/src/main/resources/META-INF/services/definitions.xml?rev=635490&r1=635489&r2=635490&view=diff
==============================================================================
--- 
incubator/tuscany/java/sca/modules/policy-logging/src/main/resources/META-INF/services/definitions.xml
 (original)
+++ 
incubator/tuscany/java/sca/modules/policy-logging/src/main/resources/META-INF/services/definitions.xml
 Mon Mar 10 01:59:20 2008
@@ -18,12 +18,12 @@
  * under the License.    
 -->
 <definitions xmlns="http://www.osoa.org/xmlns/sca/1.0";
-                       targetNamespace="http://www.osoa.org/xmlns/sca/1.0";
+                       
targetNamespace="http://tuscany.apache.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";>
 
        <!-- Policy Intents Defined by the SCA Runtime -->
-       <intent name="tuscany:logging" 
+       <intent name="logging" 
                constrains="sca:implementation.java">
                <description>
                        All messages to and from this implementation must be 
logged



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to