The following modification is required to run JBT under Eclipse Neon:
Modify bteditor.product element from:
<features> <feature id="jbt.tools.bteditor.feature" version="0.0.1"/> </features>
to:
<features> <feature id="jbt.tools.bteditor.feature" version="0.0.1"/> <feature id="org.eclipse.emf.ecore"/> <feature id="org.eclipse.rcp"/> <feature id="org.eclipse.emf.common"/> <feature id="org.eclipse.e4.rcp"/> </features>
The following modification is required to run JBT under Eclipse Neon:
Modify bteditor.product element from:
<features> <feature id="jbt.tools.bteditor.feature" version="0.0.1"/> </features>to:
<features> <feature id="jbt.tools.bteditor.feature" version="0.0.1"/> <feature id="org.eclipse.emf.ecore"/> <feature id="org.eclipse.rcp"/> <feature id="org.eclipse.emf.common"/> <feature id="org.eclipse.e4.rcp"/> </features>