Replace usage of "build" directory with "target"

This commit is contained in:
Mahmoud Ben Hassine
2020-12-17 16:33:38 +01:00
parent d62f966e68
commit d0493906a8
46 changed files with 65 additions and 65 deletions

View File

@@ -1,7 +1,7 @@
# Placeholders batch.*
# for Derby:
batch.jdbc.driver=org.apache.derby.jdbc.EmbeddedDriver
batch.jdbc.url=jdbc:derby:build/derby-home/test;create=true
batch.jdbc.url=jdbc:derby:target/derby-home/test;create=true
batch.jdbc.user=sa
batch.jdbc.password=
batch.jdbc.testWhileIdle=false