diff options
Diffstat (limited to 'org.eclipse.jubula.launch.rcp.ui/plugin.xml')
-rw-r--r-- | org.eclipse.jubula.launch.rcp.ui/plugin.xml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/org.eclipse.jubula.launch.rcp.ui/plugin.xml b/org.eclipse.jubula.launch.rcp.ui/plugin.xml new file mode 100644 index 000000000..d46fde317 --- /dev/null +++ b/org.eclipse.jubula.launch.rcp.ui/plugin.xml @@ -0,0 +1,23 @@ +<?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.debug.ui.launchConfigurationTabs"> + <tab + class="org.eclipse.jubula.launch.ui.tab.AutLaunchConfigurationTab" + group="org.eclipse.pde.ui.launcher.WorkbenchLauncherTabGroup" + id="org.eclipse.jubula.launch.rcp.ui.tab.aut" + name="org.eclipse.jubula.launch.ui.tab1"> + <placement + after="org.eclipse.debug.ui.commonTab"> + </placement> + </tab> + </extension> + +</plugin> |