|
From: Lukas T. <luk...@us...> - 2007-05-25 09:38:08
|
lukas_theussl 07/05/25 02:38:05
Modified: axis plugin.jelly
Log:
Add missing dependency.
Revision Changes Path
1.7 +1 -0 maven-plugins/axis/plugin.jelly
Index: plugin.jelly
===================================================================
RCS file: /cvsroot/maven-plugins/maven-plugins/axis/plugin.jelly,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- plugin.jelly 2 Feb 2005 13:45:48 -0000 1.6
+++ plugin.jelly 25 May 2007 09:38:05 -0000 1.7
@@ -12,6 +12,7 @@
<ant:classpath>
<ant:pathelement path="${plugin.getDependencyPath('axis:axis')}"/>
<ant:pathelement path="${plugin.getDependencyPath('axis:axis-ant')}"/>
+ <ant:pathelement path="${plugin.getDependencyPath('axis:axis-jaxrpc')}"/>
<ant:pathelement path="${plugin.getDependencyPath('xerces:xerces')}"/>
<ant:pathelement path="${plugin.getDependencyPath('xerces:xercesImpl')}"/>
<ant:pathelement path="${plugin.getDependencyPath('xml-apis')}"/>
|