summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--branches/sca-java-1.x/modules/policy-security/src/main/resources/org/apache/tuscany/sca/policy/security/tuscany_definitions.xml6
1 files changed, 2 insertions, 4 deletions
diff --git a/branches/sca-java-1.x/modules/policy-security/src/main/resources/org/apache/tuscany/sca/policy/security/tuscany_definitions.xml b/branches/sca-java-1.x/modules/policy-security/src/main/resources/org/apache/tuscany/sca/policy/security/tuscany_definitions.xml
index 91383eaf6a..0eadb46d76 100644
--- a/branches/sca-java-1.x/modules/policy-security/src/main/resources/org/apache/tuscany/sca/policy/security/tuscany_definitions.xml
+++ b/branches/sca-java-1.x/modules/policy-security/src/main/resources/org/apache/tuscany/sca/policy/security/tuscany_definitions.xml
@@ -20,13 +20,11 @@
<definitions xmlns="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">
- <intent name="identity" constrains="sca:implementation.java
- sca:implementation.spring">
+ <intent name="identity" constrains="sca:implementation">
<description>All invocations are must have an identity set</description>
</intent>
- <intent name="jaasAuthentication" constrains="sca:implementation.java
- sca:implementation.spring">
+ <intent name="jaasAuthentication" constrains="sca:implementation">
<description>All invocations to be authenticated</description>
</intent>
</definitions> \ No newline at end of file