-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy path.classpath
18 lines (18 loc) · 1.07 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?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"/>
<classpathentry kind="lib" path="lib/jtransforms-2.4.jar"/>
<classpathentry kind="lib" path="lib/log4j-1.2.15.jar"/>
<classpathentry kind="lib" path="lib/BigWig.jar"/>
<classpathentry kind="lib" path="lib/commons-lang3-3.1.jar"/>
<classpathentry kind="lib" path="lib/dnaproperties-1732.jar" sourcepath="/Users/timpalpant/Documents/Workspace/dnaproperties/dnaproperties-1732-src"/>
<classpathentry kind="lib" path="lib/commons-math3-3.0.jar"/>
<classpathentry kind="lib" path="lib/picard-1.67.jar" sourcepath="/picard/src"/>
<classpathentry kind="lib" path="lib/sam-1.67.jar" sourcepath="/picard/src"/>
<classpathentry kind="lib" path="lib/jcommander-1.27.jar"/>
<classpathentry combineaccessrules="false" kind="src" path="/java-genomics-io"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="output" path="bin"/>
</classpath>