blob: 661808f31f58255d87e36cfd79bb2f4627e31984 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<!--
Copyright (c) 2004, 2011 BREDEX GmbH.
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
-->
<plugin>
<extension
point="org.eclipse.ui.menus">
<menuContribution
allPopups="false"
locationURI="menu:org.eclipse.jubula.client.ui.rcp.toolbar.AutAgentToolbar.ConnectToAUTAgentCommand">
<command
commandId="org.eclipse.jubula.client.autagent.commands.ConnectToEmbeddedAutAgent"
style="push">
</command>
</menuContribution>
</extension>
<extension
point="org.eclipse.ui.commands">
<command
defaultHandler="org.eclipse.jubula.client.autagent.handlers.ConnectToEmbeddedAutAgentHandler"
id="org.eclipse.jubula.client.autagent.commands.ConnectToEmbeddedAutAgent"
name="%ConnectToEmbeddedAgent">
</command>
</extension>
<extension
point="org.eclipse.core.runtime.preferences">
<initializer
class="org.eclipse.jubula.client.autagent.preferences.PreferenceInitializer">
</initializer>
</extension>
<extension
point="org.eclipse.ui.preferencePages">
<page
category="org.eclipse.jubula.client.ui.rcp.preferences.AutAgentPrefPage"
class="org.eclipse.jubula.client.autagent.preferences.ui.EmbeddedAutAgentPreferencePage"
id="org.eclipse.jubula.client.autagent.page1"
name="%EmbeddedAgentPreferencePageName">
</page>
</extension>
</plugin>