-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsite.xml
17 lines (17 loc) · 1.14 KB
/
site.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<site>
<description name="Java Template Generator Site" url="https://raw.githubusercontent.com/dgo42/jtg-update/master/site.xml">
This is a java template generator based on the three elefants XML schema as the model description, XML project file based on the schema and JSP similar templates.
In Templates is used java for macroses. It's possible to define members and helps functions in a template, control generation with macroses and use place holder.
It's also possible to run other templates.
This construct makes possible to realise different complex projects.
</description>
<feature url="features/org.edgo.jtg_1.0.28.202107190805.jar" id="org.edgo.jtg" version="1.0.28.202107190805">
<category name="Java Template Generator"/>
</feature>
<feature url="features/org.edgo.jtg.colorer_1.0.28.202107190805.jar" id="org.edgo.jtg.colorer" version="1.0.28.202107190805">
<category name="Eclipse Colorer JTG"/>
</feature>
<category-def name="Java Template Generator" label="Java Template Generator"/>
<category-def name="Eclipse Colorer JTG" label="Eclipse Colorer JTG"/>
</site>