* added antclick target to build.xml
* added files needed to build antclick in extra directory * edited several build and properties files
This commit is contained in:
parent
3296686cbb
commit
cbb7dbc6dc
12 changed files with 228 additions and 18 deletions
|
@ -1,5 +1,5 @@
|
|||
# Properties of antville datasource
|
||||
antville.url=jdbc:mysql://[Server-IP]/antville
|
||||
antville.driver=org.gjt.mm.mysql.Driver
|
||||
antville.user=antville
|
||||
antville.password=antville
|
||||
# Properties of antville's mysql datasource
|
||||
antville.url = jdbc:mysql://localhost/antville
|
||||
antville.driver = org.gjt.mm.mysql.Driver
|
||||
antville.user = antville
|
||||
antville.password = antville
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# Properties of antville datasource
|
||||
antville.url=jdbc:oracle:thin:@[Server-IP]:[Port]:[SID]
|
||||
antville.driver=oracle.jdbc.driver.OracleDriver
|
||||
antville.user=antville
|
||||
antville.password=antville
|
||||
# Properties of antville's oracle datasource
|
||||
antville.url = jdbc:oracle:thin:@[Server-IP]:[Port]:[SID]
|
||||
antville.driver = oracle.jdbc.driver.OracleDriver
|
||||
antville.user = antville
|
||||
antville.password = antville
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue