File xdoclet-maven-plugin-template.patch of Package xdoclet
--- modules/xdoclet/src/xdoclet/modules/maven/resources/mavenplugin.xdt.sav 2007-04-17 13:01:57.000000000 +0200
+++ modules/xdoclet/src/xdoclet/modules/maven/resources/mavenplugin.xdt 2007-04-17 13:02:35.000000000 +0200
@@ -15,14 +15,14 @@
<classpath>
<path refid="maven.dependency.classpath"/>
- <pathelement path="${plugin.getDependencyPath('xdoclet:xdoclet-<XDtMavenplugin:moduleName/>-module')}"/>
+ <pathelement path="${plugin.getDependencyPath('JPP:xdoclet-<XDtMavenplugin:moduleName/>-module')}"/>
- <pathelement path="${plugin.getDependencyPath('xdoclet:xdoclet')}"/>
- <pathelement path="${plugin.getDependencyPath('xjavadoc:xjavadoc')}"/>
- <pathelement path="${plugin.getDependencyPath('xdoclet:xdoclet-xdoclet-module')}"/>
- <pathelement path="${plugin.getDependencyPath('commons-collections:commons-collections')}"/>
- <pathelement path="${plugin.getDependencyPath('commons-logging:commons-logging')}"/>
- <pathelement path="${plugin.getDependencyPath('log4j:log4j')}"/>
+ <pathelement path="${plugin.getDependencyPath('JPP:xdoclet')}"/>
+ <pathelement path="${plugin.getDependencyPath('JPP:xjavadoc')}"/>
+ <pathelement path="${plugin.getDependencyPath('JPP:xdoclet-xdoclet-module')}"/>
+ <pathelement path="${plugin.getDependencyPath('JPP:commons-collections')}"/>
+ <pathelement path="${plugin.getDependencyPath('JPP:commons-logging')}"/>
+ <pathelement path="${plugin.getDependencyPath('JPP:log4j')}"/>
</classpath>
</taskdef>