2007-02-19 19:32:35 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2008-12-04 22:20:10 +00:00
|
|
|
<!--
|
|
|
|
Copyright (c) 2007,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:
|
|
|
|
Anna Dushistova (MontaVista)- initial API and implementation
|
|
|
|
-->
|
2007-02-19 19:32:35 +00:00
|
|
|
<?eclipse version="3.2"?>
|
|
|
|
<plugin>
|
|
|
|
<extension-point id="archivehandlers" name="%extPoint.archivehandlers" schema="schema/archivehandlers.exsd"/>
|
2007-11-24 00:36:27 +00:00
|
|
|
<extension-point id="codePageConverters" name="%extPoint.codePageConverters" schema="schema/codePageConverters.exsd"/>
|
2008-12-04 22:20:10 +00:00
|
|
|
<extension
|
|
|
|
point="org.eclipse.core.runtime.adapters">
|
|
|
|
<factory
|
2008-12-14 18:28:58 +00:00
|
|
|
adaptableType="org.eclipse.rse.services.terminals.ITerminalService"
|
2008-12-04 22:20:10 +00:00
|
|
|
class="org.eclipse.rse.internal.services.shells.TerminalShellAdapterFactory">
|
|
|
|
<adapter
|
|
|
|
type="org.eclipse.rse.services.shells.IShellService">
|
|
|
|
</adapter>
|
|
|
|
</factory>
|
|
|
|
</extension>
|
2007-11-24 00:36:27 +00:00
|
|
|
|
2007-02-19 19:32:35 +00:00
|
|
|
</plugin>
|