This commit is contained in:
2025-07-28 17:21:05 +05:30
parent b9430f0605
commit cc27bfdc3a
12 changed files with 100 additions and 1 deletions

6
hrmsEjb/.classpath Normal file
View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="output" path="bin"/>
</classpath>

17
hrmsEjb/.project Normal file
View File

@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>hrmsEjb</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>

8
hrmsEjb/bin/.gitignore vendored Normal file
View File

@@ -0,0 +1,8 @@
/META-INF/
/public_html/
/com/
/common/
/jxl/
/net/
/org/
/wenrgise/