Commit ec320fb3 authored by Derek DeMoro's avatar Derek DeMoro Committed by derek

Move archives out of plugins dir.


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@109 b35dd754-fafc-0310-a699-88a17e54d16e
parent d05d9d1b
...@@ -342,7 +342,7 @@ ...@@ -342,7 +342,7 @@
<fileset dir="${webapp.dest.dir}" /> <fileset dir="${webapp.dest.dir}" />
</copy> </copy>
<!-- Copy in tag library support --> <!-- Copy in tag library support -->
<copy todir="${release.out.dir}/plugins/admin/webapp/WEB-INF/lib"> <copy todir="${release.out.dir}/lib">
<fileset dir="${lib.build.dir}" includes="commons-el.jar" /> <fileset dir="${lib.build.dir}" includes="commons-el.jar" />
</copy> </copy>
<!-- Copy in pre-compiled JSP jar --> <!-- Copy in pre-compiled JSP jar -->
...@@ -350,7 +350,7 @@ ...@@ -350,7 +350,7 @@
<fileset dir="${jspc.dest.dir}" includes="${jspc.jar.name}" /> <fileset dir="${jspc.dest.dir}" includes="${jspc.jar.name}" />
</copy> </copy>
<!-- Copy in jasper runtime jar --> <!-- Copy in jasper runtime jar -->
<copy todir="${release.out.dir}/plugins/admin/webapp/WEB-INF/lib"> <copy todir="${release.out.dir}/lib">
<fileset dir="${lib.build.dir}" includes="jasper-runtime.jar" /> <fileset dir="${lib.build.dir}" includes="jasper-runtime.jar" />
<fileset dir="${lib.build.dir}" includes="jasper-compiler.jar" /> <fileset dir="${lib.build.dir}" includes="jasper-compiler.jar" />
</copy> </copy>
......
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