tfischer 2005/07/19 06:21:50
Modified: src/maven-plugin plugin.jelly
Log:
adding torque-gen-templates.jar to the classpath
Revision Changes Path
1.15 +2 -1 db-torque/src/maven-plugin/plugin.jelly
Index: plugin.jelly
===================================================================
RCS file: /home/cvs/db-torque/src/maven-plugin/plugin.jelly,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- plugin.jelly 31 Jan 2005 19:43:58 -0000 1.14
+++ plugin.jelly 19 Jul 2005 13:21:50 -0000 1.15
@@ -60,6 +60,7 @@
<pathelement path="${plugin.getDependencyPath('xercesImpl')}"/>
<pathelement path="${plugin.getDependencyPath('xml-apis')}"/>
<pathelement path="${plugin.getDependencyPath('torque:torque-gen')}"/>
+ <pathelement
path="${plugin.getDependencyPath('torque:torque-gen-templates')}"/>
<pathelement path="${pom.getDependencyClasspath()}"/>
<path refid="maven.dependency.classpath"/>
</path>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]