plynch 2002/07/18 13:39:49
Modified: src/plugins-build/pdf plugin.jelly
Log:
Fixing goal names to more closely match our 'standard'
Revision Changes Path
1.2 +5 -4 jakarta-turbine-maven/src/plugins-build/pdf/plugin.jelly
Index: plugin.jelly
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/pdf/plugin.jelly,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- plugin.jelly 14 Jul 2002 19:09:29 -0000 1.1
+++ plugin.jelly 18 Jul 2002 20:39:49 -0000 1.2
@@ -4,10 +4,10 @@
<goal
name="fo"
- prereqs="do-fo"
+ prereqs="fo:fo"
description="Generate XSL:FO project documentation"/>
- <goal name="do-fo">
+ <goal name="fo:fo" description="Generate XSL:FO project documentation">
<mkdir dir="${maven.docs.dest}"/>
@@ -35,10 +35,11 @@
<goal
name="pdf"
- prereqs="fo, do-pdf"
+ prereqs="fo,pdf:pdf"
description="Generate PDF project documentation"/>
- <goal name="do-pdf">
+ <goal name="pdf:pdf" description="Generate PDF project documentation"
+ prereqs="fo">
<java classname="org.apache.fop.apps.Fop" fork="yes">
<classpath>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>