forked from vadimzalunin/crammer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.classpath
17 lines (17 loc) · 1.12 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src/main/java"/>
<classpathentry kind="src" path="src/test/java"/>
<classpathentry kind="src" path="src/main/resources"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jdk1.6.0_33"/>
<classpathentry kind="lib" path="lib/jcommander-1.7.jar"/>
<classpathentry kind="lib" path="lib/commons-io-1.4.jar" sourcepath="Y:/lib/commons-io-1.4-sources.jar"/>
<classpathentry kind="lib" path="lib/commons-math-2.2.jar" sourcepath="Y:/lib/commons-math-2.2-sources.jar"/>
<classpathentry kind="lib" path="lib/log4j-1.2.16.jar" sourcepath="/log4j/src"/>
<classpathentry kind="lib" path="lib/commons-collections-3.2.1.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="lib" path="Y:/lib/commons-codec-1.3.jar"/>
<classpathentry kind="lib" path="lib/picard-1.75.jar" sourcepath="/picard"/>
<classpathentry kind="lib" path="lib/sam-1.75.jar" sourcepath="/picard"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>