initial check-in

This commit is contained in:
Tobi Schäfer 2001-06-21 13:04:14 +00:00
parent d1e6694a47
commit 27b20500c7
17 changed files with 284 additions and 0 deletions

11
build/main/db.properties Normal file
View file

@ -0,0 +1,11 @@
# This is where you specify relational data sources to
# map Hop types to an external database
# Comma-separated list of data source names
sources=myDataSource
# Properties of data sources
myDataSource.url=jdbc:mysql://db.domain.com/space
myDataSource.driver=org.gjt.mm.mysql.Driver
myDataSource.user=username
myDataSource.password=xyz