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 11:06:48 +0000 (13:06 +0200)
commit40e2f2b4f5c2050c8673b5be8a2d374c003acd98
treea33e950c497e9f0634d48becf90391d469e8f6b2
parent3990b3badc8320a705c9899b0a63f40b4b219d1a
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]