aboutsummaryrefslogtreecommitdiffstats
path: root/eclipse/plugins/com.android.ide.eclipse.adt/templates/MasterDetailFlow/globals.xml.ftl
blob: 519c081c78a68e559295a02b35ad04e96e8db0eb (plain)
1
2
3
4
5
6
7
8
<?xml version="1.0"?>
<globals>
    <global id="srcOut" value="src/${slashedPackageName(packageName)}" />
    <global id="CollectionName" value="${objectKind}List" />
    <global id="collection_name" value="${objectKind?lower_case}_list" />
    <global id="DetailName" value="${objectKind}Detail" />
    <global id="detail_name" value="${objectKind?lower_case}_detail" />
</globals>