Author: mes
Date: 2012-01-09 20:51:16 -0800 (Mon, 09 Jan 2012)
New Revision: 27961

Modified:
   core3/impl/trunk/app-impl/pom.xml
Log:
added dynamic import to allow access to all java packages that haven't already 
been exported

Modified: core3/impl/trunk/app-impl/pom.xml
===================================================================
--- core3/impl/trunk/app-impl/pom.xml   2012-01-10 00:26:05 UTC (rev 27960)
+++ core3/impl/trunk/app-impl/pom.xml   2012-01-10 04:51:16 UTC (rev 27961)
@@ -55,6 +55,7 @@
                                                
<Export-Package>!${bundle.namespace}.*</Export-Package>
                                                
<Private-Package>${bundle.namespace}.*</Private-Package>
                                                
<Bundle-Activator>${bundle.namespace}.CyActivator</Bundle-Activator>
+                                               
<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