blob: 2255bbc1058ab1e25db912651b0221c9f01f7d26 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<!--
#=============================================================================#
# Copyright (c) 2007, 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.ui.startup">
<startup
class="org.eclipse.statet.internal.eutils.autorun.nostart.AutoRunStartup">
</startup>
</extension>
<extension
point="org.eclipse.ui.keywords">
<keyword
id="org.eclipse.statet.autorun.keywords.startup"
label="startup run autostart launch">
</keyword>
</extension>
<extension
point="org.eclipse.ui.preferencePages">
<page
id="org.eclipse.statet.autorun.preferencePages.Config"
category="org.eclipse.debug.ui.DebugPreferencePage"
class="org.eclipse.statet.internal.eutils.autorun.AutoRunPreferencePage"
name="Auto Run">
<keywordReference
id="org.eclipse.statet.autorun.keywords.startup">
</keywordReference>
</page>
</extension>
</plugin>