[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.tools.jdt] 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 instance of Eclipse, but I don't know where to
start.
Any idea on how to proceed?

Thanks,
Mario Pastorelli