From fedd051f78d59205820399e8af19e2257818958b Mon Sep 17 00:00:00 2001 From: ktimoney Date: Wed, 14 Apr 2021 12:56:13 +0100 Subject: Fix name of target-database property in persistence.xml files Updated property javax.persistence.target-database to eclipselink.target-database Removed tools/tools-common/testing.txt Added Modifications Copyright to headers Updated Postgres references to MySQL Updated user information Issue-ID: POLICY-3059 Change-Id: I42ad294458809c0a3dca4d3ce9dd1ae5a7daa417 Signed-off-by: ktimoney --- .../examples-pcvs/src/test/resources/META-INF/persistence.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'examples/examples-pcvs') diff --git a/examples/examples-pcvs/src/test/resources/META-INF/persistence.xml b/examples/examples-pcvs/src/test/resources/META-INF/persistence.xml index 4dcba14b7..632ae0fca 100644 --- a/examples/examples-pcvs/src/test/resources/META-INF/persistence.xml +++ b/examples/examples-pcvs/src/test/resources/META-INF/persistence.xml @@ -2,19 +2,20 @@ @@ -58,7 +59,7 @@ - + -- cgit 1.2.3-korg