blob: a8c807bb04a5be8e2cff1a939e4baf8b900dec13 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.2"?>
<!--
/**
*************************************************************************
* Copyright (c) 2006, 2011 Actuate Corporation.
* 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
*
* Contributors:
* Actuate Corporation - initial API and implementation
*
*************************************************************************
*
*/
-->
<plugin>
<extension
point="org.eclipse.pde.ui.pluginContent">
<wizard
class="org.eclipse.datatools.connectivity.oda.template.internal.ui.NewOdaDriverWizard"
icon="icons/newoda_wiz.gif"
id="org.eclipse.datatools.connectivity.oda.template.ui.newOdaPlugin"
java="true"
name="%template.runtimeDriver.name"
pureOSGi="false"
rcp="false"
requiresActivator="false"
ui-content="false">
<description>
%template.runtimeDriver.desc
</description>
</wizard>
<wizard
class="org.eclipse.datatools.connectivity.oda.template.internal.ui.NewOdaDesignerWizard"
icon="icons/newodaui_wiz.gif"
id="org.eclipse.datatools.connectivity.oda.template.ui.newOdaDesignerPlugin"
java="true"
name="%template.designer.name"
pureOSGi="false"
rcp="false"
requiresActivator="false"
ui-content="true">
<description>
%template.designer.desc
</description>
</wizard>
</extension>
</plugin>