blob: 74638e36c6c14ff99f8cc25259d9eb2bf6e3e307 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src">
<attributes>
<attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="3d scanning/lib"/>
</attributes>
</classpathentry>
<classpathentry exported="true" kind="lib" path="lib/Jama-1.0.2.jar"/>
<classpathentry exported="true" kind="lib" path="lib/swing-layout-1.0.3.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="bin"/>
</classpath>
|