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