Skip to content

Commit

Permalink
update classpath based on what the new Android ADT inserts
Browse files Browse the repository at this point in the history
  • Loading branch information
eighthave committed Aug 30, 2013
1 parent 3ca0a51 commit 726c642
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .classpath
@@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="gen"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="gen"/>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
<classpathentry kind="output" path="bin/classes"/>
</classpath>

0 comments on commit 726c642

Please sign in to comment.