forked from nextflow-io/nextflow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.classpath
44 lines (44 loc) · 3.73 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="src" path="src/main/java"/>
<classpathentry kind="src" path="src/main/groovy"/>
<classpathentry kind="src" path="src/main/resources"/>
<classpathentry kind="src" path="src/test/groovy"/>
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/spock-core-0.7-groovy-2.0"/>
<classpathentry exported="true" kind="con" path="org.eclipse.jdt.USER_LIBRARY/asm-commons-4.0"/>
<classpathentry exported="true" kind="con" path="org.eclipse.jdt.USER_LIBRARY/sysout-over-slf4j-1.0.2"/>
<classpathentry exported="true" kind="con" path="org.eclipse.jdt.USER_LIBRARY/commons-logging-1.1.1"/>
<classpathentry exported="true" kind="con" path="org.eclipse.jdt.USER_LIBRARY/httpcore-4.2.4"/>
<classpathentry exported="true" kind="con" path="org.eclipse.jdt.USER_LIBRARY/jul-to-slf4j-1.7.5"/>
<classpathentry exported="true" kind="con" path="org.eclipse.jdt.USER_LIBRARY/groovy-2.1.7"/>
<classpathentry exported="true" kind="con" path="org.eclipse.jdt.USER_LIBRARY/logback-classic-1.0.13"/>
<classpathentry exported="true" kind="con" path="org.eclipse.jdt.USER_LIBRARY/asm-util-4.0"/>
<classpathentry exported="true" kind="con" path="org.eclipse.jdt.USER_LIBRARY/jcl-over-slf4j-1.7.5"/>
<classpathentry exported="true" kind="con" path="org.eclipse.jdt.USER_LIBRARY/jackson-databind-2.0.5"/>
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/hamcrest-core-1.3"/>
<classpathentry exported="true" kind="con" path="org.eclipse.jdt.USER_LIBRARY/asm-tree-4.0"/>
<classpathentry exported="true" kind="con" path="org.eclipse.jdt.USER_LIBRARY/jackson-core-2.0.5"/>
<classpathentry exported="true" kind="con" path="org.eclipse.jdt.USER_LIBRARY/nextflow-dxfs-0.3.1"/>
<classpathentry exported="true" kind="con" path="org.eclipse.jdt.USER_LIBRARY/guava-14.0.1"/>
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/groovy-json-2.1.7"/>
<classpathentry exported="true" kind="con" path="org.eclipse.jdt.USER_LIBRARY/commons-lang-2.6"/>
<classpathentry exported="true" kind="con" path="org.eclipse.jdt.USER_LIBRARY/commons-cli-1.2"/>
<classpathentry exported="true" kind="con" path="org.eclipse.jdt.USER_LIBRARY/jsr166y-1.7.0"/>
<classpathentry exported="true" kind="con" path="org.eclipse.jdt.USER_LIBRARY/commons-io-2.4"/>
<classpathentry exported="true" kind="con" path="org.eclipse.jdt.USER_LIBRARY/logback-core-1.0.13"/>
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/cglib-nodep-2.2"/>
<classpathentry exported="true" kind="con" path="org.eclipse.jdt.USER_LIBRARY/jackson-annotations-2.0.5"/>
<classpathentry exported="true" kind="con" path="org.eclipse.jdt.USER_LIBRARY/jcommander-1.30"/>
<classpathentry exported="true" kind="con" path="org.eclipse.jdt.USER_LIBRARY/httpclient-4.2.5"/>
<classpathentry exported="true" kind="con" path="org.eclipse.jdt.USER_LIBRARY/antlr-2.7.7"/>
<classpathentry exported="true" kind="con" path="org.eclipse.jdt.USER_LIBRARY/gpars-1.0.0"/>
<classpathentry exported="true" kind="con" path="org.eclipse.jdt.USER_LIBRARY/slf4j-api-1.7.5"/>
<classpathentry exported="true" kind="con" path="org.eclipse.jdt.USER_LIBRARY/dnanexus-api-0.1.1"/>
<classpathentry exported="true" kind="con" path="org.eclipse.jdt.USER_LIBRARY/commons-codec-1.6"/>
<classpathentry exported="true" kind="con" path="org.eclipse.jdt.USER_LIBRARY/asm-4.0"/>
<classpathentry exported="true" kind="con" path="org.eclipse.jdt.USER_LIBRARY/asm-analysis-4.0"/>
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/junit-dep-4.10"/>
<classpathentry exported="true" kind="con" path="org.eclipse.jdt.USER_LIBRARY/log4j-over-slf4j-1.7.5"/>
<classpathentry kind="output" path="out/production/nextflow"/>
</classpath>