You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by sl...@apache.org on 2008/12/01 15:32:28 UTC

svn commit: r722082 - /tuscany/java/sca/modules/extensibility/META-INF/MANIFEST.MF

Author: slaws
Date: Mon Dec  1 06:32:28 2008
New Revision: 722082

URL: http://svn.apache.org/viewvc?rev=722082&view=rev
Log:
Add the self import back in

Modified:
    tuscany/java/sca/modules/extensibility/META-INF/MANIFEST.MF

Modified: tuscany/java/sca/modules/extensibility/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/tuscany/java/sca/modules/extensibility/META-INF/MANIFEST.MF?rev=722082&r1=722081&r2=722082&view=diff
==============================================================================
--- tuscany/java/sca/modules/extensibility/META-INF/MANIFEST.MF (original)
+++ tuscany/java/sca/modules/extensibility/META-INF/MANIFEST.MF Mon Dec  1 06:32:28 2008
@@ -12,6 +12,7 @@
 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/