Commit 12cb9016 authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gato

Replaced @DATE@ token when building plugins with build date. JM-1382

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/branches@10487 b35dd754-fafc-0310-a699-88a17e54d16e
parent 967bcf4d
......@@ -1201,6 +1201,9 @@
<!-- plugins =============================================================================== -->
<target name="plugins" description="Builds all plugins">
<tstamp>
<format property="buildJavaDate" pattern="MMM dd, yyyy"/>
</tstamp>
<!-- Call jar task, can't do this is as a 'depends' call of this target because
of the way class loading works for jspc calls.
-->
......@@ -1304,6 +1307,9 @@
<srcinc />
</not>
</fileset>
<filterset>
<filter token="DATE" value="${buildJavaDate}"/>
</filterset>
</copy>
<if>
......
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