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