Author: mes
Date: 2012-01-10 13:51:18 -0800 (Tue, 10 Jan 2012)
New Revision: 27968

Modified:
   core3/impl/trunk/app-impl/pom.xml
Log:
added comments explaining necessity of dynamic import

Modified: core3/impl/trunk/app-impl/pom.xml
===================================================================
--- core3/impl/trunk/app-impl/pom.xml   2012-01-10 20:47:14 UTC (rev 27967)
+++ core3/impl/trunk/app-impl/pom.xml   2012-01-10 21:51:18 UTC (rev 27968)
@@ -55,6 +55,9 @@
                                                
<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>

-- 
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