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 11:06:36 +0000 (13:06 +0200)
commitd42dc8bc0d20f97e64dacd7983486fe18af0c8df
treec2bcd0a0cfaeda44e62a7f110618645b38eff6ac
parent0b6b9a1bd8950880713885618d8e31c772a085ec
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]