1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-01 21:35:40 +02:00
cdt/terminal/plugins/org.eclipse.tm.terminal.test/.classpath

16 lines
590 B
Text
Raw Normal View History

2007-08-03 15:33:15 +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">
<accessrules>
<accessrule kind="accessible" pattern="org/eclipse/tm/internal/terminal/**"/>
</accessrules>
</classpathentry>
<classpathentry kind="src" path="src">
<attributes>
<attribute name="test" value="true"/>
</attributes>
</classpathentry>
2007-08-03 15:33:15 +00:00
<classpathentry kind="output" path="bin"/>
</classpath>