aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2013-09-15 17:16:17 +0200
committerDominik Schürmann <dominik@dominikschuermann.de>2013-09-15 17:16:17 +0200
commitce2f0b625b901f28b2125591346a300d52292ecb (patch)
tree268041e6156ef9b72a676b0b68fc2174c4d07815
parenta18502d8d9b80b58e07a1b923d81757e2894066f (diff)
downloadopen-keychain-ce2f0b625b901f28b2125591346a300d52292ecb.tar.gz
open-keychain-ce2f0b625b901f28b2125591346a300d52292ecb.tar.bz2
open-keychain-ce2f0b625b901f28b2125591346a300d52292ecb.zip
name build xmls
-rw-r--r--OpenPGP-Keychain-API-Demo/build.xml2
-rw-r--r--OpenPGP-Keychain/build.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/OpenPGP-Keychain-API-Demo/build.xml b/OpenPGP-Keychain-API-Demo/build.xml
index e72865c84..3e6cfa272 100644
--- a/OpenPGP-Keychain-API-Demo/build.xml
+++ b/OpenPGP-Keychain-API-Demo/build.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<project name="APG Integration Demo" default="help">
+<project name="Keychain-API-Demo" default="help">
<!-- The local.properties file is created and updated by the 'android' tool.
It contains the path to the SDK. It should *NOT* be checked into
diff --git a/OpenPGP-Keychain/build.xml b/OpenPGP-Keychain/build.xml
index a10a91491..211b7eb94 100644
--- a/OpenPGP-Keychain/build.xml
+++ b/OpenPGP-Keychain/build.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<project name="MainActivity" default="help">
+<project name="Keychain" default="help">
<!-- The local.properties file is created and updated by the 'android' tool.
It contains the path to the SDK. It should *NOT* be checked into