File: dbinfo.xml

package info (click to toggle)
libxalan2-java 2.7.1-7%2Bdeb7u1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 19,764 kB
  • sloc: java: 175,814; xml: 28,089; sh: 164; jsp: 43; makefile: 33; sql: 6
file content (12 lines) | stat: -rw-r--r-- 298 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
<dbtest>
 <description>This file contains information required to make a connection to the DBMS</description>

 <DBINFO>
   <dbdriver>com.lutris.instantdb.jdbc.idbDriver</dbdriver>
   <dburl>jdbc:idb:../../instantdb/sample.prp</dburl>
   <user />
   <password/>
 </DBINFO>
 

</dbtest>