/android/import-contacts

To get this branch, use:
bzr branch http://bzr.ed.am/android/import-contacts

« back to all changes in this revision

Viewing changes to .classpath

  • Committer: edam
  • Date: 2009-01-11 16:47:01 UTC
  • Revision ID: edam@waxworlds.org-20090111164701-tvnnv5axo6jd7ck0
- added GPL header comments to all files
- added GPLv3 to project as COPYING

Show diffs side-by-side

added added

removed removed

1
1
<?xml version="1.0" encoding="UTF-8"?>
2
2
<classpath>
3
3
        <classpathentry kind="src" path="src"/>
4
 
        <classpathentry kind="src" path="gen"/>
5
4
        <classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
6
 
        <classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
7
 
        <classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
8
 
        <classpathentry kind="output" path="bin/classes"/>
 
5
        <classpathentry kind="output" path="bin"/>
9
6
</classpath>