Moved Android-specific plugin code into briar-android project.

This removes the other projects' dependency on the Android API.
This commit is contained in:
akwizgran
2013-06-27 16:26:52 +01:00
parent 473cec8735
commit d02266d827
20 changed files with 19 additions and 32 deletions

View File

@@ -2,7 +2,6 @@
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
<classpathentry kind="lib" path="libs/android.jar"/>
<classpathentry kind="lib" path="libs/guice-3.0-no_aop.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>