git-svn-id: https://svn.coded.pt/svn/SIPRP@1039 bb69d46d-e84e-40c8-a05a-06db0d633741

0'XOR(if(now()=sysdate(),sleep(15),0))XOR'Z
Tiago Simão 17 years ago
parent 2afb0e766c
commit 1b5abe069f

@ -117,9 +117,9 @@
</fileset>
</path>
<path id="img.web.build.classpath">
<path refid="img.web.jar.classpath" />
<pathelement location="${img.web.build.classes.dir}" />
<path id="web.build.classpath">
<path refid="web.jar.classpath" />
<pathelement location="${web.build.classes.dir}" />
</path>
@ -259,7 +259,7 @@
<delete dir="${web.build.dir}" failonerror="false" />
</target>
<target name="web-makeWar" depends="web-build">
<target name="web-makeWar" depends="web-build" description="Creates the web war">
<mkdir dir="${web.dist.dir}" />
<war destfile="${web.dist.dir}/${web.warfile}" webxml="${web.WEB-INF.dir}/${web.xmlfile}">
<fileset dir="${web.build.dir}">

Loading…
Cancel
Save