Fixed error in referencing maven.dependency.classpath

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114529 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
vmassol 2004-01-02 14:24:04 +00:00
parent 061173235c
commit 36b032ec24

View File

@ -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>