You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2021/05/23 11:38:21 UTC

[isis-app-simpleapp] branch jdo updated: ISIS-2660: removes persistence.xml, as is not required by default

This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a commit to branch jdo
in repository https://gitbox.apache.org/repos/asf/isis-app-simpleapp.git


The following commit(s) were added to refs/heads/jdo by this push:
     new a036de5  ISIS-2660: removes persistence.xml, as is not required by default
a036de5 is described below

commit a036de5e7e6b177b55f4dedab61b12c74af57642
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Sun May 23 12:38:06 2021 +0100

    ISIS-2660: removes persistence.xml, as is not required by default
---
 module-simple/src/main/java/META-INF/persistence.xml | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/module-simple/src/main/java/META-INF/persistence.xml b/module-simple/src/main/java/META-INF/persistence.xml
deleted file mode 100644
index dcd7ec0..0000000
--- a/module-simple/src/main/java/META-INF/persistence.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" ?>
-<persistence xmlns="http://java.sun.com/xml/ns/persistence"
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:schemaLocation="http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd" version="1.0">
-
-    <persistence-unit name="simple">
-    </persistence-unit>
-</persistence>