add profile for testing sybase with jConnect

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@997041 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Dick 2010-09-14 19:01:18 +00:00
parent 243b443983
commit dd36c1d629
1 changed files with 19 additions and 0 deletions

View File

@ -287,6 +287,25 @@
</properties> </properties>
</profile> </profile>
<!-- Profile for testing with Sybase DB using the jConnect driver -->
<profile>
<id>test-sybase-jconnect</id>
<dependencies>
<dependency>
<groupId>${jconnect.groupId}</groupId>
<artifactId>${jconnect.artifactId}</artifactId>
<version>${jconnect.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
<properties>
<connection.driver.name>com.sybase.jdbc3.jdbc.SybDriver</connection.driver.name>
<connection.url>${openjpa.sybase.url}</connection.url>
<connection.username>${openjpa.sybase.username}</connection.username>
<connection.password>${openjpa.sybase.password}</connection.password>
</properties>
</profile>
<!-- Profile for testing with Ingres DB --> <!-- Profile for testing with Ingres DB -->
<profile> <profile>
<id>test-ingres</id> <id>test-ingres</id>