jvanzyl 02/03/27 00:15:34
Modified: src/templates/build build-maven.xml
Log:
Use 'maven-classpath' for the gump-descriptor target so that projects
do not have to define dom4j/dvsl/commons-io. I missed this one and will
fix the other project descriptors where I added these to make the
maven -> gump transformation work.
Revision Changes Path
1.14 +1 -1 jakarta-turbine-maven/src/templates/build/build-maven.xml
Index: build-maven.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/src/templates/build/build-maven.xml,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- build-maven.xml 26 Mar 2002 12:04:40 -0000 1.13
+++ build-maven.xml 27 Mar 2002 08:15:34 -0000 1.14
@@ -339,7 +339,7 @@
<taskdef name="dvsl" classname="org.apache.tools.dvsl.DVSLTask">
<classpath>
- <path refid="classpath"/>
+ <path refid="maven-classpath"/>
</classpath>
</taskdef>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>