mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
14 lines
820 B
XML
14 lines
820 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<classpath>
|
|
<classpathentry kind="src" path="src"/>
|
|
<classpathentry kind="src" path="test"/>
|
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
|
|
<classpathentry exported="true" kind="lib" path="lib/commons-cli-1.0.jar"/>
|
|
<classpathentry exported="true" kind="lib" path="lib/commons-collections-3.1.jar"/>
|
|
<classpathentry exported="true" kind="lib" path="lib/ctypes4j.jar"/>
|
|
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/3"/>
|
|
<classpathentry exported="true" kind="lib" path="lib/ctypes4j.zip"/>
|
|
<classpathentry kind="lib" path="C:/Development/42six/trunk/thirdparty/pasco2/lib/trove-3.0.2.jar"/>
|
|
<classpathentry kind="output" path="build"/>
|
|
</classpath>
|