<?xml version="1.0" encoding="UTF-8"?> | |
<?eclipse version="3.2"?><!-- | |
Copyright (c) 2005, 2008 IBM Corporation and others. | |
All rights reserved. This program and the accompanying materials | |
are made available under the terms of the Eclipse Public License v1.0 | |
which accompanies this distribution, and is available at | |
http://www.eclipse.org/legal/epl-v10.html | |
Contributors: | |
IBM Corporation - initial API and implementation | |
--> | |
<plugin> | |
<extension | |
point="org.eclipse.ui.views"> | |
<view | |
name="%views.errorLog.name" | |
icon="$nl$/icons/eview16/error_log.gif" | |
category="org.eclipse.ui" | |
class="org.eclipse.ui.internal.views.log.LogView" | |
id="org.eclipse.pde.runtime.LogView"> | |
</view> | |
</extension> | |
<extension | |
point="org.eclipse.ui.bindings"> | |
<key | |
commandId="org.eclipse.ui.views.showView" | |
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration" | |
sequence="M2+M3+Q L"> | |
<parameter | |
id="org.eclipse.ui.views.showView.viewId" | |
value="org.eclipse.pde.runtime.LogView"> | |
</parameter> | |
</key> | |
</extension> | |
<extension | |
point="org.eclipse.core.contenttype.contentTypes"> | |
<content-type | |
base-type="org.eclipse.core.runtime.text" | |
file-extensions="log" | |
id="log" | |
name="%content-type.name.log" | |
priority="high"> | |
</content-type> | |
</extension> | |
<extension | |
point="org.eclipse.rap.ui.serviceHandler"> | |
<serviceHandler | |
class="org.eclipse.ui.internal.views.log.DownloadServiceHandler" | |
id="org.eclipse.rap.ui.view.log.downloadLogFile"> | |
</serviceHandler> | |
</extension> | |
</plugin> |