Configured the 5.1.17-tutorials as integration-tests for the plugin
authorKai Moritz <kai@juplo.de>
Fri, 5 Apr 2019 11:01:23 +0000 (13:01 +0200)
committerKai Moritz <kai@juplo.de>
Fri, 5 Apr 2019 13:07:38 +0000 (15:07 +0200)
commita57a7eb67922b3ad35fa2b18923d34993dc3fdbe
tree022d63332e889a58bcda858c7e8dd20c16abba63
parent1f1d806f1f8d2f3ed4e3b3d41952bf504a9ef8a1
Configured the 5.1.17-tutorials as integration-tests for the plugin
24 files changed:
src/it/tutorials-5.1.17/annotations/pom.xml
src/it/tutorials-5.1.17/annotations/src/test/resources/hibernate.cfg.xml
src/it/tutorials-5.1.17/basic/pom.xml
src/it/tutorials-5.1.17/basic/src/test/resources/hibernate.cfg.xml
src/it/tutorials-5.1.17/entitymanager/pom.xml
src/it/tutorials-5.1.17/entitymanager/src/test/resources/META-INF/persistence.xml
src/it/tutorials-5.1.17/envers/pom.xml
src/it/tutorials-5.1.17/envers/pom.xml.orig [new file with mode: 0644]
src/it/tutorials-5.1.17/envers/src/test/resources/META-INF/persistence.xml
src/it/tutorials-5.1.17/osgi/managed-jpa/pom.xml
src/it/tutorials-5.1.17/osgi/unmanaged-jpa/pom.xml
src/it/tutorials-5.1.17/osgi/unmanaged-jpa/src/main/resources/META-INF/persistence.xml
src/it/tutorials-5.1.17/osgi/unmanaged-native/pom.xml
src/it/tutorials-5.1.17/osgi/unmanaged-native/src/main/resources/hibernate.cfg.xml
src/it/tutorials-5.1.17/osgi/unmanaged-native/src/main/resources/pool-one.properties
src/it/tutorials-5.1.17/pom.xml
src/it/tutorials-5.1.17/schema-annotations.sql [new file with mode: 0644]
src/it/tutorials-5.1.17/schema-basic.sql [new file with mode: 0644]
src/it/tutorials-5.1.17/schema-entitymanager.sql [new file with mode: 0644]
src/it/tutorials-5.1.17/schema-envers.sql [new file with mode: 0644]
src/it/tutorials-5.1.17/schema-osgi-managed-jpa.sql [new file with mode: 0644]
src/it/tutorials-5.1.17/schema-osgi-unmanaged-jpa.sql [new file with mode: 0644]
src/it/tutorials-5.1.17/schema-osgi-unmanaged-native.sql [new file with mode: 0644]
src/it/tutorials-5.1.17/verify.bsh [new file with mode: 0644]