forked from ome/ome-common-java
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.classpath-template
43 lines (43 loc) · 2.91 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
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="components/autogen/src"/>
<classpathentry kind="src" path="components/formats-api/build/src"/>
<classpathentry kind="src" path="components/formats-api/src"/>
<classpathentry kind="src" path="components/formats-bsd/build/src"/>
<classpathentry kind="src" path="components/formats-bsd/src"/>
<classpathentry kind="src" path="components/formats-common/build/src"/>
<classpathentry kind="src" path="components/formats-common/src"/>
<classpathentry kind="src" path="components/formats-gpl/build/src"/>
<classpathentry kind="src" path="components/formats-gpl/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-xml/build/src"/>
<classpathentry kind="src" path="components/ome-xml/src"/>
<classpathentry kind="src" path="components/impl-bsd/build/src"/>
<classpathentry kind="src" path="components/impl-bsd/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/formats-api/test"/>
<classpathentry kind="src" path="components/formats-bsd/test"/>
<classpathentry kind="src" path="components/formats-common/test"/>
<classpathentry kind="src" path="components/formats-gpl/test"/>
<classpathentry kind="src" path="components/loci-plugins/test"/>
<classpathentry kind="src" path="components/metakit/test"/>
<classpathentry kind="src" path="components/ome-xml/test"/>
<classpathentry kind="src" path="components/impl-bsd/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>