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