summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/policy-security/META-INF/MANIFEST.MF
diff options
context:
space:
mode:
authoredwardsmj <edwardsmj@13f79535-47bb-0310-9956-ffa450edef68>2008-12-05 17:34:16 +0000
committeredwardsmj <edwardsmj@13f79535-47bb-0310-9956-ffa450edef68>2008-12-05 17:34:16 +0000
commitc558db35119184579f33f2281f1604a85a3d9534 (patch)
treed4d60a0c11c6aa8fb5d1d0c24d3783ff09d04142 /java/sca/modules/policy-security/META-INF/MANIFEST.MF
parent9ac0631467dea0f29af9d95f8157e595ee750db5 (diff)
Changes to make policy-security work in 2.0.
SecurityUtil.java moved to org.apache.tuscany.policy.security to avoid a clash with a package name used in the policy module git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723800 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/modules/policy-security/META-INF/MANIFEST.MF')
-rw-r--r--java/sca/modules/policy-security/META-INF/MANIFEST.MF3
1 files changed, 2 insertions, 1 deletions
diff --git a/java/sca/modules/policy-security/META-INF/MANIFEST.MF b/java/sca/modules/policy-security/META-INF/MANIFEST.MF
index 7fa44bee8c..d36fe873a1 100644
--- a/java/sca/modules/policy-security/META-INF/MANIFEST.MF
+++ b/java/sca/modules/policy-security/META-INF/MANIFEST.MF
@@ -25,7 +25,8 @@ Export-Package: org.apache.tuscany.sca.policy.authorization;uses:="jav
es:="javax.xml.stream,org.apache.tuscany.sca.contribution.resolver,or
g.apache.tuscany.sca.contribution.processor,org.apache.tuscany.sca.co
re,org.apache.tuscany.sca.monitor,org.apache.tuscany.sca.policy,javax
- .xml.namespace";version="1.4"
+ .xml.namespace";version="1.4",org.apache.tuscany.sca.policy.authentic
+ ation.token;version="1.4"
Tool: Bnd-0.0.255
Bundle-Name: Apache Tuscany Security Policy Model
Created-By: 1.6.0_07 (Sun Microsystems Inc.)