projects
/
hibernate4-maven-plugin
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Sidestepped bug in Hibernate 5
[hibernate4-maven-plugin]
/
src
/
it
/
properties
/
verify.bsh
1
import de.juplo.test.FileComparator;
2
3
4
FileComparator comparator = new FileComparator(basedir);
5
6
if (!comparator.isEqual("h2.sql","target/create.sql"))
7
return false;