adammurdoch 02/03/27 22:25:33
Modified: proposal/myrmidon/src/java/org/apache/antlib/core
Resources.properties
Added: proposal/myrmidon/src/java/org/apache/aut/converter/lib
Resources.properties
Log:
Moved across converter messages that were left behind.
Revision Changes Path
1.10 +0 -5
jakarta-ant/proposal/myrmidon/src/java/org/apache/antlib/core/Resources.properties
Index: Resources.properties
===================================================================
RCS file:
/home/cvs/jakarta-ant/proposal/myrmidon/src/java/org/apache/antlib/core/Resources.properties,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- Resources.properties 23 Mar 2002 09:07:33 -0000 1.9
+++ Resources.properties 28 Mar 2002 06:25:33 -0000 1.10
@@ -13,11 +13,6 @@
convert.bad-class.error=Error converting object ({0}) to Class.
convert.bad-double.error=Error converting object ({0}) to Double.
convert.bad-file.error=Error converting object ({0}) to File.
-convert.bad-float.error=Error converting object ({0}) to Float.
-convert.bad-integer.error=Error converting object ({0}) to Integer.
-convert.bad-long.error=Error converting object ({0}) to Long.
-convert.bad-short.error=Error converting object ({0}) to Short.
-convert.bad-url.error=Error converting object ({0}) to URL.
getByName.error=Failed to retrieve enum by calling getByName on "{0}".
(Reason: {1}).
enum.missing.getByName.error=Enum class "{0}" is missing a public static
method named "getByName" that accepts a single string parameter.
1.1
jakarta-ant/proposal/myrmidon/src/java/org/apache/aut/converter/lib/Resources.properties
Index: Resources.properties
===================================================================
convert.bad-boolean.error=Error converting object ({0}) to Boolean.
convert.bad-byte.error=Error converting object ({0}) to Byte.
convert.bad-class.error=Error converting object ({0}) to Class.
convert.bad-double.error=Error converting object ({0}) to Double.
convert.bad-float.error=Error converting object ({0}) to Float.
convert.bad-integer.error=Error converting object ({0}) to Integer.
convert.bad-long.error=Error converting object ({0}) to Long.
convert.bad-short.error=Error converting object ({0}) to Short.
convert.bad-url.error=Error converting object ({0}) to URL.
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>