forked from ome/openmicroscopy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.classpath-template
65 lines (65 loc) · 5.54 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="examples/Delete"/>
<classpathentry kind="src" path="components/tools/OmeroJava/src"/>
<classpathentry kind="src" path="components/tools/OmeroJava/test"/>
<classpathentry kind="src" path="components/tools/OmeroImporter/test"/>
<classpathentry kind="src" path="components/tools/OmeroImporter/src"/>
<classpathentry kind="src" path="components/dsl/test"/>
<classpathentry kind="src" path="components/dsl/resources"/>
<classpathentry kind="src" path="components/dsl/src"/>
<classpathentry kind="src" path="components/model/target/generated/src"/>
<classpathentry kind="src" path="components/model/target/generated/resources"/>
<classpathentry kind="src" path="components/model/src"/>
<classpathentry kind="src" path="components/model/test"/>
<classpathentry kind="src" path="components/model/resources"/>
<classpathentry kind="src" path="components/rendering/target/generated/src"/>
<classpathentry kind="src" path="components/rendering/src"/>
<classpathentry kind="src" path="components/rendering/resources"/>
<classpathentry kind="src" path="components/rendering/target/generated/resources"/>
<classpathentry kind="src" path="components/romio/resources"/>
<classpathentry kind="src" path="components/romio/src"/>
<classpathentry kind="src" path="components/romio/test"/>
<classpathentry kind="src" path="components/specification/test"/>
<classpathentry kind="src" output="target/eclipse-bioformats" path="components/bioformats/components/autogen/src"/>
<classpathentry kind="src" output="target/eclipse-bioformats" path="components/bioformats/components/bio-formats/src"/>
<classpathentry kind="src" output="target/eclipse-bioformats" path="components/bioformats/components/bio-formats/test"/>
<classpathentry kind="src" output="target/eclipse-bioformats" path="components/bioformats/components/common/src"/>
<classpathentry kind="src" output="target/eclipse-bioformats" path="components/bioformats/components/common/test"/>
<classpathentry kind="src" output="target/eclipse-bioformats" path="components/bioformats/components/forks/mdbtools/src"/>
<classpathentry kind="src" output="target/eclipse-bioformats" path="components/bioformats/components/forks/poi/src"/>
<classpathentry kind="src" output="target/eclipse-bioformats" path="components/bioformats/components/metakit/src"/>
<classpathentry kind="src" output="target/eclipse-bioformats" path="components/bioformats/components/metakit/test"/>
<classpathentry kind="src" output="target/eclipse-bioformats" path="components/bioformats/components/ome-io/src"/>
<classpathentry kind="src" output="target/eclipse-bioformats" path="components/bioformats/components/ome-io/test"/>
<classpathentry kind="src" output="target/eclipse-bioformats" path="components/bioformats/components/ome-xml/src"/>
<classpathentry kind="src" output="target/eclipse-bioformats" path="components/bioformats/components/ome-xml/test"/>
<classpathentry kind="src" output="target/eclipse-bioformats" path="components/bioformats/components/scifio/src"/>
<classpathentry kind="src" output="target/eclipse-bioformats" path="components/bioformats/components/scifio/test"/>
<classpathentry kind="src" output="target/eclipse-bioformats" path="components/bioformats/components/stubs/lwf-stubs/src"/>
<classpathentry kind="src" output="target/eclipse-bioformats" path="components/bioformats/components/test-suite/src"/>
<!-- Broken.
<classpathentry kind="src" output="target/eclipse-bioformats" path="components/bioformats/components/forks/jai/src"/>
<classpathentry kind="Src" output="target/eclipse-bioformats" path="components/bioformats//components/loci-plugins/src"/>
<classpathentry kind="Src" output="target/eclipse-bioformats" path="components/bioformats//components/loci-plugins/test"/>
<classpathentry kind="src" output="target/eclipse-bioformats" path="components/bioformats/components/ome-plugins/src"/>
-->
<classpathentry kind="src" output="target/eclipse-insight" path="components/insight/SRC"/>
<classpathentry kind="src" output="target/eclipse-insight" path="components/insight/TEST"/>
<classpathentry kind="src" output="target/eclipse-server" path="components/server/src"/>
<classpathentry kind="src" output="target/eclipse-server" path="components/server/test"/>
<classpathentry kind="src" output="target/eclipse-server" path="components/server/resources"/>
<classpathentry kind="src" output="target/eclipse-blitz" path="components/blitz/target/generated/resources"/>
<classpathentry kind="src" output="target/eclipse-blitz" path="components/blitz/test"/>
<classpathentry kind="src" output="target/eclipse-blitz" path="components/blitz/resources"/>
<classpathentry kind="src" output="target/eclipse-blitz" path="components/blitz/src"/>
<classpathentry kind="src" output="target/eclipse-blitz" path="components/blitz/target/generated/src"/>
<classpathentry kind="src" output="target/eclipse-blitz" path="components/blitz/generated"/>
<classpathentry kind="src" output="target/eclipse-common" path="components/common/src"/>
<classpathentry kind="src" output="target/eclipse-common" path="components/common/test"/>
<classpathentry kind="src" output="target/eclipse-common" path="components/common/resources"/>
<classpathentry kind="src" output="target/eclipse-common" path="components/common/target/generated/resources"/>
<classpathentry kind="src" output="target/eclipse-common" path="components/common/target/generated/src"/>
<classpathentry exported="true" kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="target/eclipse-bin"/>
</classpath>