~ubuntuone-client-engineering/ubuntu-sso-android-library/trunk

« back to all changes in this revision

Viewing changes to .classpath

  • Committer: Michał Karnicki
  • Date: 2011-09-15 22:34:32 UTC
  • Revision ID: mkarnicki@gmail.com-20110915223432-hdvq1rh7vjjdwnk3
Fix classpath.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
<classpath>
3
3
        <classpathentry kind="src" path="src"/>
4
4
        <classpathentry kind="src" path="gen"/>
5
 
        <classpathentry kind="lib" path="libs/libGoogleAnalytics.jar"/>
6
 
        <classpathentry kind="lib" path="libs/signpost-commonshttp4-1.2.1.1.jar"/>
7
 
        <classpathentry kind="lib" path="libs/signpost-core-1.2.1.1.jar"/>
 
5
        <classpathentry kind="lib" path="libs/*"/>
8
6
        <classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
9
 
        <classpathentry kind="lib" path="/ubuntu-sso-java-client/dist/ubuntu-sso-java-client-rev20.jar"/>
10
7
        <classpathentry kind="output" path="bin"/>
11
8
</classpath>