You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by tf...@apache.org on 2005/09/10 07:01:41 UTC

svn commit: r279948 - in /db/torque/test/trunk/profile/henning: Torque.properties project.properties project.xml

Author: tfischer
Date: Fri Sep  9 22:01:35 2005
New Revision: 279948

URL: http://svn.apache.org/viewcvs?rev=279948&view=rev
Log:
- added comments to indicate what each file does
- added jar-override for postgres to access correct library
- used jar version which exists in ibiblio

Modified:
    db/torque/test/trunk/profile/henning/Torque.properties   (contents, props changed)
    db/torque/test/trunk/profile/henning/project.properties   (contents, props changed)
    db/torque/test/trunk/profile/henning/project.xml   (contents, props changed)

Modified: db/torque/test/trunk/profile/henning/Torque.properties
URL: http://svn.apache.org/viewcvs/db/torque/test/trunk/profile/henning/Torque.properties?rev=279948&r1=279947&r2=279948&view=diff
==============================================================================
--- db/torque/test/trunk/profile/henning/Torque.properties (original)
+++ db/torque/test/trunk/profile/henning/Torque.properties Fri Sep  9 22:01:35 2005
@@ -1,3 +1,9 @@
+#
+# Runtime settings for Henning's test profile
+#
+# $Id$
+# 
+
 torque.database.default = bookstore
 torque.database.bookstore.adapter = postgresql
 

Propchange: db/torque/test/trunk/profile/henning/Torque.properties
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: db/torque/test/trunk/profile/henning/project.properties
URL: http://svn.apache.org/viewcvs/db/torque/test/trunk/profile/henning/project.properties?rev=279948&r1=279947&r2=279948&view=diff
==============================================================================
--- db/torque/test/trunk/profile/henning/project.properties (original)
+++ db/torque/test/trunk/profile/henning/project.properties Fri Sep  9 22:01:35 2005
@@ -1,3 +1,9 @@
+#
+# Generator settings for Henning's test profile
+#
+# $Id$
+# 
+
 #settings for the schema file
 torque.test.base.idMethod = idbroker
 
@@ -28,3 +34,6 @@
 # should be made same as SQL name.
 torque.sameJavaName=false
 
+#load special driver jar
+maven.jar.override = on
+maven.jar.postgresql = /usr/share/java/postgresql.jar

Propchange: db/torque/test/trunk/profile/henning/project.properties
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: db/torque/test/trunk/profile/henning/project.xml
URL: http://svn.apache.org/viewcvs/db/torque/test/trunk/profile/henning/project.xml?rev=279948&r1=279947&r2=279948&view=diff
==============================================================================
--- db/torque/test/trunk/profile/henning/project.xml (original)
+++ db/torque/test/trunk/profile/henning/project.xml Fri Sep  9 22:01:35 2005
@@ -1,4 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+ project descriptor for Henning's test profile
+ $Id$
+-->
+
 <project>
   <extend>../base/project.xml</extend>
   <artifactId>torque-henning-test</artifactId> 
@@ -7,8 +12,7 @@
     <dependency>
       <artifactId>postgresql</artifactId>
       <groupId>postgresql</groupId>
-      <version>8.0-311.jdbc3</version>
+      <version>7.4.1-jdbc3</version>
     </dependency> 
   </dependencies>
-</project>
-
+</project>
\ No newline at end of file

Propchange: db/torque/test/trunk/profile/henning/project.xml
------------------------------------------------------------------------------
    svn:keywords = Id



---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org