mirror of
https://github.com/marcin-szczepanski/jFuzzyLogic.git
synced 2024-12-18 16:35:27 +01:00
11 lines
467 B
Plaintext
11 lines
467 B
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<classpath>
|
||
|
<classpathentry kind="src" path="src"/>
|
||
|
<classpathentry kind="lib" path="lib/antlrworks-1.2.jar"/>
|
||
|
<classpathentry kind="lib" path="lib/jcommon-1.0.14.jar"/>
|
||
|
<classpathentry kind="lib" path="lib/jfreechart-1.0.11.jar"/>
|
||
|
<classpathentry kind="lib" path="lib/junit_4.11.0.jar"/>
|
||
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
||
|
<classpathentry kind="output" path="bin"/>
|
||
|
</classpath>
|