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 11:07:00 +0000 (13:07 +0200)
commitd7c7a224ec7fcd450ffb9a99eecfaefcb1a38ef1
tree763fed9b186664fc0ec8220cfc3270f91730b937
parentfe9c99046f93cbc5a14d7b5314dc1c5c06ae2b80
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]