aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaphael Moll <ralf@android.com>2011-05-02 13:13:28 -0700
committerRaphael Moll <ralf@android.com>2011-05-02 13:13:28 -0700
commit9e821b9ed13fa7de8f91c74ea14d9d00f5f80e51 (patch)
tree080b91961edc59af01b13574e7e119a9bb5d7095
parent2944133dbae6cbcd17408b38838070c18e0865e1 (diff)
downloadsdk-9e821b9ed13fa7de8f91c74ea14d9d00f5f80e51.zip
sdk-9e821b9ed13fa7de8f91c74ea14d9d00f5f80e51.tar.gz
sdk-9e821b9ed13fa7de8f91c74ea14d9d00f5f80e51.tar.bz2
Fix typos in READMEs.
This addresses some CL feedback from last week. Change-Id: I1a121b3f294a395eb0f660d962c65c48d1760d7b
-rw-r--r--ddms/app/README2
-rwxr-xr-xhierarchyviewer2/app/README2
-rw-r--r--sdkmanager/libs/sdkuilib/README2
-rw-r--r--swtmenubar/Android.mk2
4 files changed, 4 insertions, 4 deletions
diff --git a/ddms/app/README b/ddms/app/README
index 3b7df9c..42efb7b 100644
--- a/ddms/app/README
+++ b/ddms/app/README
@@ -37,7 +37,7 @@ In order to compile the project:
- Create a new user library named ANDROID_SWT
- Add the following 4 JAR files:
- - prebuild/<platform>/swt/swt.jar
+ - prebuilt/<platform>/swt/swt.jar
- prebuilt/common/eclipse/org.eclipse.core.commands_3.*.jar
- prebuilt/common/eclipse/org.eclipse.equinox.common_3.*.jar
- prebuilt/common/eclipse/org.eclipse.jface_3.*.jar
diff --git a/hierarchyviewer2/app/README b/hierarchyviewer2/app/README
index 5d33255..c00ef99 100755
--- a/hierarchyviewer2/app/README
+++ b/hierarchyviewer2/app/README
@@ -36,7 +36,7 @@ In order to compile the project:
- Create a new user library named ANDROID_SWT
- Add the following 4 JAR files:
- - prebuild/<platform>/swt/swt.jar
+ - prebuilt/<platform>/swt/swt.jar
- prebuilt/common/eclipse/org.eclipse.core.commands_3.*.jar
- prebuilt/common/eclipse/org.eclipse.equinox.common_3.*.jar
- prebuilt/common/eclipse/org.eclipse.jface_3.*.jar
diff --git a/sdkmanager/libs/sdkuilib/README b/sdkmanager/libs/sdkuilib/README
index a690fa9..dee4a24 100644
--- a/sdkmanager/libs/sdkuilib/README
+++ b/sdkmanager/libs/sdkuilib/README
@@ -13,7 +13,7 @@ In order to compile the project:
- Create a new user library named ANDROID_SWT
- Add the following 4 JAR files:
- - prebuild/<platform>/swt/swt.jar
+ - prebuilt/<platform>/swt/swt.jar
- prebuilt/common/eclipse/org.eclipse.core.commands_3.*.jar
- prebuilt/common/eclipse/org.eclipse.equinox.common_3.*.jar
- prebuilt/common/eclipse/org.eclipse.jface_3.*.jar
diff --git a/swtmenubar/Android.mk b/swtmenubar/Android.mk
index 8167755..25e80da 100644
--- a/swtmenubar/Android.mk
+++ b/swtmenubar/Android.mk
@@ -30,7 +30,7 @@ LOCAL_MODULE_TAGS := optional
LOCAL_JAVA_LIBRARIES := \
swt \
org.eclipse.jface_3.4.2.M20090107-0800
-
+
include $(BUILD_HOST_JAVA_LIBRARY)