Menu

[r3159]: / trunk / ch.sahits.codegen.java.jugr / plugin.xml  Maximize  Restore  History

Download this file

33 lines (31 with data), 967 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
28
29
30
31
32
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
<extension
point="ch.sahits.codegen.java.jettemplate">
<template
display="Business Object based on a HashMap as superclass"
fileextension="java"
location="jet_templates"
name="hashmapbo.javajet">
</template>
</extension>
<extension
point="ch.sahits.codegen.java.jettemplate">
<template
display="Business Object based on a ConcurrentHashMap"
fileextension="java"
location="jet_templates"
name="cchashmapbo.javajet">
</template>
</extension>
<extension
point="ch.sahits.codegen.java.jettemplate">
<template
display="TestCase for equals and hashCode"
fileextension="java"
location="jet_templates"
name="equalshashCodeTestCase.javajet">
</template>
</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.