summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/modules/policy-security/src/main/resources/org/apache/tuscany/sca/policy/security/tuscany_definitions.xml
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-08-13 21:50:51 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-08-13 21:50:51 +0000
commit009c29070af48b8bde24b25343dab0321d58555b (patch)
tree8f4bc2769636d02ceb43b1c156674b7d93ed447a /branches/sca-java-1.x/modules/policy-security/src/main/resources/org/apache/tuscany/sca/policy/security/tuscany_definitions.xml
parente6ecc710533e1c5220d0317a6dda8456aba1f34a (diff)
Removing specific implementation constraints to avoid warning messages when dependency is not available
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@804039 13f79535-47bb-0310-9956-ffa450edef68
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