You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by aa...@apache.org on 2007/06/30 20:04:53 UTC

svn commit: r552184 - /cayenne/main/trunk/pom.xml

Author: aadamchik
Date: Sat Jun 30 11:04:52 2007
New Revision: 552184

URL: http://svn.apache.org/viewvc?view=rev&rev=552184
Log:
adding frontbase test profile

Modified:
    cayenne/main/trunk/pom.xml

Modified: cayenne/main/trunk/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/pom.xml?view=diff&rev=552184&r1=552183&r2=552184
==============================================================================
--- cayenne/main/trunk/pom.xml (original)
+++ cayenne/main/trunk/pom.xml Sat Jun 30 11:04:52 2007
@@ -668,6 +668,23 @@
 			</activation>
 		</profile>
 		<profile>
+                        <id>frontbase</id>
+                        <activation>
+                                <property>
+                                        <name>cayenne.test.connection</name>
+                                        <value>frontbase</value>
+                                </property>
+                        </activation>
+                        <dependencies>
+                                <dependency>
+                                        <groupId>com.frontbase</groupId>
+                                        <artifactId>frontbase-driver</artifactId>
+                                        <version>4.1</version>
+                                        <scope>test</scope>
+                                </dependency>
+                        </dependencies>
+                </profile>
+		<profile>
 			<id>mysql</id>
 			<activation>
 				<property>