forked from ome/bioformats
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.classpath-template
42 lines (42 loc) · 2.8 KB
/
.classpath-template
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
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="components/autogen/src"/>
<classpathentry kind="src" path="components/bio-formats/build/src"/>
<classpathentry kind="src" path="components/bio-formats/src"/>
<classpathentry kind="src" path="components/common/build/src"/>
<classpathentry kind="src" path="components/common/src"/>
<classpathentry kind="src" path="components/forks/jai/build/src"/>
<classpathentry kind="src" path="components/forks/jai/src"/>
<classpathentry kind="src" path="components/forks/mdbtools/build/src"/>
<classpathentry kind="src" path="components/forks/mdbtools/src"/>
<classpathentry kind="src" path="components/forks/poi/build/src"/>
<classpathentry kind="src" path="components/forks/poi/src"/>
<classpathentry kind="src" path="components/legacy/ome-editor/src"/>
<classpathentry kind="src" path="components/legacy/ome-notes/src"/>
<classpathentry kind="src" path="components/loci-plugins/build/src"/>
<classpathentry kind="src" path="components/loci-plugins/src"/>
<classpathentry kind="src" path="components/metakit/build/src"/>
<classpathentry kind="src" path="components/metakit/src"/>
<classpathentry kind="src" path="components/ome-io/build/src"/>
<classpathentry kind="src" path="components/ome-io/src"/>
<classpathentry kind="src" path="components/ome-plugins/build/src"/>
<classpathentry kind="src" path="components/ome-plugins/src"/>
<classpathentry kind="src" path="components/ome-xml/build/src"/>
<classpathentry kind="src" path="components/ome-xml/src"/>
<classpathentry kind="src" path="components/scifio/build/src"/>
<classpathentry kind="src" path="components/scifio/src"/>
<classpathentry kind="src" path="components/stubs/lwf-stubs/build/src"/>
<classpathentry kind="src" path="components/stubs/lwf-stubs/src"/>
<classpathentry kind="src" path="components/test-suite/build/src"/>
<classpathentry kind="src" path="components/test-suite/src"/>
<classpathentry kind="src" path="components/bio-formats/test"/>
<classpathentry kind="src" path="components/common/test"/>
<classpathentry kind="src" path="components/loci-plugins/test"/>
<classpathentry kind="src" path="components/metakit/test"/>
<classpathentry kind="src" path="components/ome-io/test"/>
<classpathentry kind="src" path="components/ome-xml/test"/>
<classpathentry kind="src" path="components/scifio/test"/>
<classpathentry kind="src" path="target/generated/src"/>
<classpathentry exported="true" kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="target/eclipse-bin"/>
</classpath>