aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrett Chabot <brettchabot@android.com>2011-11-29 12:05:24 -0800
committerBrett Chabot <brettchabot@android.com>2011-11-29 12:05:24 -0800
commit5b0ce86c15e41a6aca9296ad98d982a212bd0f3b (patch)
tree53c9d9afd2056b91e26c39d31a663c41dc4fe046
parent436f221940e8b7757119b00031f61cdae085bc84 (diff)
downloadguava-ics-plus-aosp.tar.gz
Change-Id: Ibbc483473010c0937b78950d75118742ba1610a1
-rw-r--r--.classpath7
-rw-r--r--.gitignore1
-rw-r--r--.project17
3 files changed, 25 insertions, 0 deletions
diff --git a/.classpath b/.classpath
new file mode 100644
index 000000000..3341db0c7
--- /dev/null
+++ b/.classpath
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <classpathentry combineaccessrules="false" kind="src" path="/jsr305"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000..ba077a403
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+bin
diff --git a/.project b/.project
new file mode 100644
index 000000000..a2aed3a3c
--- /dev/null
+++ b/.project
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>guava</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>