diff options
author | Raphael Moll <ralf@android.com> | 2010-06-28 17:39:53 -0700 |
---|---|---|
committer | Raphael Moll <ralf@android.com> | 2010-06-28 17:39:53 -0700 |
commit | 3b857be9581264f0aeb7caa0770c4b8b6ae3e382 (patch) | |
tree | e415357c22bf929152231efec640473ba72e46b2 /ddms/libs/ddmuilib/README | |
parent | c9cd65a1c5b93cecef5512a54dad9ef9b9d6e669 (diff) | |
download | sdk-3b857be9581264f0aeb7caa0770c4b8b6ae3e382.zip sdk-3b857be9581264f0aeb7caa0770c4b8b6ae3e382.tar.gz sdk-3b857be9581264f0aeb7caa0770c4b8b6ae3e382.tar.bz2 |
Fix ddms projects in Eclipse for Windows/Cygwin.
Change-Id: Ie68b8c0dd9eecbc14a2bb86247b767ea47c6842c
Diffstat (limited to 'ddms/libs/ddmuilib/README')
-rw-r--r-- | ddms/libs/ddmuilib/README | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/ddms/libs/ddmuilib/README b/ddms/libs/ddmuilib/README index d66b84a..971e211 100644 --- a/ddms/libs/ddmuilib/README +++ b/ddms/libs/ddmuilib/README @@ -7,5 +7,8 @@ SWT is available in the depot under prebuild/<platform>/swt Because the build path cannot contain relative path that are not inside the project directory, the .classpath file references a user library called ANDROID_SWT. -In order to compile the project, make a user library called ANDROID_SWT containing the jar -available at prebuild/<platform>/swt.
\ No newline at end of file +In order to compile the project, make a user library called ANDROID_SWT containing the jar files +available at prebuild/<platform>/swt. + +You also need a user library called ANDROID_JFREECHART containing the jar files +available at prebuild/common/jfreechart. |