Since adt doesn't export the package, it's just easier that way. Change-Id: Iddb7f4660ccc0bc51374128a544975596cb051aa
14 lines
669 B
XML
14 lines
669 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<classpath>
|
|
<classpathentry kind="src" path="src"/>
|
|
<classpathentry kind="src" path="unittests"/>
|
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
|
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
|
<classpathentry kind="lib" path="/adt/sdklib.jar" sourcepath="/SdkLib"/>
|
|
<classpathentry kind="lib" path="/adt/layoutlib_api.jar" sourcepath="/layoutlib_api"/>
|
|
<classpathentry kind="lib" path="/adt/ninepatch.jar"/>
|
|
<classpathentry kind="lib" path="layoutlib.jar"/>
|
|
<classpathentry kind="lib" path="kxml2-2.3.0.jar"/>
|
|
<classpathentry kind="output" path="bin"/>
|
|
</classpath>
|