/home/mario/oci/jnb/dataaccess/source/build-dist.properties

1    # These properties are only used when building the samples expanded from the distribution. 
2    xdoclet.root.dir=/windows/D/java/xdoclet-1.2b2-cvs 
3    xdoclet.lib.dir=${xdoclet.root.dir}/lib 
4     
5    database.schema=public 
6    database.catalog= 
7    database.userid=mario 
8    database.password= 
9    database.driver=org.postgresql.Driver 
10   database.url=jdbc:postgresql://localhost/business 
11    
12