Author: tfischer
Date: Fri Sep 9 10:50:43 2005
New Revision: 279837
URL: http://svn.apache.org/viewcvs?rev=279837&view=rev
Log:
Stupid me, forgot to add this before doing a commit.
Henning, I am afraid the postgresql driver needs to be in the maven repository.
Please check the version.
Added:
db/torque/test/trunk/profile/henning/project.xml
Added: db/torque/test/trunk/profile/henning/project.xml
URL:
http://svn.apache.org/viewcvs/db/torque/test/trunk/profile/henning/project.xml?rev=279837&view=auto
==============================================================================
--- db/torque/test/trunk/profile/henning/project.xml (added)
+++ db/torque/test/trunk/profile/henning/project.xml Fri Sep 9 10:50:43 2005
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <extend>../base/project.xml</extend>
+ <artifactId>torque-henning-test</artifactId>
+ <name>Torque-henning-test</name>
+ <dependencies>
+ <dependency>
+ <artifactId>postgresql</artifactId>
+ <groupId>postgresql</groupId>
+ <version>8.0-311.jdbc3</version>
+ </dependency>
+ </dependencies>
+</project>
+
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]