/* (non-Javadoc)
  * @see org.eclipse.wst.jsdt.internal.ui.preferences.PropertyAndPreferencePage#hasProjectSpecificOptions(org.eclipse.core.resources.IProject)
  */
 protected boolean hasProjectSpecificOptions(IProject project) {
   return fConfigurationBlock.hasProjectSpecificOptions(project);
 }