Browse Source

Moved across converter messages that were left behind.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272063 13f79535-47bb-0310-9956-ffa450edef68
master
adammurdoch 23 years ago
parent
commit
ddfae9eb98
2 changed files with 9 additions and 5 deletions
  1. +0
    -5
      proposal/myrmidon/src/java/org/apache/antlib/core/Resources.properties
  2. +9
    -0
      proposal/myrmidon/src/java/org/apache/aut/converter/lib/Resources.properties

+ 0
- 5
proposal/myrmidon/src/java/org/apache/antlib/core/Resources.properties View File

@@ -13,11 +13,6 @@ 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-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.


+ 9
- 0
proposal/myrmidon/src/java/org/apache/aut/converter/lib/Resources.properties View File

@@ -0,0 +1,9 @@
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.

Loading…
Cancel
Save