Files
tictactoe/.classpath
T

14 lines
646 B
XML
Raw Normal View History

2026-02-06 18:59:10 -05:00
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" path="edu.tictactoe/src/main/java"/>
<classpathentry kind="lib" path="edu.tictactoe/build/libs/edu.tictactoe-1.0.jar"/>
<classpathentry kind="lib" path="gradle/wrapper/gradle-wrapper.jar"/>
<classpathentry kind="lib" path="/home/sherwinp/eclipse/plugins/org.aspectj.runtime_1.9.25.202512161955.jar"/>
<classpathentry kind="output" path="edu.tictactoe/build/classes/aspectj/main"/>
</classpath>