diff options
author | Jean-Marie Henaff <jmhenaff@google.com> | 2015-03-13 09:08:11 +0100 |
---|---|---|
committer | Jean-Marie Henaff <jmhenaff@google.com> | 2015-03-18 09:02:16 +0100 |
commit | e2bcaa75590f91bb87f525e79ab149ae29869217 (patch) | |
tree | 5c695fb1a86b49bba811aff0cf496e6834a22f12 /jill/.classpath | |
parent | eacbc959140e90bb7d4db4285b88b9eccef82706 (diff) | |
download | toolchain_jill-e2bcaa75590f91bb87f525e79ab149ae29869217.zip toolchain_jill-e2bcaa75590f91bb87f525e79ab149ae29869217.tar.gz toolchain_jill-e2bcaa75590f91bb87f525e79ab149ae29869217.tar.bz2 |
Add jill-api project
Change-Id: I0552ee390655e89a593f58ef28ebe3ede8eda0bf
Diffstat (limited to 'jill/.classpath')
-rw-r--r-- | jill/.classpath | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/jill/.classpath b/jill/.classpath index c567998..abd8305 100644 --- a/jill/.classpath +++ b/jill/.classpath @@ -9,9 +9,10 @@ <classpathentry kind="lib" path="libs/dexcomparator-lib.jar"/> <classpathentry kind="lib" path="libs/guava-lib.jar"/> <classpathentry kind="lib" path="libs/jsr305-lib.jar"/> - <classpathentry combineaccessrules="false" kind="src" path="/Scheduler"/> <classpathentry combineaccessrules="false" kind="src" path="/Dx"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/> <classpathentry combineaccessrules="false" kind="src" path="/jack-tests"/> + <classpathentry combineaccessrules="false" kind="src" path="/jill-api"/> + <classpathentry combineaccessrules="false" kind="src" path="/Scheduler"/> <classpathentry kind="output" path="bin"/> </classpath> |