mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-21 13:15:35 +00:00
15 lines
985 B
XML
15 lines
985 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<classpath>
|
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
|
|
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
|
<classpathentry kind="src" path="src"/>
|
|
<classpathentry kind="lib" path="/com.sap.sailing.windestimation/lib/smile-core-1.5.2.jar"/>
|
|
<classpathentry kind="lib" path="/com.sap.sailing.windestimation/lib/smile-data-1.5.2.jar"/>
|
|
<classpathentry kind="lib" path="/com.sap.sailing.windestimation/lib/smile-graph-1.5.2.jar"/>
|
|
<classpathentry kind="lib" path="/com.sap.sailing.windestimation/lib/smile-math-1.5.2.jar"/>
|
|
<classpathentry kind="lib" path="lib/jcommon-1.0.23.jar"/>
|
|
<classpathentry kind="lib" path="lib/jfreechart-1.0.19.jar"/>
|
|
<classpathentry kind="lib" path="lib/trove-3.0.3.jar" sourcepath="/home/uhl/data/java/trove4j-3.0.3-sources.jar"/>
|
|
<classpathentry kind="output" path="bin"/>
|
|
</classpath>
|