summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrett Chabot <brettchabot@android.com>2010-05-11 12:37:25 -0700
committerBrett Chabot <brettchabot@android.com>2010-05-11 12:37:25 -0700
commitcef83e796d0ab91f15a22f2eb837fce7cb8fe9c9 (patch)
treef5d25d1cfabbd09339e8ca29358c69243319d872
parentd6706951539a4064c89b62c864ae43f4778324bc (diff)
downloadeasymock-cef83e796d0ab91f15a22f2eb837fce7cb8fe9c9.tar.gz
Add Eclipse project files and .gitignore for easymock.
Change-Id: Id3b66e3ea998d9b5596309d5a360595010be3bc6
-rw-r--r--.classpath6
-rw-r--r--.gitignore1
-rw-r--r--.project17
3 files changed, 24 insertions, 0 deletions
diff --git a/.classpath b/.classpath
new file mode 100644
index 0000000..fb50116
--- /dev/null
+++ b/.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>
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..6b468b6
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+*.class
diff --git a/.project b/.project
new file mode 100644
index 0000000..c3661e4
--- /dev/null
+++ b/.project
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>easymock</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>