- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.xml
More file actions
Latest commit
17 lines (16 loc) · 532 Bytes
/
Copy pathplugin.xml
File metadata and controls
17 lines (16 loc) · 532 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<plugin>
<extension
point="org.eclipse.ui.exportWizards">
<wizard
class="shellScriptGen.SSExportWizard1"
icon="icons/Shell.gif"
id="ShellScriptGen.wizard1"
name="Export To Shell Script">
<description>
Generates shell (batch) scripts to run selected projects' runtime configurations for use outside Eclipse.
</description>
</wizard>
</extension>
</plugin>