Preguntas y respuestas funcionando para médicos

This commit is contained in:
Roberto Orden Erena
2019-12-24 18:36:41 +01:00
parent 000e2a8721
commit a35d7fe7fe
23 changed files with 647 additions and 163 deletions

View File

@@ -4,7 +4,7 @@
<!-- definition of global property -->
<property environment="env" />
<property name="jboss.home" value="${env.JBOSS_HOME}" />
<property name="jboss.home" value="/opt/wildfly" />
<property name="source" value="." />
<property name="java.encoding" value="UTF-8" />
<property name="sourcesrc" value="${source}/src" />