From 16334ca53acd60e8e81ff0b7710a06c9e3658823 Mon Sep 17 00:00:00 2001 From: Kevin Ruland Date: Wed, 11 Jan 2012 14:54:00 +0000 Subject: [PATCH] Added couple of comments and executed eclipse's autoformat. --- android/AndroidManifest.xml | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml index 2e6848374..896a21de9 100644 --- a/android/AndroidManifest.xml +++ b/android/AndroidManifest.xml @@ -12,32 +12,33 @@ + android:label="@string/app_name" > - + + android:name=".android.rocket.OpenRocketViewer" + android:label="@string/app_name" > - + + @@ -48,7 +49,8 @@ android:pathPattern=".*\\.ork" android:scheme="file" /> - + + @@ -60,19 +62,19 @@ - + + android:name=".android.motor.MotorHierarchicalBrowser" + android:label="@string/MotorListTitle" /> + android:name=".android.thrustcurve.TCQueryActivity" + android:label="@string/MotorListTitle" />