~ubuntu-branches/ubuntu/trusty/c3p0/trusty-proposed

« back to all changes in this revision

Viewing changes to debian/ant.properties

  • Committer: Package Import Robot
  • Author(s): tony mancill
  • Date: 2012-04-21 21:28:15 UTC
  • Revision ID: package-import@ubuntu.com-20120421212815-hmp70m5t5a23rsll
Tags: 0.9.1.2-6
* Team upload.
* Remove Michael Koch from Uploaders.  (Closes: #653999)
* Apply patch to enable test suite and tune gcj javac output.
  - Thank you to James Page.  (Closes: #615863)
* Bump Standards-Version to 3.9.3 (no changes).
* Drop needless dependency on JRE.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# >> BASICS <<
 
1
 
2
2
 
3
3
#
4
4
# You'll need to supply at least one of j2ee.classpath
55
55
# the various tests. very optional
56
56
#
57
57
 
58
 
#test.jdbc.driver.jar.file=
59
 
#test.jdbc.drivers=
60
 
#test.jdbc.url=
61
 
#test.jdbc.user=
62
 
#test.jdbc.password=
 
58
test.jdbc.driver.jar.file=/usr/share/java/hsqldb.jar
 
59
test.jdbc.drivers=org.hsqldb.jdbcDriver
 
60
test.jdbc.url=jdbc:hsqldb:file:/tmp/testdb
 
61
test.jdbc.user=SA
 
62
test.jdbc.password=
 
63
 
 
64
c3p0.jdbcUrl=jdbc:hsqldb:file:/tmp/testdb
 
65
c3p0.driverClass=org.hsqldb.jdbcDriver
 
66
c3p0.user=SA
 
67
c3p0.password=
63
68
 
64
69
#
65
70
# required if you want to run junit tests
66
71
#
67
72
 
68
 
#junit.jar.file
 
73
junit.jar.file=/usr/share/java/junit.jar
69
74
 
70
75
# >> VERY VERY OPTIONAL DOCS-TO-WEB SUPPORT
71
76