/android/export-contacts

To get this branch, use:
bzr branch http://bzr.ed.am/android/export-contacts
1 by edam
- initial checkin
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"/>
12 by edam
changed all the URLs to ed.am, including copyrights, package names and project
6
	<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
40 by Tim Marston
removed hard-coded path to sdcard
7
	<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
12 by edam
changed all the URLs to ed.am, including copyrights, package names and project
8
	<classpathentry kind="output" path="bin/classes"/>
1 by edam
- initial checkin
9
</classpath>