This commit is contained in:
2022-03-23 10:03:48 +01:00
commit ed7f70012a
7 changed files with 174 additions and 0 deletions

12
.classpath Normal file
View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/juniversalchardet-2.5.0-SNAPSHOT.jar"/>
<classpathentry kind="lib" path="lib/superx5.0.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>