Commit bd536a40 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/trunk@10486 b35dd754-fafc-0310-a699-88a17e54d16e
parent 565dc500
...@@ -1201,6 +1201,9 @@ ...@@ -1201,6 +1201,9 @@
<!-- plugins =============================================================================== --> <!-- plugins =============================================================================== -->
<target name="plugins" description="Builds all 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 <!-- 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. of the way class loading works for jspc calls.
--> -->
...@@ -1304,6 +1307,9 @@ ...@@ -1304,6 +1307,9 @@
<srcinc /> <srcinc />
</not> </not>
</fileset> </fileset>
<filterset>
<filter token="DATE" value="${buildJavaDate}"/>
</filterset>
</copy> </copy>
<if> <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