Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

.classpath 598B

123456789101112
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <classpath>
  3. <classpathentry kind="src" path="src/java"/>
  4. <classpathentry excluding="*.xml|*.xsl" kind="src" path="src/codegen"/>
  5. <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
  6. <classpathentry kind="lib" path="lib/ant.jar"/>
  7. <classpathentry kind="lib" path="lib/xalan-2.4.1.jar"/>
  8. <classpathentry kind="lib" path="lib/xml-apis.jar"/>
  9. <classpathentry kind="lib" path="lib/avalon-framework-4.1.4.jar"/>
  10. <classpathentry kind="lib" path="lib/xercesImpl.jar"/>
  11. <classpathentry kind="output" path="build/classes"/>
  12. </classpath>