Example #1
0
 /**
  * Create an EMF context for the project.
  *
  * @throws CoreException
  * @since 1.0.0
  */
 protected void createEmfContext() throws CoreException {
   WorkbenchResourceHelperBase.createEMFContext(getProject(), this);
 }