|  | <?xml version="1.0" encoding="UTF-8"?> | 
|  | <?eclipse version="3.0"?> | 
|  | <plugin | 
|  | id="org.eclipse.jst.validation.sample" | 
|  | name="Properties Validator" | 
|  | version="1.1.0" | 
|  | class="org.eclipse.jst.validation.sample.workbenchimpl.PropertiesValidatorPlugin"> | 
|  |  | 
|  | <runtime> | 
|  | <library name="runtime/propertiesValidator.jar"> | 
|  | <export name="*"/> | 
|  | </library> | 
|  | </runtime> | 
|  | <requires> | 
|  | <import plugin="org.eclipse.core.resources"/> | 
|  | <import plugin="org.eclipse.jdt.core"/> | 
|  | <import plugin="org.eclipse.wst.validation"/> | 
|  | <import plugin="org.eclipse.help"/> | 
|  | <import plugin="org.eclipse.jem.util"/> | 
|  | <import plugin="org.eclipse.wst.common.frameworks"/> | 
|  | <import plugin="org.eclipse.core.runtime"/> | 
|  | </requires> | 
|  |  | 
|  |  | 
|  | <!--=======================================--> | 
|  | <!-- Properties Validator Contributions    --> | 
|  | <!--=======================================--> | 
|  | <extension | 
|  | id="PropertiesValidator" | 
|  | name="Properties Validator" | 
|  | point="org.eclipse.wst.validation.validator"> | 
|  | <validator> | 
|  | <projectNature | 
|  | id="org.eclipse.jdt.core.javanature"> | 
|  | </projectNature> | 
|  | <filter | 
|  | objectClass="org.eclipse.core.resources.IFile" | 
|  | nameFilter="*.properties" | 
|  | action="add, change"> | 
|  | </filter> | 
|  | <run | 
|  | enabled="false" | 
|  | async="false" | 
|  | class="org.eclipse.jst.validation.sample.PropertiesValidator"> | 
|  | </run> | 
|  | <helper | 
|  | class="org.eclipse.jst.validation.sample.workbenchimpl.PropertiesHelper"> | 
|  | </helper> | 
|  | </validator> | 
|  | </extension> | 
|  | <!--=======================================--> | 
|  | <!-- Validation Documentation              --> | 
|  | <!--=======================================--> | 
|  | <!--                                       --> | 
|  | <!-- Validator Developer's Guide           --> | 
|  | <!--                                       --> | 
|  | <!-- | 
|  | <extension | 
|  | point="org.eclipse.help.toc"> | 
|  | <toc | 
|  | file="doc/developerGuide/toc.xml" | 
|  | primary="true"> | 
|  | </toc> | 
|  | </extension> | 
|  | --> | 
|  | <!--                                       --> | 
|  | <!-- Validation Guide                      --> | 
|  | <!--                                       --> | 
|  | <!-- | 
|  | <extension | 
|  | point="org.eclipse.help.toc"> | 
|  | <toc | 
|  | file="doc/guide/toc.xml" | 
|  | primary="true"> | 
|  | </toc> | 
|  | </extension> | 
|  | --> | 
|  |  | 
|  | </plugin> |