diff options
Diffstat (limited to 'build')
-rw-r--r-- | build/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/build.xml b/build/build.xml index 7ea806cd94..5858802cea 100644 --- a/build/build.xml +++ b/build/build.xml @@ -230,7 +230,7 @@ </copy> <!-- Create demo WAR --> - <war warfile="${output-dir}/demo/webapps/${product-file}.war" webxml="WebContent/WEB-INF/web.xml"> + <war warfile="${output-dir}/demo/${product-file}.war" webxml="WebContent/WEB-INF/web.xml"> <!-- WebContent: htmls, styles, license--> <fileset dir="WebContent"> <exclude name="**/.svn" /> |