blob: f508a4f2bfc442391ef90a25a959424649b7594d [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<!--
#=============================================================================#
# Copyright (c) 2005, 2020 Stephan Wahlbrink and others.
#
# This program and the accompanying materials are made available under the
# terms of the Eclipse Public License 2.0 which is available at
# https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
# which is available at https://www.apache.org/licenses/LICENSE-2.0.
#
# SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
#
# Contributors:
# Stephan Wahlbrink <sw@wahlbrink.eu> - initial API and implementation
#=============================================================================#
-->
<plugin>
<extension
point="org.eclipse.core.runtime.preferences">
<initializer class="org.eclipse.statet.internal.ide.core.BaseCorePreferenceInitializer"/>
</extension>
<extension
point="org.eclipse.core.resources.natures"
id="org.eclipse.statet.ide.resourceProjects.Statet"
name="StatET Project Nature">
<runtime>
<run class="org.eclipse.statet.base.core.StatetProject"/>
</runtime>
</extension>
</plugin>