Browse Source

ajout JEELIB

Daniel Le Berre 5 years ago
parent
commit
e80198a219
1 changed files with 4 additions and 0 deletions
  1. 4 0
      build.xml

+ 4 - 0
build.xml

@@ -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>