.classpath 627 B

12345678910111213
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <classpath>
  3. <classpathentry kind="src" path="gen"/>
  4. <classpathentry kind="src" path="src">
  5. <attributes>
  6. <attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="sample-character/src"/>
  7. </attributes>
  8. </classpathentry>
  9. <classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
  10. <classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
  11. <classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
  12. <classpathentry kind="output" path="bin/classes"/>
  13. </classpath>