Skip to content

Commit

Permalink
Revised build path order
Browse files Browse the repository at this point in the history
  • Loading branch information
paddybyers committed Jan 5, 2012
1 parent 777c4eb commit 2b94df4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/.classpath
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="bridge-java"/>
<classpathentry kind="src" path="gen"/>
<classpathentry kind="src" path="libnode_src"/>
<classpathentry kind="src" path="bridge-java"/>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
<classpathentry kind="lib" path="contrib/jtar-1.0.4.jar"/>
<classpathentry kind="src" path="libnode_src"/>
<classpathentry kind="output" path="bin/classes"/>
</classpath>

0 comments on commit 2b94df4

Please sign in to comment.