| [news.eclipse.tools.jdt] Re: Create a fork of org.eclipse.jdt.core with new features |
Hello,
I extended the JDT parser of the package org.eclipse.jdt.core to accept
new kinds
of annotations (blocks and expressions annotations). Actually my plugin
runs instead
of the original org.eclipse.jdt.core plugin because they are both
declared with
the same plugin signature. Now I want to change my plugin so that it can
run with the
original JDT in the same
What do you mean by "run with" i.e. what do you want to achieve?
instance of Eclipse, but I don't know where to start. Any idea on how to proceed?
Thanks,
Mario Pastorelli