-
Notifications
You must be signed in to change notification settings - Fork 241
/
.classpath-template
17 lines (17 loc) · 1.06 KB
/
.classpath-template
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="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-gpl/build/src"/>
<classpathentry kind="src" path="components/formats-gpl/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-gpl/test"/>
<classpathentry kind="src" path="components/ome-xml/test"/>
<classpathentry exported="true" kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="target/eclipse-bin"/>
</classpath>