2014-02-04 16:44:03 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<classpath>
|
|
|
|
<classpathentry kind="src" path="src"/>
|
|
|
|
<classpathentry excluding=".classpath|.cvsignore|.externalToolBuilders/|.project|.settings/|Papers/|bin/|doc/|examples/|lib/|notizen/|src/|test/|tools/" including="log4j.xml" kind="src" path=""/>
|
|
|
|
<classpathentry kind="src" path="test"/>
|
2014-10-01 15:12:16 +00:00
|
|
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
|
2014-02-04 16:44:03 +00:00
|
|
|
<classpathentry kind="lib" path="lib/log4j-1.2.12.jar"/>
|
|
|
|
<classpathentry kind="lib" path="lib/junit-4.0.jar"/>
|
2014-09-15 15:03:13 +00:00
|
|
|
<classpathentry kind="lib" path="lib/antlr-4.4-complete.jar"/>
|
2014-02-04 16:44:03 +00:00
|
|
|
<classpathentry kind="output" path="bin"/>
|
|
|
|
</classpath>
|