Commit 0d9e77d5 authored by Matt Tucker's avatar Matt Tucker Committed by matt

Improved build.xml changes (JM-620).

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@3680 b35dd754-fafc-0310-a699-88a17e54d16e
parent 32419965
......@@ -597,7 +597,7 @@
<!-- Copy bin dir -->
<copy todir="${prepare.out.dir}">
<fileset dir="${src.dir}" includes="bin/**/*" excludes="bin/wildfire-dev.*"/>
<fileset dir="${src.dir}" includes="bin/**/*" />
</copy>
<fixcrlf srcdir="${prepare.out.dir}/bin" eol="lf" eof="remove" includes="*.sh,extra/*"/>
......@@ -683,6 +683,10 @@
<property name="prepare.out.dir" value="${release.out.dir}"/>
</ant>
<!-- Remove the development scripts -->
<delete file="${release.out.dir}/bin/wildfire-dev.bat"/>
<delete file="${release.out.dir}/bin/wildfire-dev.sh"/>
<!-- Pack200 processing on JAR files in lib dir -->
<for param="jar">
......
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