| <?xml version="1.0" encoding="UTF-8"?> |
| <?eclipse version="3.2"?> |
| <!-- |
| Copyright (c) 2007, 2014 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-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> |