Skip to content

Commit

Permalink
Added project to class path so it will build when example is run
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Oakes committed Aug 21, 2011
1 parent 3d24247 commit 556f102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion viewflow-example/.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="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
<classpathentry kind="src" path="viewflow_src"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="gen"/>
<classpathentry kind="src" path="org_taptwo_android_widget_viewflow_src"/>
<classpathentry combineaccessrules="false" kind="src" path="/viewflow"/>
<classpathentry kind="src" path="viewflow_src"/>
<classpathentry kind="output" path="bin"/>
</classpath>

0 comments on commit 556f102

Please sign in to comment.