|  | <?xml version="1.0" encoding="UTF-8"?> | 
|  | <?eclipse version="3.4"?> | 
|  | <!-- | 
|  | Copyright (c) 2012 IBM Corporation and others. | 
|  |  | 
|  | This program and the accompanying materials | 
|  | are made available under the terms of the Eclipse Public License 2.0 | 
|  | which accompanies this distribution, and is available at | 
|  | https://www.eclipse.org/legal/epl-2.0/ | 
|  |  | 
|  | SPDX-License-Identifier: EPL-2.0 | 
|  |  | 
|  | Contributors: | 
|  | IBM Corporation - initial API and implementation | 
|  | --> | 
|  | <plugin> | 
|  | <extension | 
|  | id="E4Application" | 
|  | name="%extension.e4application.name" | 
|  | point="org.eclipse.core.runtime.applications"> | 
|  | <application | 
|  | cardinality="singleton-global" | 
|  | thread="main" | 
|  | visible="true"> | 
|  | <run | 
|  | class="org.eclipse.e4.ui.internal.workbench.swt.E4Application"> | 
|  | </run> | 
|  | </application> | 
|  | </extension> | 
|  | <extension | 
|  | id="GenTopic" | 
|  | name="%extension.generatetopic.name" | 
|  | point="org.eclipse.core.runtime.applications"> | 
|  | <application | 
|  | cardinality="singleton-global" | 
|  | thread="main" | 
|  | visible="true"> | 
|  | <run | 
|  | class="org.eclipse.e4.ui.internal.workbench.swt.GenTopic"> | 
|  | </run> | 
|  | </application> | 
|  | </extension> | 
|  |  | 
|  | <extension | 
|  | point="org.eclipse.core.runtime.adapters"> | 
|  | <factory | 
|  | adaptableType="org.eclipse.jface.viewers.ISelection" | 
|  | class="org.eclipse.e4.ui.internal.workbench.swt.SelectionAdapterFactory"> | 
|  | <adapter | 
|  | type="org.eclipse.core.expressions.IIterable"> | 
|  | </adapter> | 
|  | <adapter | 
|  | type="org.eclipse.core.expressions.ICountable"> | 
|  | </adapter> | 
|  | </factory> | 
|  | </extension> | 
|  |  | 
|  | <extension | 
|  | point="org.eclipse.ui.trace.traceComponents"> | 
|  | <component | 
|  | id="org.eclipse.e4.ui.workbench.swt.trace" | 
|  | label="%trace.component.label"> | 
|  | <bundle | 
|  | consumed="false" | 
|  | name="org.eclipse.e4.ui.workbench.swt"> | 
|  | </bundle> | 
|  | </component> | 
|  | </extension> | 
|  |  | 
|  | <extension | 
|  | point="org.eclipse.urischeme.uriSchemeHandlers"> | 
|  | <uriSchemeHandler | 
|  | class="org.eclipse.e4.ui.internal.workbench.swt.handlers.EclipseCommandURIHandler" | 
|  | uriScheme="eclipse+command" | 
|  | uriSchemeDescription="%eclipseCommandURIHandler"> | 
|  | </uriSchemeHandler> | 
|  | </extension> | 
|  | </plugin> |