Escaped the "{user.home}" string with a "'" so that MessageFormat does not try to interpret it as a token (and then fail).

git-svn-id: https://svn.apache.org/repos/asf/incubator/openjpa/trunk@433855 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Marc Prud'hommeaux 2006-08-23 03:10:33 +00:00
parent 9af2df4d09
commit 4436a3d90f

View File

@ -544,4 +544,4 @@ no-product-derivations: Your system is missing product derivations. Product \
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.