Author: jm
Date: 2012-05-14 10:02:44 -0700 (Mon, 14 May 2012)
New Revision: 29259

Modified:
   core3/impl/trunk/app-impl/pom.xml
Log:
Fixes #962: Removed DynamicImport-Package OSGi directive

Modified: core3/impl/trunk/app-impl/pom.xml
===================================================================
--- core3/impl/trunk/app-impl/pom.xml   2012-05-14 16:28:42 UTC (rev 29258)
+++ core3/impl/trunk/app-impl/pom.xml   2012-05-14 17:02:44 UTC (rev 29259)
@@ -47,10 +47,6 @@
                                                
<Export-Package>!${bundle.namespace}.*</Export-Package>
                                                
<Private-Package>${bundle.namespace}.*</Private-Package>
                                                
<Bundle-Activator>${bundle.namespace}.CyActivator</Bundle-Activator>
-                                               <!-- Dynamic import is 
necessary, because it allows apps to
-                                                    access packages that 
aren't imported as because of the code
-                                                    in this bundle. -->
-                                               
<DynamicImport-Package>*</DynamicImport-Package>
                                        </instructions>
                                </configuration>
                        </plugin>

-- 
You received this message because you are subscribed to the Google Groups 
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/cytoscape-cvs?hl=en.

Reply via email to