From 7718ef99581a6364c1acd6e94fad5b7352c2da82 Mon Sep 17 00:00:00 2001 From: "David A. Madore" Date: Thu, 22 Apr 2010 20:14:51 +0200 Subject: Start a very primitive unicode character map. --- build.properties | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 build.properties (limited to 'build.properties') diff --git a/build.properties b/build.properties new file mode 100644 index 0000000..608d959 --- /dev/null +++ b/build.properties @@ -0,0 +1,15 @@ +# This file is used to override default values used by the Ant build system. +# +# This file must be checked in Version Control Systems, as it is +# integral to the build system of your project. + +# The name of your application package as defined in the manifest. +# Used by the 'uninstall' rule. +#application-package=org.madore.android.unicodeMap + +# The name of the source folder. +#source-folder=src + +# The name of the output folder. +#out-folder=bin + -- cgit v1.2.3