1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-03 14:25:37 +02:00
cdt/core/org.eclipse.cdt.core.tests/.classpath
Doug Schaefer e166326ad9 Fixes a problem I had with the CProjectHelper which
compiles using Eclipse's internal java compiler but fails
with the JRE 1.3 compiler.
2003-08-28 17:38:09 +00:00

22 lines
1.1 KiB
XML

<?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.swt"/>
<classpathentry kind="src" path="/org.eclipse.ui"/>
<classpathentry kind="src" path="/org.junit"/>
<classpathentry kind="src" path="/org.eclipse.core.boot"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="src" path="/org.eclipse.cdt.ui"/>
<classpathentry kind="output" path="bin"/>
</classpath>