Commit 9d723428 authored by Matt Tucker's avatar Matt Tucker Committed by matt

Additional whack fixes.

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@5993 b35dd754-fafc-0310-a699-88a17e54d16e
parent 4b414e2e
...@@ -409,7 +409,6 @@ ...@@ -409,7 +409,6 @@
> >
<sourcepath> <sourcepath>
<path location="${src.java.dir}"/> <path location="${src.java.dir}"/>
<path location="${whack.src}"/>
</sourcepath> </sourcepath>
<doctitle> <doctitle>
<![CDATA[<font face="arial,helvetica,sans-serif">Wildfire ${version} Javadoc</font>]]></doctitle> <![CDATA[<font face="arial,helvetica,sans-serif">Wildfire ${version} Javadoc</font>]]></doctitle>
...@@ -689,11 +688,6 @@ ...@@ -689,11 +688,6 @@
<copy todir="${release.src.out.dir}/src"> <copy todir="${release.src.out.dir}/src">
<fileset dir="${src.dir}"/> <fileset dir="${src.dir}"/>
</copy> </copy>
<copy todir="${release.src.out.dir}/src/java">
<fileset dir="${whack.src}">
<exclude name="org/xmpp/packet.*.java"/>
</fileset>
</copy>
<!-- Copy the i18n files to the resources dir. This way they won't be in the jar only --> <!-- Copy the i18n files to the resources dir. This way they won't be in the jar only -->
<copy todir="${release.src.out.dir}/resources/i18n"> <copy todir="${release.src.out.dir}/resources/i18n">
<fileset dir="${target.i18n.dir}" includes="*.properties"/> <fileset dir="${target.i18n.dir}" includes="*.properties"/>
......
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