Skip to content
This repository has been archived by the owner on Mar 9, 2022. It is now read-only.

Modified remote url connector #103

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 6 additions & 7 deletions TouchDB-Android-Ektorp/.classpath
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
<classpathentry kind="lib" path="libs/org.ektorp-1.2.2.jar" sourcepath="libs-src/org.ektorp-1.2.2-sources.jar"/>
<classpathentry kind="lib" path="/TouchDB-Android/libs/jackson-core-asl-1.9.2.jar"/>
<classpathentry kind="lib" path="/TouchDB-Android/libs/jackson-mapper-asl-1.9.2.jar"/>
<classpathentry kind="lib" path="libs/org.ektorp.android-1.2.2.jar" sourcepath="libs-src/org.ektorp.android-1.2.2-sources.jar"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="gen"/>
<classpathentry kind="src" path="src"/>
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
<classpathentry combineaccessrules="false" kind="src" path="/org.ektorp"/>
<classpathentry combineaccessrules="false" kind="src" path="/org.ektorp.android"/>
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
<classpathentry kind="output" path="bin/classes"/>
</classpath>
Binary file removed TouchDB-Android-Ektorp/libs/org.ektorp-1.2.2.jar
Binary file not shown.
Binary file not shown.
3 changes: 3 additions & 0 deletions TouchDB-Android-Ektorp/lint.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<?xml version="1.0" encoding="UTF-8"?>
<lint>
</lint>
2 changes: 1 addition & 1 deletion TouchDB-Android-Ektorp/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
# project structure.

# Project target.
target=android-17
target=Google Inc.:Google APIs:15
android.library=true
android.library.reference.1=../TouchDB-Android
1 change: 1 addition & 0 deletions TouchDB-Android-Listener/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
<classpathentry kind="lib" path="libs/webserver.jar"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="gen"/>
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
<classpathentry kind="output" path="bin/classes"/>
</classpath>
11 changes: 7 additions & 4 deletions TouchDB-Android/.classpath
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
<classpathentry kind="lib" path="libs/jackson-core-asl-1.9.2.jar"/>
<classpathentry kind="lib" path="libs/jackson-mapper-asl-1.9.2.jar"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="gen"/>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
<classpathentry combineaccessrules="false" exported="true" kind="src" path="/org.ektorp"/>
<classpathentry combineaccessrules="false" exported="true" kind="src" path="/org.ektorp.android"/>
<classpathentry exported="true" kind="lib" path="libs/jackson-core-asl-1.9.2.jar"/>
<classpathentry exported="true" kind="lib" path="libs/jackson-mapper-asl-1.9.2.jar"/>
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
<classpathentry kind="output" path="bin/classes"/>
</classpath>
4 changes: 4 additions & 0 deletions TouchDB-Android/.settings/org.hibernate.eclipse.console.prefs
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#Sat Mar 30 13:04:34 GMT+05:30 2013
default.configuration=
eclipse.preferences.version=1
hibernate3.enabled=false
2 changes: 1 addition & 1 deletion TouchDB-Android/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
# project structure.

# Project target.
target=android-17
target=Google Inc.:Google APIs:15
android.library=true
Loading