mirror of
https://github.com/peterdell/wudsn-ide.git
synced 2024-11-19 07:31:41 +00:00
12 lines
406 B
XML
12 lines
406 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<classpath>
|
|
<classpathentry kind="con"
|
|
path="org.eclipse.pde.core.requiredPlugins" />
|
|
<classpathentry kind="src" path="src" />
|
|
<classpathentry kind="con"
|
|
path="org.eclipse.jdt.launching.JRE_CONTAINER" />
|
|
<classpathentry combineaccessrules="false" kind="src"
|
|
path="/com.wudsn.ide.base" />
|
|
<classpathentry kind="output" path="bin" />
|
|
</classpath>
|