1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
<?xml version="1.0"?>
<template
format="5"
revision="3"
name="Android Manifest File"
description="Creates an Android Manifest XML File."
>
<category value="Other" />
<parameter
id="remapFile"
name="Change File Location"
type="boolean"
constraints=""
default="false"
help="Change the file location to another destination within the module." />
<parameter
id="newLocation"
name="New File Location"
type="string"
constraints="nonempty|source_set_folder|unique"
suggest="src/${sourceProviderName}/AndroidManifest.xml"
help="The location for the new file"
visibility="remapFile" />
<execute file="recipe.xml.ftl" />
</template>
|