done rev 544798 Jan
>-----Ursprüngliche Nachricht----- >Von: Matt Haynes [mailto:[EMAIL PROTECTED] >Gesendet: Mittwoch, 6. Juni 2007 12:08 >An: Ant Developers List >Betreff: Re: AW: JSMin Ant Task > >Ok, not sure what happened there. Here is patch again: > >######### PATCH START ############# > >Index: external.xml >=================================================================== >--- external.xml (revision 544790) >+++ external.xml (working copy) >@@ -2110,7 +2110,42 @@ > </tr> > </table> > </subsection> >+ >+ <subsection name="JSMin Ant Task"> > >+ <p>The JSMin Ant task can be used for the automated >minification of javascript files >+ in your build and deploy processes.</p> >+ >+ <p>JSMin is a filter which removes comments and >unnecessary whitespace from javascript >+ files. It typically reduces filesize by half, resulting >in faster downloads.</p> >+ >+ <table class="externals"> >+ <tr> >+ <th>Compatibility:</th> >+ <td>Ant 1.65 or higher</td> >+ </tr> >+ <tr> >+ <th>URL:</th> >+ <td> >+ <a >+ >href="http://code.google.com/p/jsmin-ant-task/" >+ > >http://code.google.com/p/jsmin-ant-task/</a> >+ </td> >+ </tr> >+ <tr> >+ <th>Contact:</th> >+ <td> >+ <a >href="mailto:matt_at_matthaynes_dot_net">M. Haynes</a> >+ </td> >+ </tr> >+ <tr> >+ <th>License:</th> >+ <td>Apache License 2.0</td> >+ </tr> >+ </table> >+ </subsection> >+ >+ > <subsection name="JudoScript Ant Task"> > > <p>The <judoscript> task is an easy way to >embed JudoScript > >######### PATCH END ############# > >[EMAIL PROTECTED] wrote: >> The patch didnt come through. >> Could you send it inline? >> >> Jan >> >> >>> -----Ursprüngliche Nachricht----- >>> Von: Matthew Haynes [mailto:[EMAIL PROTECTED] >>> Gesendet: Dienstag, 5. Juni 2007 23:29 >>> An: dev@ant.apache.org >>> Betreff: JSMin Ant Task >>> >>> Hi there, >>> >>> I have written an external task for Ant. I would like to >offer it for >>> inclusion on the External Tools and Tasks page as it could prove >>> useful to others. >>> >>> The task is an interface to a minification program for javascript >>> files, something we do extensively in our deployment process when >>> using Ant. >>> >>> More info can be found at: http://code.google.com/p/jsmin-ant-task/ >>> >>> I have attached a patch for the external.xml file as >specified in the >>> FAQ. >>> >>> Many thanks, >>> >>> Matt >>> >>> >>> >>> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> >> > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]