aboutsummaryrefslogtreecommitdiffstats
path: root/device_validator/dvlib
diff options
context:
space:
mode:
authorXavier Ducrohet <xav@android.com>2012-12-11 10:29:50 -0800
committerXavier Ducrohet <xav@android.com>2012-12-11 10:29:50 -0800
commitc838d2ebb182b7ad77783f55d592d1feb3b78d65 (patch)
treea3eb34cb55c869aa989d9a6bad475afbf731fef6 /device_validator/dvlib
parentf5129f903171de8aaf70608a9e7cfeef03fa5eec (diff)
downloadsdk-c838d2ebb182b7ad77783f55d592d1feb3b78d65.zip
sdk-c838d2ebb182b7ad77783f55d592d1feb3b78d65.tar.gz
sdk-c838d2ebb182b7ad77783f55d592d1feb3b78d65.tar.bz2
fix Eclipse project for dvlib to include the resources.
Change-Id: I8e4bdaf3f9d86060bbe1b2dc6c6d6ec7f2fce3ac
Diffstat (limited to 'device_validator/dvlib')
-rw-r--r--device_validator/dvlib/.classpath2
1 files changed, 2 insertions, 0 deletions
diff --git a/device_validator/dvlib/.classpath b/device_validator/dvlib/.classpath
index ff35b91..9cae787 100644
--- a/device_validator/dvlib/.classpath
+++ b/device_validator/dvlib/.classpath
@@ -2,6 +2,8 @@
<classpath>
<classpathentry kind="src" path="src/main/java"/>
<classpathentry kind="src" path="src/test/java"/>
+ <classpathentry kind="src" path="src/main/resources"/>
+ <classpathentry kind="src" path="src/test/resources"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/3"/>
<classpathentry kind="output" path="bin"/>