Skip to main content
summaryrefslogtreecommitdiffstats
blob: a60887c9c5766191caeb96e59c29faa9bc0957dc (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="Eclipse Search"/>
    <classpathentry kind="src" path="/org.eclipse.ui"/>
    <classpathentry kind="lib" path="/org.eclipse.help/help.jar" sourcepath="/org.eclipse.help/helpsrc.zip"/>
    <classpathentry kind="lib"
        path="/org.eclipse.core.resources/resources.jar" sourcepath="/org.eclipse.core.resources/resourcessrc.zip"/>
    <classpathentry kind="lib"
        path="/org.eclipse.core.runtime/runtime.jar" sourcepath="/org.eclipse.core.runtime/runtimesrc.zip"/>
    <classpathentry kind="lib" path="/org.apache.xerces/xerces.jar"/>
    <classpathentry kind="var" path="JRE_LIB" rootpath="src" sourcepath="JRE_SRC"/>
    <classpathentry kind="lib" path="/org.eclipse.swt/ws/win32/swt.jar"/>
    <classpathentry kind="output" path="bin"/>
</classpath>

Back to the top