2018-01-23 21:50:06 -05:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<classpath>
|
2018-02-19 09:23:35 -05:00
|
|
|
<classpathentry kind="src" output="target/classes" path="src">
|
|
|
|
<attributes>
|
|
|
|
<attribute name="optional" value="true"/>
|
|
|
|
<attribute name="maven.pomderived" value="true"/>
|
|
|
|
</attributes>
|
|
|
|
</classpathentry>
|
2018-03-03 20:04:03 -05:00
|
|
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
|
2018-02-19 09:23:35 -05:00
|
|
|
<attributes>
|
2018-03-03 20:04:03 -05:00
|
|
|
<attribute name="maven.pomderived" value="true"/>
|
2018-02-15 07:46:02 -05:00
|
|
|
</attributes>
|
|
|
|
</classpathentry>
|
2018-03-03 20:04:03 -05:00
|
|
|
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/Tensorflow"/>
|
2018-03-04 18:08:04 -05:00
|
|
|
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/OpenCV"/>
|
2018-02-19 09:23:35 -05:00
|
|
|
<classpathentry kind="output" path="target/classes"/>
|
2018-01-23 21:50:06 -05:00
|
|
|
</classpath>
|