diff --git a/.gitignore b/.gitignore
index ec273cc3c..1835801a3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,6 +6,7 @@ gen
local.properties
ecbuild
astrid/bin
+release
dev
lp-translations/
translations/strings.xml
diff --git a/astrid/build.properties b/astrid/build.properties
index 0628492c8..5a5459665 100644
--- a/astrid/build.properties
+++ b/astrid/build.properties
@@ -11,5 +11,6 @@ source.dir=${out.dir}/source
astrid.sources=src,common-src,plugin-src,src-legacy,rmilk-src
# Keystore
-key.store=/etc/todoroo/keystore
-key.alias=anddev.keystore
+signjar.keystore=/etc/todoroo/keystore
+signjar.keyalias=anddev.keystore
+signjar.passfile=/etc/todoroo/keypass
diff --git a/astrid/build.xml b/astrid/build.xml
index 5ccd5b184..ad26fcb0a 100644
--- a/astrid/build.xml
+++ b/astrid/build.xml
@@ -95,30 +95,67 @@
+
====== context classes without setContext =====
-
+
====== entry points without initializing Astrid DI =====
-
+
-
+
+ location="../release/${ant.project.name}-${manifest.version.code}-${manifest.version.name}-release.apk" />
+
+
+
+
-
Final Release Package: ${out.final.package}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/build.xml b/build.xml
new file mode 100644
index 000000000..8bfec399d
--- /dev/null
+++ b/build.xml
@@ -0,0 +1,42 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+