Menu

[r2436]: / trunk / ch.sahits.codegen.ui / plugin.xml  Maximize  Restore  History

Download this file

26 lines (23 with data), 921 Bytes

 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
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
<extension
point="org.eclipse.ui.newWizards">
<wizard
name="General Code generation"
icon="icons/GeneralCodegenIcon.png"
category="org.eclipse.jdt.ui.java"
class="ch.sahits.codegen.ui.internal.wizards.ArtefactWizardFacade"
id="ch.sahits.codegen.ui.internal.wizards.ArtefactWizardFacade">
</wizard>
</extension>
<extension
point="ch.sahits.codegen.java.connectionpage">
<dbDefinition
btnText="DB with connection"
btnTooltip="Create the class DB relations gathered from the connection"
className="ch.sahits.codegen.ui.internal.wizards.DBDefinitionPage"
pageTitle="Database connection information for Code Generator">
</dbDefinition>
</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.