The name of the examples webapp is now automatically inserted in the sample server configuration file.
This commit is contained in:
parent
01cee9270c
commit
40404ad83c
2 changed files with 4 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue