Author: tfischer
Date: Mon Mar 21 15:17:10 2011
New Revision: 1083825
URL: http://svn.apache.org/viewvc?rev=1083825&view=rev
Log:
make site build:
-commented jndi and jdbc (bundled in java 1.4+)
- used fixed village dependency
Modified:
db/torque/runtime/trunk/project.xml
Modified: db/torque/runtime/trunk/project.xml
URL:
http://svn.apache.org/viewvc/db/torque/runtime/trunk/project.xml?rev=1083825&r1=1083824&r2=1083825&view=diff
==============================================================================
--- db/torque/runtime/trunk/project.xml (original)
+++ db/torque/runtime/trunk/project.xml Mon Mar 21 15:17:10 2011
@@ -156,7 +156,7 @@
<dist.bundle>true</dist.bundle>
</properties>
</dependency>
- <dependency>
+ <!-- dependency>
<groupId>jdbc</groupId>
<artifactId>jdbc</artifactId>
<version>2.0</version>
@@ -170,14 +170,14 @@
<version>1.2.1</version>
<type>jar</type>
<url>http://java.sun.com/products/jndi/</url>
- </dependency>
+ </dependency-->
<dependency>
- <groupId>torque</groupId>
+ <groupId>torque</groupId>
<artifactId>village</artifactId>
- <version>${pom.currentVersion}</version>
- <type>jar</type>
- <url>http://db.apache.org/torque/</url>
+ <version>3.3.1</version>
+ <type>jar</type>
+ <url>http://db.apache.org/torque/</url>
<properties>
<dist.bundle>true</dist.bundle>
</properties>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]