Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: d2b793e8a1f90d84319b9db4d9d1d13a7a45a977 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
    <classpathentry kind="src" path="/org.eclipse.cdt.core"/>
    <classpathentry kind="src" path="/org.eclipse.core.resources"/>
    <classpathentry kind="src" path="/org.eclipse.core.runtime"/>
    <classpathentry kind="src" path="/org.apache.xerces"/>
    <classpathentry kind="src" path="/org.eclipse.search"/>
    <classpathentry kind="src" path="/org.eclipse.compare"/>
    <classpathentry kind="src" path="/org.eclipse.debug.core"/>
    <classpathentry kind="src" path="/org.eclipse.core.boot"/>
    <classpathentry kind="var" path="JRE_LIB" rootpath="JRE_SRCROOT" sourcepath="JRE_SRC"/>
    <classpathentry kind="src" path="src"/>
    <classpathentry kind="output" path="bin"/>
</classpath>

Back to the top