Skip to content

Commit

Permalink
prmr#416 Restore classpath
Browse files Browse the repository at this point in the history
  • Loading branch information
prmr authored and louib committed Aug 15, 2021
1 parent 07f2112 commit 0551493
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .classpath
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="test"/>
<classpathentry kind="src" path="icons"/>
<classpathentry kind="src" path="tipdata"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/JavaFX14">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/5">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="bin/jetuml"/>
</classpath>

0 comments on commit 0551493

Please sign in to comment.