From 2f07532f22d11c9d1c43ab51022bfdb18fe1a3db Mon Sep 17 00:00:00 2001 From: Patrick Linskey Date: Fri, 4 May 2007 19:22:50 +0000 Subject: [PATCH] added clarifying comment to persistence.xml git-svn-id: https://svn.apache.org/repos/asf/incubator/openjpa/trunk@535359 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/test/resources/META-INF/persistence.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/openjpa-persistence-jdbc/src/test/resources/META-INF/persistence.xml b/openjpa-persistence-jdbc/src/test/resources/META-INF/persistence.xml index cae212829..72e7b829e 100644 --- a/openjpa-persistence-jdbc/src/test/resources/META-INF/persistence.xml +++ b/openjpa-persistence-jdbc/src/test/resources/META-INF/persistence.xml @@ -31,9 +31,16 @@ This needs to be listed because the OpenJPA test framework does not provide any other means to incrementally enhance classes for particular test cases, and the XML data must be available at - enhance time for XML data to get incorporated into PCRegistry + enhance time for XML data to get incorporated into PCRegistry. --> org/apache/openjpa/persistence/xml/orm.xml +