Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Duplidate dependencies in my plugin
Duplidate dependencies in my plugin [message #539510] Fri, 11 June 2010 06:44
js Missing name is currently offline js Missing nameFriend
Messages: 73
Registered: July 2009
Member
I have written an application that use the com.ibm.icu package.

I then package this application (creating a jar with all dependencies) and
convert it into a plugin, P1 (using the eclipse "plugin from jar" option).

Next I add P1 as a dependency for another plugin, P2.

But when I run P2 it will only work if I first add the com.ibm.icu package
as a dependency in the MANIFEST file for the P1 plugin even though its
already jar file.

Why do I need to specify com.ibm.icu package as a dependency when its
already located in the jar file?
Previous Topic:view modification
Next Topic:Duplidate dependencies in my plugin
Goto Forum:
  


Current Time: Thu Apr 25 12:50:48 GMT 2024

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

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

Back to the top