aboutsummaryrefslogtreecommitdiffstats
path: root/templates/activities/MasterDetailFlow/globals.xml.ftl
blob: 415d60e226864828b77b35183281f43208c8924a (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0"?>
<globals>
    <global id="projectOut" value="." />
    <global id="manifestOut" value="." />
    <global id="srcOut" value="src/${slashedPackageName(packageName)}" />
    <global id="resOut" value="res" />
    <global id="CollectionName" value="${extractLetters(objectKind)}List" />
    <global id="collection_name" value="${extractLetters(objectKind?lower_case)}_list" />
    <global id="DetailName" value="${extractLetters(objectKind)}Detail" />
    <global id="detail_name" value="${extractLetters(objectKind?lower_case)}_detail" />
</globals>