vmassol 2004/01/02 06:24:04
Modified: aspectwerkz plugin.jelly
Log:
Fixed error in referencing maven.dependency.classpath
Revision Changes Path
1.13 +1 -1 maven-plugins/aspectwerkz/plugin.jelly
Index: plugin.jelly
===================================================================
RCS file: /home/cvs/maven-plugins/aspectwerkz/plugin.jelly,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- plugin.jelly 2 Jan 2004 14:09:03 -0000 1.12
+++ plugin.jelly 2 Jan 2004 14:24:04 -0000 1.13
@@ -49,7 +49,7 @@
</j:choose>
<path id="classpath.compile">
- <ant:pathelement location="${maven.dependency.classpath}"/>
+ <ant:path refid="maven.dependency.classpath"/>
<ant:pathelement
location="${plugin.getDependencyPath('aspectwerkz:aspectwerkz')}"/>
</path>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]