aboutsummaryrefslogtreecommitdiffstats
path: root/templates/projects/NewJavaLibrary/template.xml
blob: 4a3ed90fd43ccfa3adc09955cc46cc5514df9e3d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0"?>
<template
    format="1"
    revision="1"
    name="Java Library"
    description="Creates a new Java library.">

    <thumbs>
        <thumb>template_new_project.png</thumb>
    </thumbs>

    <category value="Applications" />

    <parameter
        id="projectName"
        name="Library name"
        type="string"
        constraints="nonempty"
        default="MyLibrary"/>

    <globals file="globals.xml.ftl" />
    <execute file="recipe.xml.ftl" />

</template>