Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[mylyn-dev] override mylyn jars

Hi.

I downloaded Mylyn's code and made some changes to it, trying to add some funcionalities.
And then, i would like to export the modified code into a jar file and 'install' it on other Eclipses.

So, I export the plugin and then, in a brand new Eclipse instance, I replace the existing Mylyn .jar file to the one I just created.
But this doesn't work...

I have also unzipped the .jar file and changed the .class files (as well as the MANIFEST.MF file). But, no success.

Is there a way to use the code i made, by changing Mylyn's original code, into another instance of Eclipse?

Thanks in advance,
Ivens

Back to the top