Moved API classes into a separate project to enforce dependency rules.

This commit is contained in:
akwizgran
2012-12-05 22:19:12 +00:00
parent 5204e0b907
commit f5626bee05
124 changed files with 106 additions and 27 deletions

View File

@@ -5,6 +5,7 @@
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
<classpathentry combineaccessrules="false" kind="src" path="/briar-core"/>
<classpathentry kind="lib" path="/briar-core/libs/guice-3.0-no_aop.jar"/>
<classpathentry combineaccessrules="false" kind="src" path="/briar-api"/>
<classpathentry kind="lib" path="/briar-api/libs/guice-3.0-no_aop.jar"/>
<classpathentry kind="output" path="bin/classes"/>
</classpath>