|
@@ -1,4 +1,5 @@
|
|
|
<project name="jai" default="war">
|
|
|
+ <!-- on suppose que JEELIB est initialisée en paramètre de l'application -->
|
|
|
<property file="project.properties" />
|
|
|
<property name="project.java.version" value="1.8" />
|
|
|
<property name="encoding" value="UTF-8" />
|
|
@@ -15,6 +16,9 @@
|
|
|
|
|
|
<path id="webapp-path">
|
|
|
<pathelement location="${build}" />
|
|
|
+ <fileset dir="${JEELIB}">
|
|
|
+ <include name="*.jar" />
|
|
|
+ </fileset>
|
|
|
<fileset dir="WebContent/WEB-INF/lib">
|
|
|
<include name="*.jar" />
|
|
|
</fileset>
|