1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-02 13:55:39 +02:00
cdt/rse/plugins/org.eclipse.rse.services/.classpath
Uwe Stieber 12d2b16c1e RSE: Fix execution environment setting for o.e.rse.service,
java.io.Closeable requires Java 5
2015-06-12 09:31:46 +02:00

8 lines
417 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="clientserver"/>
<classpathentry kind="output" path="bin"/>
</classpath>