.classpath 907 B

123456789101112131415
  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"/>
  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="lib" path="F:/WolframAlphaJavaLibrary/WolframAlpha-1.1.jar"/>
  9. <classpathentry kind="lib" path="F:/WolframAlphaJavaLibrary/commons-codec-1.3.jar"/>
  10. <classpathentry kind="lib" path="F:/WolframAlphaJavaLibrary/commons-logging-1.0.3.jar"/>
  11. <classpathentry kind="lib" path="F:/WolframAlphaJavaLibrary/httpclient-4.0.jar"/>
  12. <classpathentry kind="lib" path="F:/WolframAlphaJavaLibrary/httpcore-4.0.1.jar"/>
  13. <classpathentry kind="output" path="bin/classes"/>
  14. </classpath>