From 72741efc851ce1e0302bb352f3fcccf866704dd7 Mon Sep 17 00:00:00 2001 From: Patrick Linskey Date: Wed, 15 Nov 2006 01:27:51 +0000 Subject: [PATCH] moved metadata properties about openjpa.Id property git-svn-id: https://svn.apache.org/repos/asf/incubator/openjpa/trunk@475093 13f79535-47bb-0310-9956-ffa450edef68 --- .../org/apache/openjpa/lib/conf/localizer.properties | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/openjpa-lib/src/main/resources/org/apache/openjpa/lib/conf/localizer.properties b/openjpa-lib/src/main/resources/org/apache/openjpa/lib/conf/localizer.properties index f83c2e5d7..3698981b5 100644 --- a/openjpa-lib/src/main/resources/org/apache/openjpa/lib/conf/localizer.properties +++ b/openjpa-lib/src/main/resources/org/apache/openjpa/lib/conf/localizer.properties @@ -89,3 +89,10 @@ Log-name: Log factory Log-desc: LogFactory and configuration Log-type: General Log-interface: org.apache.openjpa.lib.log.LogFactory + +Id-name: Configuration ID +Id-desc: An environment-specific identifier for this configuration. This \ + might correspond to a JPA persistence-unit name, or to some other \ + more-unique value available in the current environment. +Id-type: General +Id-expert: true \ No newline at end of file