Skip to main content

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

Common mistake is not to rev the version when you made your changes... (And thus osgi can cache certain things). 

Also in general do not hack inside a plug-in - export a new version (with higher version number!) and put it in dropins...

Hope this helps,
Eddie



On Dec 5, 2012, at 4:34 PM, "Ivens" <ivensportugal@xxxxxxxxx> wrote:

> 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
> _______________________________________________
> mylyn-dev mailing list
> mylyn-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/mylyn-dev


Back to the top