summaryrefslogtreecommitdiff
path: root/build/local.properties.xml.template
diff options
context:
space:
mode:
Diffstat (limited to 'build/local.properties.xml.template')
-rw-r--r--build/local.properties.xml.template7
1 files changed, 7 insertions, 0 deletions
diff --git a/build/local.properties.xml.template b/build/local.properties.xml.template
new file mode 100644
index 0000000..d9d8976
--- /dev/null
+++ b/build/local.properties.xml.template
@@ -0,0 +1,7 @@
+<project name="local.properties">
+ <property name="debug" value="false" />
+ <property name="assembly.title" value="notepad" />
+ <property name="assembly.description" value="a sample application to tinker with" />
+ <property name="assembly.company" value="http://mokhan.ca" />
+ <property name="assembly.version" value="1.0.0.0" />
+</project> \ No newline at end of file