Menu

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

Download this file

30 lines (28 with data), 1.2 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
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.2"?>
<plugin>
<extension-point id="ch.sahits.codegen.java.generator" name="Code Generator" schema="schema/ch.sahits.codegen.java.generator.exsd"/>
<extension-point id="ch.sahits.codegen.java.jettemplate" name="JETemplate location" schema="schema/ch.sahits.codegen.java.jettemplate.exsd"/>
<!--
<extension
point="org.eclipse.ui.editors">
<editor
name="Java Codegenerator Editor"
extensions="java"
icon="icons/javaCodeGen4.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/javaCodeGen4.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.