您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

1234567891011121314
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <classpath>
  3. <classpathentry kind="src" path="src"/>
  4. <classpathentry kind="src" path="testsrc"/>
  5. <classpathentry kind="src" path="/util"/>
  6. <classpathentry kind="lib" path="/lib/junit/junit.jar" sourcepath="/lib/junit/junit-src.jar"/>
  7. <classpathentry kind="src" path="/bridge"/>
  8. <classpathentry kind="src" path="/asm"/>
  9. <classpathentry kind="src" path="/org.aspectj.ajdt.core"/>
  10. <classpathentry kind="src" path="/org.eclipse.jdt.core"/>
  11. <classpathentry combineaccessrules="false" kind="src" path="/ajde.core"/>
  12. <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
  13. <classpathentry kind="output" path="bin"/>
  14. </classpath>