Author: mbenson
Date: Fri Feb 26 19:52:13 2010
New Revision: 916797
URL: http://svn.apache.org/viewvc?rev=916797&view=rev
Log:
document \!
Modified:
ant/antlibs/props/trunk/src/main/org/apache/ant/props/ConditionEvaluator.java
Modified:
ant/antlibs/props/trunk/src/main/org/apache/ant/props/ConditionEvaluator.java
URL:
http://svn.apache.org/viewvc/ant/antlibs/props/trunk/src/main/org/apache/ant/props/ConditionEvaluator.java?rev=916797&r1=916796&r2=916797&view=diff
==============================================================================
---
ant/antlibs/props/trunk/src/main/org/apache/ant/props/ConditionEvaluator.java
(original)
+++
ant/antlibs/props/trunk/src/main/org/apache/ant/props/ConditionEvaluator.java
Fri Feb 26 19:52:13 2010
@@ -33,8 +33,8 @@
* instance matching the condition's outcome.
*
* <p>Default syntax is
- * <code><em>condition</em>(<em>attribute</em>=<em>value</em>)</code>,
- * for example <code>os(family=unix)</code>.
+ * <code>[!]<em>condition</em>(<em>attribute</em>=<em>value</em>)</code>,
+ * for example <code>os(family=unix)</code> or <code>!os(family=unix)</code>.
*/
public class ConditionEvaluator extends RegexBasedEvaluator {
private static final Pattern COMMA = Pattern.compile(",");