summaryrefslogtreecommitdiff
path: root/.project
diff options
context:
space:
mode:
authorEric Rowe <erowe@google.com>2013-02-27 18:47:16 -0800
committerEric Rowe <erowe@google.com>2013-02-28 11:06:30 -0800
commitb806548ef043fc36761ba9bf0167371e432bf0af (patch)
tree7bb98b2b72b423764a54401b03d34c02d6832373 /.project
parent3e3a6ce5de8fd927b2a025da105d4a917d0c465e (diff)
downloadloganalysis-b806548ef043fc36761ba9bf0167371e432bf0af.tar.gz
Move brillopad in tradefed to new project.
Code has been unmodified except for update packages and references, and removing CLog statements (to remove the dependency on ddmlib). Added .classpath and .project files for eclipse, and Android.mk files for the make system. Change-Id: I64d6764c08332b1c420a8f563a026aaa547e45bf
Diffstat (limited to '.project')
-rw-r--r--.project17
1 files changed, 17 insertions, 0 deletions
diff --git a/.project b/.project
new file mode 100644
index 0000000..4278633
--- /dev/null
+++ b/.project
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>loganalysis</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>