forked from sakaiproject/sakai
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SAK-23907 removing the commons assemblies
git-svn-id: https://source.sakaiproject.org/svn/common/trunk@129489 66ffb92e-73f9-0310-93c1-f5514f145a0a
- Loading branch information
Aaron Zeckoski
committed
Sep 10, 2013
1 parent
d13b7ab
commit 81ba457
Showing
6 changed files
with
179 additions
and
512 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
14 changes: 10 additions & 4 deletions
14
common/common-composite-component/src/java/defaultJdbc.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,12 @@ | ||
# Sakai default values (used for unit testing) | ||
jdbc.driverClassName=org.hsqldb.jdbcDriver | ||
jdbc.url=jdbc:hsqldb:mem:sakai-common | ||
jdbc.driverClassName=org.h2.Driver | ||
jdbc.url=jdbc:h2:mem:sakai-common;MODE=MYSQL | ||
jdbc.username=sa | ||
jdbc.password= | ||
hibernate.dialect=org.hibernate.dialect.HSQLDialect | ||
jdbc.password=sa | ||
hibernate.dialect=org.hibernate.dialect.MySQL5Dialect | ||
## OLD HSQLDB | ||
#jdbc.driverClassName=org.hsqldb.jdbcDriver | ||
#jdbc.url=jdbc:hsqldb:mem:sakai-common | ||
#jdbc.username=sa | ||
#jdbc.password= | ||
#hibernate.dialect=org.hibernate.dialect.HSQLDialect |
Oops, something went wrong.