diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-04-07 20:42:32 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-04-07 20:42:32 +0000 |
commit | 5e55cb31f442091bdcaeebf59146f43d0e2f017e (patch) | |
tree | 6f33b30feb2dd06f5c3baf89f4eac3428507639f /java/sca/modules/sca-api | |
parent | 68e79e1901937b595bd7e507a2103754be844a76 (diff) |
Update manifest for sca client package
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@762950 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/modules/sca-api')
-rw-r--r-- | java/sca/modules/sca-api/META-INF/MANIFEST.MF | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/sca/modules/sca-api/META-INF/MANIFEST.MF b/java/sca/modules/sca-api/META-INF/MANIFEST.MF index ca64e30235..0566f1521b 100644 --- a/java/sca/modules/sca-api/META-INF/MANIFEST.MF +++ b/java/sca/modules/sca-api/META-INF/MANIFEST.MF @@ -1,6 +1,6 @@ Manifest-Version: 1.0
Export-Package: org.oasisopen.sca.annotation;version="2.0.0",org.oasisopen.sca;us
- es:="javax.security.auth";version="2.0.0"
+ es:="javax.security.auth";version="2.0.0",org.oasisopen.sca.client;version="2.0.0"
Tool: Bnd-0.0.255
Bundle-Name: Apache Tuscany SCA API
Created-By: 1.6.0_07 (Sun Microsystems Inc.)
@@ -11,7 +11,7 @@ Bundle-ManifestVersion: 2 Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt
Bundle-Description: API classes for the Service Component Architecture
Import-Package: javax.security.auth,org.oasisopen.sca;version="2.0.0",org.oas
- isopen.sca.annotation;version="2.0.0"
+ isopen.sca.annotation;version="2.0.0",org.oasisopen.sca.client;version="2.0.0"
Bundle-SymbolicName: org.apache.tuscany.sca.api
Bundle-DocURL: http://www.apache.org/
|