Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Technology Project and PMC » [plugin.xml] one plugin refers to a class defined in another plugin
[plugin.xml] one plugin refers to a class defined in another plugin [message #30140] Mon, 07 October 2002 11:57
Ozgur Kurt is currently offline Ozgur KurtFriend
Messages: 70
Registered: July 2009
Member
hi all,

i have two plugins, one plugin(b) refers to a class defined in another
plugin(a). this is working in my test environment, but i dl'd bare platform
and trying to brand it. anyway, is there anything else should i do, rather
than declaring in 'requires' section of plugin.xml of plugin(b)?

<requires>
<import plugin="id_of_plugin_a"/>
<import plugin="org.eclipse.ui"/>
<import plugin="org.eclipse.core.runtime"/>
<import plugin="org.eclipse.core.resources"/>
</requires>

thanx,
ozgur
Previous Topic:SWT Image ... Speed
Next Topic:[plugin.xml] one plugin refers to a class defined in another plugin
Goto Forum:
  


Current Time: Thu Apr 25 17:53:25 GMT 2024

Powered by FUDForum. Page generated in 0.03138 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top