diff options
author | Xavier Ducrohet <xav@android.com> | 2009-10-06 12:10:42 -0700 |
---|---|---|
committer | Xavier Ducrohet <xav@android.com> | 2009-10-06 12:10:42 -0700 |
commit | e9b021563aa30b8e9683800c9f0c2d12d8184757 (patch) | |
tree | a502c7fe039ce04f646ad5d0e6f2f986c741203d /ninepatch/.classpath | |
parent | 8c6d9a4216bcb0eb2405ec6f0e878380ed80fd74 (diff) | |
download | sdk-e9b021563aa30b8e9683800c9f0c2d12d8184757.zip sdk-e9b021563aa30b8e9683800c9f0c2d12d8184757.tar.gz sdk-e9b021563aa30b8e9683800c9f0c2d12d8184757.tar.bz2 |
Add support for loading 9-patch from a stream.
This will be used by the tests.
Also added the eclipse project files.
Change-Id: I56443773d90594475fc3f14464d48e56d5a1bbb5
Diffstat (limited to 'ninepatch/.classpath')
-rw-r--r-- | ninepatch/.classpath | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ninepatch/.classpath b/ninepatch/.classpath new file mode 100644 index 0000000..fb50116 --- /dev/null +++ b/ninepatch/.classpath @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<classpath> + <classpathentry kind="src" path="src"/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> + <classpathentry kind="output" path="bin"/> +</classpath> |