~ubuntuone-client-engineering/droidcouch/trunk

« back to all changes in this revision

Viewing changes to .classpath

  • Committer: Alejandro J. Cura
  • Date: 2011-02-25 23:03:11 UTC
  • Revision ID: git-v1:c94e51bfcc7a10d74142b663470c73d17b21117d
Refactor DroidCouch to sign http requests (LP: #725287).
Get the base couchdb url from Ubuntu One servers (LP: #725291)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<classpath>
 
3
        <classpathentry kind="src" path="src"/>
 
4
        <classpathentry kind="src" path="gen"/>
 
5
        <classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
 
6
        <classpathentry kind="lib" path="libs/signpost-commonshttp4-1.2.jar"/>
 
7
        <classpathentry kind="lib" path="libs/signpost-core-1.2.jar"/>
 
8
        <classpathentry kind="output" path="bin"/>
 
9
</classpath>