blob: 6051653e1b3ad1c6252d4448cb954b3ff7caee5b [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.2"?>
<plugin>
<extension
point="org.eclipse.epf.common.service.commandLineRunners">
<commandLineRunner
class="org.eclipse.epf.toolbox.batch.EpfBatchRunner"
runnerId="epfBatchRunner">
</commandLineRunner>
</extension>
<extension
point="org.eclipse.ui.actionSets">
<actionSet
description="Library tools"
id="org.eclipse.epf.toolbox.actionSet.LibraryTools"
label="Library Tools">
<menu
id="epfToolboxMenu"
label="Library-tools">
<separator
name="DiagramDoctorGroup">
</separator>
</menu>
<action
class="org.eclipse.epf.toolbox.actions.DiagramDoctor"
id="ogr.eclipse.epf.toolbox.actions.DiagramDoctorAction"
label="Clean up process diagram duplicate data"
menubarPath="epfToolboxMenu/DiagramDoctorGroup"
tooltip="Clean up process diagram duplicate data">
</action>
</actionSet>
</extension>
</plugin>