/android/import-contacts

To get this branch, use:
bzr branch http://bzr.ed.am/android/import-contacts
1 by edam
Initial import
1
<?xml version="1.0" encoding="UTF-8"?>
2
<classpath>
3
	<classpathentry kind="src" path="src"/>
13 by edam
- converted project to use Android 1.5 SDK
4
	<classpathentry kind="src" path="gen"/>
1 by edam
Initial import
5
	<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
50 by edam
updated all URLs, email addresses and package names to ed.am
6
	<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
101 by Tim Marston
eclipse file changes (who knows!)
7
	<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
50 by edam
updated all URLs, email addresses and package names to ed.am
8
	<classpathentry kind="output" path="bin/classes"/>
1 by edam
Initial import
9
</classpath>