initial commit

This commit is contained in:
naofal.helal
2025-03-24 09:54:04 +03:00
commit f7d058d602
6 changed files with 595 additions and 0 deletions

16
.classpath Normal file
View File

@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
<attributes>
<attribute name="module" value="false" />
</attributes>
</classpathentry>
<!-- Output directory -->
<classpathentry kind="output" path="jdtls-build" />
<!-- Soruces -->
<classpathentry kind="src" path="src/main/java" />
<classpathentry excluding="src/" including="nobuild/**.java|Build.java" kind="src"
path="" />
<!-- Libraries -->
<classpathentry kind="lib" path="third-party/jars/h2.jar" />
</classpath>