|  | <?xml version="1.0" encoding="UTF-8"?> | 
|  | <?eclipse version="3.0"?> | 
|  | <plugin | 
|  | id="org.eclipse.jst.common.frameworks" | 
|  | name="Integration Plug-in" | 
|  | description="This plugin provides an integration layer with jdt. It provides function for the working copy manager and for java project creation." | 
|  | version="1.0.0" | 
|  | provider-name="IBM"> | 
|  |  | 
|  | <runtime> | 
|  | <library name="jdt_integration.jar"> | 
|  | <export name="*"/> | 
|  | </library> | 
|  | </runtime> | 
|  | <requires> | 
|  | <import plugin="org.eclipse.core.runtime.compatibility"/> | 
|  | <import plugin="org.eclipse.jdt.core"/> | 
|  | <import plugin="org.eclipse.wst.common.frameworks"/> | 
|  | <import plugin="com.ibm.wtp.common.util"/> | 
|  | <import plugin="org.eclipse.core.resources"/> | 
|  | </requires> | 
|  |  | 
|  | <extension | 
|  | id="context.Sensitive.Class.workingCopyManager" | 
|  | name="Working Copy Manager - Headless Context Class" | 
|  | point="com.ibm.wtp.common.util.uiContextSensitiveClass"> | 
|  | <uiContextSensitiveClass | 
|  | key="workingCopyManager" | 
|  | context="Headless" | 
|  | className="org.eclipse.jst.common.jdt.internal.integration.WTPWorkingCopyManager"> | 
|  | </uiContextSensitiveClass> | 
|  | </extension> | 
|  |  | 
|  | <extension | 
|  | id="javaProjectValidationHandler" | 
|  | name="javaProjectValidationHandler" | 
|  | point="org.eclipse.wst.common.frameworks.validationSelectionHandler"> | 
|  | <validationSelectionHandler | 
|  | id="javaProjectValidationHandler" | 
|  | handlerClass="org.eclipse.jst.common.jdt.internal.integration.JavaProjectValidationHandler" | 
|  | selectionType="org.eclipse.jdt.core.IJavaProject"/> | 
|  | </extension> | 
|  |  | 
|  | </plugin> |