blob: 2aff6e8bfcaaa7db0290c488b9fce22891dd7e58 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.2"?>
<!--
Copyright (c) 2007, 2014 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 id="authenticator" name="%Authenticator" schema="schema/authenticator.exsd" />
<extension-point id="identityrepository" name="identityrepository" schema="schema/identity_repository.exsd"/>
<extension
point="org.eclipse.core.runtime.preferences">
<initializer
class="org.eclipse.jsch.internal.core.PreferenceInitializer">
</initializer>
<modifier
class="org.eclipse.jsch.internal.core.PreferenceModifyListener">
</modifier>
</extension>
</plugin>