bodewig 01/11/30 03:33:26
Modified: src/main/org/apache/tools/ant/types defaults.properties
Log:
datatypes for regexp replace task.
Submitted by: Matthew Inger <matti@sedonacorp.com>
Revision Changes Path
1.7 +2 -1 jakarta-ant/src/main/org/apache/tools/ant/types/defaults.properties
Index: defaults.properties
===================================================================
RCS file: /home/cvs/jakarta-ant/src/main/org/apache/tools/ant/types/defaults.properties,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- defaults.properties 2001/11/08 12:58:20 1.6
+++ defaults.properties 2001/11/30 11:33:26 1.7
@@ -6,4 +6,5 @@
filterset=org.apache.tools.ant.types.FilterSet
description=org.apache.tools.ant.types.Description
classfileset=org.apache.tools.ant.types.optional.depend.ClassfileSet
-
+substitution=org.apache.tools.ant.types.Substitution
+regularexpression=org.apache.tools.ant.types.RegularExpression
--
To unsubscribe, e-mail: <mailto:ant-dev-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:ant-dev-help@jakarta.apache.org>
|