Skip to content

Commit

Permalink
make the move to the new build server
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed Sep 11, 2009
1 parent 31a2b4d commit 59a8755
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions symmetric/pom.xml
Expand Up @@ -288,19 +288,19 @@
</systemProperties>
<additionalClasspathElements>
<additionalClasspathElement>
${user.home}\.symmetricds\lib\ojdbc6.jar
${user.home}/.symmetricds/lib/ojdbc6.jar
</additionalClasspathElement>
<additionalClasspathElement>
${user.home}\.symmetricds\lib\ojdbc5.jar
${user.home}/.symmetricds/lib/ojdbc5.jar
</additionalClasspathElement>
<additionalClasspathElement>
${user.home}\.symmetricds\lib\ojdbc14.jar
${user.home}/.symmetricds/lib/ojdbc14.jar
</additionalClasspathElement>
<additionalClasspathElement>
${user.home}\.symmetricds\lib\db2jcc.jar
${user.home}/.symmetricds/lib/db2jcc.jar
</additionalClasspathElement>
<additionalClasspathElement>
${user.home}\.symmetricds\lib\jaybird-full-2.1.6.jar
${user.home}/.symmetricds/lib/jaybird-full-2.1.6.jar
</additionalClasspathElement>
</additionalClasspathElements>
<includes>
Expand Down
8 changes: 4 additions & 4 deletions symmetric/src/test/resources/symmetric-test.properties
Expand Up @@ -35,11 +35,11 @@ h2.root.db.url=jdbc:h2:file:target/h2/root
mssql.db.driver=net.sourceforge.jtds.jdbc.Driver
mssql.db.user=sa
mssql.db.password=symmetric
mssql.client.db.url=jdbc:jtds:sqlserver://localhost/SymmetricClient
mssql.root.db.url=jdbc:jtds:sqlserver://localhost/SymmetricRoot
mssql.client.db.url=jdbc:jtds:sqlserver://hudson/SymmetricClient
mssql.root.db.url=jdbc:jtds:sqlserver://hudson/SymmetricRoot

firebird.client.db.url=jdbc:firebirdsql://localhost/c:/fbsqldata/SymmetricClient
firebird.root.db.url=jdbc:firebirdsql://localhost/c:/fbsqldata/SymmetricRoot
firebird.client.db.url=jdbc:firebirdsql:localhost:/var/lib/firebird/data/SymmetricClient
firebird.root.db.url=jdbc:firebirdsql:localhost:/var/lib/firebird/data/SymmetricRoot
firebird.db.driver=org.firebirdsql.jdbc.FBDriver
firebird.db.user=sysdba
firebird.db.password=masterkey
Expand Down

0 comments on commit 59a8755

Please sign in to comment.