I really didn't mean to include those. I'll remove them now.
Reason being is I haven't fully gotten maven:pdf to run in my set up.....
--
dIon Gillard, Multitask Consulting
Work: http://www.multitask.com.au
Developers: http://adslgateway.multitask.com.au/developers
| "Pete Kazmier" <[EMAIL PROTECTED]>
04/30/02 07:36 PM
|
To: [EMAIL PROTECTED] cc: Subject: Re: cvs commit: jakarta-turbine-maven project.xml |
You'll want to add these 'jars.list' so the JARs are included with the
installation of Maven; otherwise, the only project you'll be able to
make PDF docs for is Maven itself.
On Tue, Apr 30, 2002 at 04:11:21AM -0000, [EMAIL PROTECTED] wrote:
> +
> + <dependency>
> + <name>fop</name>
> + <type>documentation</type>
> + <version>0.20.3</version>
> + <jar>fop-0.20.3.jar</jar>
> + <url>http://xml.apache.org/fop/</url>
> + </dependency>
[snip]
> + <dependency>
> + <name>xalan</name>
> + <type>documentation</type>
> + <version>2.0.0</version>
> + <jar>xalan-2.0.0.jar</jar>
> + <url>http://xml.apache.org/xalan/</url>
> + </dependency>
> +
