From 94e7786f36caa2224635477133814e8e77d5fd37 Mon Sep 17 00:00:00 2001 From: Stephane Bailliez Date: Fri, 12 Nov 2004 14:39:52 +0000 Subject: [PATCH] Fixed property typo for p4counter. Thanks to Bernd Gerlach-de Campos PR: 30981 git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277029 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/OptionalTasks/perforce.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/OptionalTasks/perforce.html b/docs/manual/OptionalTasks/perforce.html index 9b9059499..d06add13f 100644 --- a/docs/manual/OptionalTasks/perforce.html +++ b/docs/manual/OptionalTasks/perforce.html @@ -567,7 +567,7 @@ Set the value of the counter based on the value of the "TSTAMP" proper Set the value of the "p4.last.clean.build" property to the current value of the "last-clean-build" counter:
-<p4counter name="last-clean-build" property="${p4.last.clean.build}"/>
+<p4counter name="last-clean-build" property="p4.last.clean.build"/>