The name of the examples webapp is now automatically inserted in the sample server configuration file.

This commit is contained in:
Erik C. Thauvin 2004-03-23 03:46:48 +00:00
parent 01cee9270c
commit 40404ad83c
2 changed files with 4 additions and 1 deletions

View file

@ -34,6 +34,9 @@
<target name="examples" depends="build" description="Builds the Examples WAR">
<copy todir="${path.ex.build}">
<fileset dir="${path.ex}"/>
<filterset>
<filter token="EX.NAME" value="${ex.name}"/>
</filterset>
</copy>
<copy file="${path.dist}/${jar.name}.jar" todir="${path.ex.build}/WEB-INF/lib/"/>
<touch>