| <?xml version="1.0" encoding="UTF-8"?> | 
 | <?eclipse version="3.0"?> | 
 |  | 
 | <!-- | 
 |  <copyright> | 
 |  </copyright> | 
 |  | 
 |  $Id: plugin.xml,v 1.4 2009-05-18 13:13:36 flautenba Exp $ | 
 | --> | 
 |  | 
 | <plugin> | 
 |  | 
 |    <extension point="org.eclipse.ui.newWizards"> | 
 |       <wizard | 
 |             id="org.eclipse.jwt.we.conf.presentation.ConfModelWizardID" | 
 |             name="%_UI_ConfModelWizard_label" | 
 |             class="org.eclipse.jwt.we.conf.presentation.ConfModelWizard" | 
 |             category="org.eclipse.jwt.we" | 
 |             icon="icons/jwt-ce-icon.gif"> | 
 |          <description>%_UI_ConfModelWizard_description</description> | 
 |          <selection class="org.eclipse.core.resources.IResource"/> | 
 |       </wizard> | 
 |    </extension> | 
 |  | 
 |    <extension point="org.eclipse.ui.editors"> | 
 |       <editor | 
 |             id="org.eclipse.jwt.we.conf.presentation.ConfEditorID" | 
 |             name="%_UI_ConfEditor_label" | 
 |             icon="icons/full/obj16/ConfModelFile.gif" | 
 |             extensions="conf" | 
 |             class="org.eclipse.jwt.we.conf.presentation.ConfEditor" | 
 |             contributorClass="org.eclipse.jwt.we.conf.presentation.ConfActionBarContributor"> | 
 |       </editor> | 
 |    </extension> | 
 |  | 
 | </plugin> |