donaldp 02/02/21 01:25:58
Modified: proposal/myrmidon/src/main/org/apache/tools/ant/types/converters
StringToPathConverter.java
Log:
Generalized the converter architecture by making the "context" a raw object
that can be cast for the needs of a specific project
Thus converters are now independent of ant and avalon
Revision Changes Path
1.2 +1 -1
jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/types/converters/StringToPathConverter.java
Index: StringToPathConverter.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/types/converters/StringToPathConverter.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- StringToPathConverter.java 19 Jan 2002 07:26:23 -0000 1.1
+++ StringToPathConverter.java 21 Feb 2002 09:25:58 -0000 1.2
@@ -36,7 +36,7 @@
* @return the converted object
* @exception Exception if an error occurs
*/
- protected Object convert( Object original, Context context )
+ protected Object convert( Object original, Object context )
throws ConverterException
{
/*
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>