First production build

This commit is contained in:
Socrates
2020-05-26 22:03:13 +02:00
parent c69cbb9520
commit 1b5c1e8315
10 changed files with 97 additions and 107 deletions

View File

@@ -1,12 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" path="properties"/>
<classpathentry kind="src" path="/OpenXava"/>
<classpathentry kind="src" path="persistence"/>
<classpathentry kind="src" path="xava"/>
<classpathentry kind="src" path="i18n"/>
<classpathentry kind="src" path="i18n"/>
<classpathentry kind="lib" path="/OpenXava/lib/hsqldb.jar"/>
<classpathentry kind="lib" path="/Users/socrates/Documents/openxava-6.3.2/mysql-connector-java-8.0.20.jar"/>
<classpathentry kind="output" path="web/WEB-INF/classes"/>
</classpath>