forked from srasul/Eclipse-Bulk-Import
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.xml
More file actions
22 lines (20 loc) · 682 Bytes
/
Copy pathplugin.xml
File metadata and controls
22 lines (20 loc) · 682 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
<extension
point="org.eclipse.ui.actionSets">
<actionSet
label="One Click Project Import Action Set"
visible="true"
id="ListProjectPlugin.actionSet">
<action
class="listprojectplugin.actions.ImportProjectAction"
icon="icons/saveProjects.gif"
id="OneClickImportPlugin.action1"
label="Import Selected Folder As Project"
toolbarPath="sampleGroup"
tooltip="Import Selected Folder As Project">
</action>
</actionSet>
</extension>
</plugin>