diff options
author | David A. Madore <david@procyon.(none)> | 2010-04-22 20:14:51 +0200 |
---|---|---|
committer | David A. Madore <david@procyon.(none)> | 2010-04-22 20:56:33 +0200 |
commit | 7718ef99581a6364c1acd6e94fad5b7352c2da82 (patch) | |
tree | 1f8679ccee72ad8dec74675dd89b97f526bc5da1 /tests/build.properties | |
download | UnicodeMap-7718ef99581a6364c1acd6e94fad5b7352c2da82.tar.gz UnicodeMap-7718ef99581a6364c1acd6e94fad5b7352c2da82.tar.bz2 UnicodeMap-7718ef99581a6364c1acd6e94fad5b7352c2da82.zip |
Start a very primitive unicode character map.
Diffstat (limited to 'tests/build.properties')
-rw-r--r-- | tests/build.properties | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/build.properties b/tests/build.properties new file mode 100644 index 0000000..608d959 --- /dev/null +++ b/tests/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 + |