Author: mes Date: 2010-02-18 17:54:14 -0800 (Thu, 18 Feb 2010) New Revision: 19383
Modified: cytoscape3/trunk/application/osgi.bnd Log: now limiting the exported packages Modified: cytoscape3/trunk/application/osgi.bnd =================================================================== --- cytoscape3/trunk/application/osgi.bnd 2010-02-19 01:53:41 UTC (rev 19382) +++ cytoscape3/trunk/application/osgi.bnd 2010-02-19 01:54:14 UTC (rev 19383) @@ -2,6 +2,7 @@ # Use this file to add customized Bnd instructions for the bundle #----------------------------------------------------------------- -Export-Package: cytoscape.* +Export-Package: cytoscape, cytoscape.util, cytoscape.view, cytoscape.dialogs, cytoscape.events +Private-Package: cytoscape.internal.* Import-Package: *;resolution:=optional -DynamicImport-Package: * \ No newline at end of file +DynamicImport-Package: * -- 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.
