blob: ccd153811084d82cfe34872c3dab6bc3804d8e0f [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--Copyright (c) 2016 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 -->
<?eclipse version="3.4"?>
<plugin>
<extension
point="org.eclipse.ui.newWizards">
<category
id="jubulaExtensions"
name="Jubula">
</category>
<wizard
category="jubulaExtensions"
class="org.eclipse.jubula.extensions.wizard.NewJubulaExtensionWizard"
finalPerspective="org.eclipse.pde.ui.PDEPerspective"
icon="resources/icons/jubula.png"
id="newJubulaExtensionWizard"
name="Jubula Extension Project"
project="true">
</wizard>
</extension>
<extension
point="org.eclipse.help.contexts">
<contexts
file="resources/help/context.xml"
plugin="org.eclipse.jubula.extensions.wizard">
</contexts>
</extension>
</plugin>