diff options
author | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2008-12-01 14:32:28 +0000 |
---|---|---|
committer | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2008-12-01 14:32:28 +0000 |
commit | c739e0e99d6cb8a287ae2edcaec22a693ed7dcae (patch) | |
tree | c38f7b264828c50f9d814d1286e28d0d46d1e274 /java | |
parent | 91be0ddf286db0d05d161fb65a81fdb264d84080 (diff) |
Add the self import back in
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@722082 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java')
-rw-r--r-- | java/sca/modules/extensibility/META-INF/MANIFEST.MF | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/java/sca/modules/extensibility/META-INF/MANIFEST.MF b/java/sca/modules/extensibility/META-INF/MANIFEST.MF index 7a52b5ba73..a66ced1f76 100644 --- a/java/sca/modules/extensibility/META-INF/MANIFEST.MF +++ b/java/sca/modules/extensibility/META-INF/MANIFEST.MF @@ -12,6 +12,7 @@ Bnd-LastModified: 1225397079296 Bundle-ManifestVersion: 2
Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt
Bundle-Description: Apache Tuscany SCA Extensibility
-Import-Package: org.apache.tuscany.sca.core;version="1.4"
+Import-Package: org.apache.tuscany.sca.core;version="1.4",
+ org.apache.tuscany.sca.extensibility;version="1.4"
Bundle-SymbolicName: org.apache.tuscany.sca.extensibility
Bundle-DocURL: http://www.apache.org/
|