From: Jeff J. <jef...@us...> - 2006-07-30 22:33:00
|
jeffjensen 06/07/30 15:32:57 Modified: jaxb plugin.jelly Log: Have ant classpath correctly use dependency classpath. Issue 1336145. Patch by "brice_c". Revision Changes Path 1.5 +1 -1 maven-plugins/jaxb/plugin.jelly Index: plugin.jelly =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/jaxb/plugin.jelly,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- plugin.jelly 24 Sep 2005 10:10:29 -0000 1.4 +++ plugin.jelly 30 Jul 2006 22:32:57 -0000 1.5 @@ -30,7 +30,7 @@ excludes="${maven.jaxb.binding.excludes}"/> <ant:classpath> <ant:pathelement path="${maven.build.dest}" /> - <ant:pathelement path="${maven.dependency.classpath}" /> + <ant:path refid="maven.dependency.classpath" /> </ant:classpath> </xjc> <ant:touch file="${maven.jaxb.build.dir}/.flagfile" /> |