aboutsummaryrefslogtreecommitdiffstats
path: root/templates/projects/NewJavaLibrary/recipe.xml.ftl
blob: b9dd28db49fc639b2d61654179dd9cfcb3d7b539 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0"?>
<recipe>
<#if isGradle == "true">
    <merge from="settings.gradle.ftl"
             to="${escapeXmlAttribute(topOut)}/settings.gradle" />
    <instantiate from="build.gradle.ftl"
                   to="${escapeXmlAttribute(projectOut)}/build.gradle" />
</#if>
    <instantiate from="/src/library_package/Placeholder.java.ftl"
                   to="${escapeXmlAttribute(srcOut)}/${className}.java" />
</recipe>