Author: mprudhom
Date: Tue Aug 22 20:10:33 2006
New Revision: 433855
URL: http://svn.apache.org/viewvc?rev=433855&view=rev
Log:
Escaped the "{user.home}" string with a "'" so that MessageFormat does not try
to interpret it as a token (and then fail).
Modified:
incubator/openjpa/trunk/openjpa-kernel/src/main/resources/org/apache/openjpa/conf/localizer.properties
Modified:
incubator/openjpa/trunk/openjpa-kernel/src/main/resources/org/apache/openjpa/conf/localizer.properties
URL:
http://svn.apache.org/viewvc/incubator/openjpa/trunk/openjpa-kernel/src/main/resources/org/apache/openjpa/conf/localizer.properties?rev=433855&r1=433854&r2=433855&view=diff
==============================================================================
---
incubator/openjpa/trunk/openjpa-kernel/src/main/resources/org/apache/openjpa/conf/localizer.properties
(original)
+++
incubator/openjpa/trunk/openjpa-kernel/src/main/resources/org/apache/openjpa/conf/localizer.properties
Tue Aug 22 20:10:33 2006
@@ -544,4 +544,4 @@
distribution. Have you unbundled it, or unbundled its listed classes? \
If you are using ant, a common solution to this problem is to place \
the jar libraries of the OpenJPA distribution in the \
- ${user.home}/.ant/lib directory.
+ $'{user.home}/.ant/lib directory.