Author: tv
Date: Tue Jul 4 14:47:21 2006
New Revision: 419109
URL: http://svn.apache.org/viewvc?rev=419109&view=rev
Log:
Add a dependency on ant 1.6.5 to comply with the generator
dependency
Modified:
db/torque/maven-plugin/trunk/plugin.jelly
db/torque/maven-plugin/trunk/project.xml
Modified: db/torque/maven-plugin/trunk/plugin.jelly
URL:
http://svn.apache.org/viewvc/db/torque/maven-plugin/trunk/plugin.jelly?rev=419109&r1=419108&r2=419109&view=diff
==============================================================================
--- db/torque/maven-plugin/trunk/plugin.jelly (original)
+++ db/torque/maven-plugin/trunk/plugin.jelly Tue Jul 4 14:47:21 2006
@@ -50,6 +50,7 @@
<!-- Setup the classpath for torque plugins -->
<path id="torque-classpath">
+ <pathelement path="${plugin.getDependencyPath('ant')}"/>
<pathelement path="${plugin.getDependencyPath('commons-collections')}"/>
<pathelement path="${plugin.getDependencyPath('commons-lang')}"/>
<pathelement path="${plugin.getDependencyPath('log4j')}"/>
Modified: db/torque/maven-plugin/trunk/project.xml
URL:
http://svn.apache.org/viewvc/db/torque/maven-plugin/trunk/project.xml?rev=419109&r1=419108&r2=419109&view=diff
==============================================================================
--- db/torque/maven-plugin/trunk/project.xml (original)
+++ db/torque/maven-plugin/trunk/project.xml Tue Jul 4 14:47:21 2006
@@ -35,6 +35,12 @@
<dependencies>
<dependency>
+ <artifactId>ant</artifactId>
+ <groupId>ant</groupId>
+ <version>1.6.5</version>
+ <url>http://ant.apache.org/</url>
+ </dependency>
+ <dependency>
<artifactId>commons-collections</artifactId>
<groupId>commons-collections</groupId>
<version>3.1</version>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]