Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: cdd4b6956feb9dddee279ffbe55f667a2e6b6de1 (plain) (blame)
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
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
    <classpathentry kind="src" path="build/"/>
    <classpathentry kind="src" path="failures/"/>
    <classpathentry kind="src" path="model/"/>
    <classpathentry kind="src" path="parser/"/>
    <classpathentry kind="src" path="resources/"/>
    <classpathentry kind="src" path="suite/"/>
    <classpathentry kind="src" path="indexer/"/>
    <classpathentry kind="src" path="search/"/>
    <classpathentry kind="src" path="/org.apache.xerces"/>
    <classpathentry kind="src" path="/org.eclipse.core.resources"/>
    <classpathentry kind="src" path="/org.eclipse.core.runtime"/>
    <classpathentry kind="src" path="/org.eclipse.cdt.core"/>
    <classpathentry kind="src" path="/org.eclipse.cdt.core.linux"/>
    <classpathentry kind="src" path="/org.eclipse.cdt.core.qnx"/>
    <classpathentry kind="src" path="/org.eclipse.cdt.core.solaris"/>
    <classpathentry kind="src" path="/org.eclipse.cdt.core.win32"/>
    <classpathentry kind="src" path="/org.eclipse.cdt.ui"/>
    <classpathentry kind="src" path="/org.eclipse.swt"/>
    <classpathentry kind="src" path="/org.eclipse.ui"/>
    <classpathentry kind="src" path="/org.junit"/>
    <classpathentry kind="src" path="/org.eclipse.cdt.managedbuilder.core"/>
    <classpathentry kind="src" path="/org.eclipse.cdt.make.core"/>
    <classpathentry kind="src" path="/org.eclipse.core.boot"/>
    <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
    <classpathentry kind="output" path="bin"/>
</classpath>

Back to the top