Menu

[r142]: / plugin / plugin.xml  Maximize  Restore  History

Download this file

28 lines (25 with data), 925 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
26
27
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.2"?>
<plugin>
<extension
point="org.eclipse.ui.editors">
<editor
name="Java Codegenerator Editor"
extensions="java"
icon="icons/javaCodeGen.gif"
contributorClass="plugin_ch.sahits.codegen.java.editors.JavaCodegenEditorContributor"
class="plugin_ch.sahits.codegen.java.editors.JavaCodegenEditor"
id="plugin_ch.sahits.codegen.java.editors.JavaCodegenEditor">
</editor>
</extension>
<extension
point="org.eclipse.ui.newWizards">
<wizard
name="Java Code Generation"
icon="icons/javaCodeGen.gif"
category="org.eclipse.jdt.ui.java"
class="ch.sahits.codegen.java.wizards.JavaCodegenNewWizard"
id="ch.sahits.codegen.java.wizards.JavaCodegenNewWizard">
</wizard>
</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.