Author: mikedd
Date: Tue Aug 9 18:46:04 2011
New Revision: 1155475
URL: http://svn.apache.org/viewvc?rev=1155475&view=rev
Log:
Add quotes for for literal curly braces in message text
Modified:
openjpa/trunk/openjpa-lib/src/main/resources/org/apache/openjpa/lib/conf/localizer.properties
Modified: openjpa/trunk/openjpa-lib/src/main/resources/org/apache/openjpa/lib/conf/localizer.properties
URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa-lib/src/main/resources/org/apache/openjpa/lib/conf/localizer.properties?rev=1155475&r1=1155474&r2=1155475&view=diff
==============================================================================
--- openjpa/trunk/openjpa-lib/src/main/resources/org/apache/openjpa/lib/conf/localizer.properties
(original)
+++ openjpa/trunk/openjpa-lib/src/main/resources/org/apache/openjpa/lib/conf/localizer.properties
Tue Aug 9 18:46:04 2011
@@ -88,7 +88,7 @@ no-product-derivations: Your system is m
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. Another common cause of this problem \
+ $'{user.home'}/.ant/lib directory. Another common cause of this problem \
is an overly-restrictive security manager.\n{1}
bad-product-derivations: Some product derivations are being skipped. For \
information about product derivation status, run:\njava {0}
|