Subversion Repositories general

Rev

Rev 1071 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1071 Rev 1223
Line 35... Line 35...
35
 
35
 
36
			<!-- DB URL: type, host and database name, format depends on DB driver -->
36
			<!-- DB URL: type, host and database name, format depends on DB driver -->
37
			<url>jdbc:postgresql://localhost/hostadmiral</url>
37
			<url>jdbc:postgresql://localhost/hostadmiral</url>
38
 
38
 
39
			<!-- DB dialect, must conform to DB driver -->
39
			<!-- DB dialect, must conform to DB driver -->
40
			<dialect>net.sf.hibernate.dialect.PostgreSQLDialect</dialect>
40
			<dialect>org.hibernate.dialect.PostgreSQLDialect</dialect>
41
		</settings>
41
		</settings>
42
    </datasource>
42
    </datasource>
43
 
43
 
44
	<!--
44
	<!--
45
		Classes which must be initialized at program startup.
45
		Classes which must be initialized at program startup.