summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/samples/store-android/AndroidManifest.xml
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-05-18 21:04:19 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-05-18 21:04:19 +0000
commit3ca25ccd9a9d9ffe1ff1d586a301b7797120d20b (patch)
treed9f952657dffc6582ad383e5e6c14e94a8e6bec9 /branches/sca-java-1.x/samples/store-android/AndroidManifest.xml
parent1f8bafbfc5aa7b5ca4d64e220498b83141243dfd (diff)
TUSCANY-3025 - Appying Sanni Lookman patch plus small fixes to make it run successfully
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@776095 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-1.x/samples/store-android/AndroidManifest.xml')
-rw-r--r--branches/sca-java-1.x/samples/store-android/AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/branches/sca-java-1.x/samples/store-android/AndroidManifest.xml b/branches/sca-java-1.x/samples/store-android/AndroidManifest.xml
index b89d86270a..4a26dd27c6 100644
--- a/branches/sca-java-1.x/samples/store-android/AndroidManifest.xml
+++ b/branches/sca-java-1.x/samples/store-android/AndroidManifest.xml
@@ -4,7 +4,7 @@
android:versionCode="1"
android:versionName="1.0.0">
<application android:icon="@drawable/icon" android:label="@string/app_name">
- <activity android:name=".store"
+ <activity android:name=".catalog"
android:label="@string/app_name">
<intent-filter>
<action android:name="android.intent.action.MAIN" />