Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[mylyn-dev] And and PDE dependencies in IDE plugin

All,

I'm trying to use Mylyn on top of a Platform installation, instead of full SDK.

It looks like the only two plugins which can't resolve are .ide and
.java.  I removed the .java plugin, because I'm not working with Java.

However, it looks like there are some extensions in the .ide plugin
that I would still want.  That being said, the plugin can't resolve,
because there are also dependencies on Ant and PDE which aren't
delivered in the Platform build.

Are there any plans to separate the Ant and PDE dependencies out into
another plugin?  Or should I be looking to register the remaining
extensions myself?  If the latter, I'm not sure I can, because the
classes are defined in internal packages.

~Shelby


Back to the top