Commit baf0537c authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gato

Fixed to include compiled pages of the admin console in the .war file.

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@3560 b35dd754-fafc-0310-a699-88a17e54d16e
parent 3f5edd13
...@@ -380,6 +380,8 @@ ...@@ -380,6 +380,8 @@
<include name="help/**/*.*"/> <include name="help/**/*.*"/>
</fileset> </fileset>
<lib dir="${jar.dest.dir}" excludes="jasper-compiler.jar, servlet.jar, startup.jar"/> <lib dir="${jar.dest.dir}" excludes="jasper-compiler.jar, servlet.jar, startup.jar"/>
<!-- Include compiled pages of the admin console -->
<lib dir="${target.dir}/plugins/admin/webapp/WEB-INF/lib"/>
</war> </war>
<!-- Create a Wildfire home --> <!-- Create a Wildfire home -->
<copy todir="${war.dest.dir}/wildfireHome"> <copy todir="${war.dest.dir}/wildfireHome">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment