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/.project | |
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/.project')
-rw-r--r-- | ninepatch/.project | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/ninepatch/.project b/ninepatch/.project new file mode 100644 index 0000000..192f000 --- /dev/null +++ b/ninepatch/.project @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>ninepatch</name> + <comment></comment> + <projects> + </projects> + <buildSpec> + <buildCommand> + <name>org.eclipse.jdt.core.javabuilder</name> + <arguments> + </arguments> + </buildCommand> + </buildSpec> + <natures> + <nature>org.eclipse.jdt.core.javanature</nature> + </natures> +</projectDescription> |