aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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