vmassol 2004/08/18 08:42:18
Modified: abbot plugin.jelly
Log:
Fix bug from my previous change when I added the maven.abbot.extrajars property.
Revision Changes Path
1.7 +1 -1 maven-plugins/abbot/plugin.jelly
Index: plugin.jelly
===================================================================
RCS file: /home/cvs/maven-plugins/abbot/plugin.jelly,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- plugin.jelly 17 Aug 2004 15:11:15 -0000 1.6
+++ plugin.jelly 18 Aug 2004 15:42:18 -0000 1.7
@@ -146,7 +146,7 @@
<!-- Checking whether or not the dependency has to be signed -->
<uptodate property="${varname}"
srcfile="${plugin.getDependencyPath(dep.Id)}"
- targetfile="${maven.abbot.dest.dir}/${filename}.jar"/>
+ targetfile="${maven.abbot.dest.jar.dir}/${filename}.jar"/>
<!-- Keeping this debug trace a while to ensure that the up-to-date
feature is working properly -->
<echo level="debug">${dep.id} is uptodate ?
${context.getVariable(varname) == true}</echo>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]