pero 2005/07/01 11:54:14
Modified: catalina/src/share/org/apache/catalina/ant/jmx
JMXAccessorCondition.java JMXAccessorTask.java
Log:
Fix doc
Revision Changes Path
1.3 +3 -3
jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/ant/jmx/JMXAccessorCondition.java
Index: JMXAccessorCondition.java
===================================================================
RCS file:
/home/cvs/jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/ant/jmx/JMXAccessorCondition.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- JMXAccessorCondition.java 1 Jul 2005 11:46:51 -0000 1.2
+++ JMXAccessorCondition.java 1 Jul 2005 18:54:13 -0000 1.3
@@ -249,7 +249,7 @@
return ifCondition;
}
/**
- * Only fail if a property of the given name exists in the current
project.
+ * Only execute if a property of the given name exists in the current
project.
* @param c property name
*/
public void setIf(String c) {
@@ -263,7 +263,7 @@
}
/**
- * Only fail if a property of the given name does not
+ * Only execute if a property of the given name does not
* exist in the current project.
* @param c property name
*/
1.4 +3 -3
jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/ant/jmx/JMXAccessorTask.java
Index: JMXAccessorTask.java
===================================================================
RCS file:
/home/cvs/jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/ant/jmx/JMXAccessorTask.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- JMXAccessorTask.java 1 Jul 2005 11:46:51 -0000 1.3
+++ JMXAccessorTask.java 1 Jul 2005 18:54:13 -0000 1.4
@@ -273,7 +273,7 @@
return ifCondition;
}
/**
- * Only fail if a property of the given name exists in the current
project.
+ * Only execute if a property of the given name exists in the current
project.
* @param c property name
*/
public void setIf(String c) {
@@ -287,7 +287,7 @@
}
/**
- * Only fail if a property of the given name does not
+ * Only execute if a property of the given name does not
* exist in the current project.
* @param c property name
*/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]