Add support for extra extensions provided externally

Former-commit-id: c827feb563cde449090dade2b17bfa6709df37be
This commit is contained in:
Henri Gomez
2014-02-11 14:05:26 +01:00
parent e4fd446946
commit c11cb38269
9 changed files with 99 additions and 9 deletions

View File

@@ -22,3 +22,4 @@ databaseDriverPath | The path to the database driver JAR file; only used if t
connectionString | The connection string used to connect to the database. |
databaseUser | The username used when connecting to the database. |
databasePassword | The password used when connecting to the database. |
extraExtensions | List of extra extensions to be scanned. |