diff options
author | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2008-11-28 11:07:11 +0000 |
---|---|---|
committer | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2008-11-28 11:07:11 +0000 |
commit | f3690aa7f6190520dbe1aabbbf1868eb57daf91f (patch) | |
tree | dc3b973bda9340388b118f75d6f5c759c8743b06 /java/sca/modules/extensibility | |
parent | 3fdd4bc09608b13412637b0e73c3d2606f4be2fa (diff) |
Remove the self import as it messes up my eclipse PDE dependency graph. There may be a specific reason for his import as many modules import packages that they themselves contain so I'll see if anyone can shed light on this and if not carry on removing them
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@721429 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | java/sca/modules/extensibility/META-INF/MANIFEST.MF | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/java/sca/modules/extensibility/META-INF/MANIFEST.MF b/java/sca/modules/extensibility/META-INF/MANIFEST.MF index 2cca0f0936..7a52b5ba73 100644 --- a/java/sca/modules/extensibility/META-INF/MANIFEST.MF +++ b/java/sca/modules/extensibility/META-INF/MANIFEST.MF @@ -12,8 +12,6 @@ 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",
- org.apache.tuscany.sca.extensibility;version="1.4"
+Import-Package: org.apache.tuscany.sca.core;version="1.4"
Bundle-SymbolicName: org.apache.tuscany.sca.extensibility
Bundle-DocURL: http://www.apache.org/
-
|