Menu

[r3152]: / trunk / ch.sahits.codegen.sql / plugin.xml  Maximize  Restore  History

Download this file

45 lines (43 with data), 1.4 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.2"?>
<plugin>
<extension-point id="ch.sahits.codegen.sql.manipulation" name="SQL Manipulation" schema="schema/ch.sahits.codegen.sql.manipulation.exsd"/>
<extension
point="org.eclipse.ui.newWizards">
<category
name="Sahits"
id="ch.sahits.wizardCategory">
</category>
<category
id="ch.sahits.codegen.sql"
name="Insert Script wizard">
</category>
<wizard
name="Insert Script"
icon="icons/SqlInsertScriptIcon.png"
category="ch.sahits.wizardCategory"
class="ch.sahits.codegen.sql.wizards.InsertSkriptWizard"
id="ch.sahits.codegen.sql.wizards.InsertSkriptWizard">
</wizard>
</extension>
<extension
point="ch.sahits.codegen.sql.manipulation">
<manipulationClass
class="ch.sahits.codegen.sql.generator.BasicDataManipulator">
</manipulationClass>
</extension>
<extension
point="org.eclipse.ui.popupMenus">
<objectContribution
objectClass="org.eclipse.datatools.modelbase.sql.tables.Table"
id="ch.sahits.codegen.sql.action">
<action
label="Create insert script"
class="ch.sahits.codegen.sql.InsertCreatePopup"
menubarPath="slot3"
enablesFor="1"
id="ch.sahits.codegen.sql.InsertCreatePopup">
</action>
</objectContribution>
</extension>
</plugin>
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.