1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-19 06:55:23 +02:00
cdt/core/org.eclipse.cdt.ui.tests/.classpath

17 lines
588 B
Text
Raw Normal View History

2002-08-20 16:35:24 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
2022-10-01 19:59:59 -04:00
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src">
<attributes>
<attribute name="test" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" path="ui">
<attributes>
<attribute name="test" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="bin"/>
2002-08-20 16:35:24 +00:00
</classpath>