Author: jhm Date: Thu Apr 12 01:14:46 2007 New Revision: 527828 URL: http://svn.apache.org/viewvc?view=rev&rev=527828 Log: Add JPP - JavaPreProcessor.
Modified: ant/core/trunk/docs/external.html ant/core/trunk/xdocs/external.xml Modified: ant/core/trunk/docs/external.html URL: http://svn.apache.org/viewvc/ant/core/trunk/docs/external.html?view=diff&rev=527828&r1=527827&r2=527828 ============================================================================== --- ant/core/trunk/docs/external.html (original) +++ ant/core/trunk/docs/external.html Thu Apr 12 01:14:46 2007 @@ -3696,6 +3696,59 @@ </tr> </table> <h4 class="subsection"> + <a name="JPP"></a> + JPP + </h4> + <p> + <a href="http://www.javapreprocessor.com">JPP</a> is a preprocessor for Ant supporting + many different file types that allows you to include / exclude contents based on + build-time parameters. It is completely invisible to other tools and takes the hassle + out of maintaining customised code or content. It is free, is provided as an Ant task, + and very simple to use. + </p> + <table class="externals" cellspacing="1" cellpadding="4"> + <tr> + <th colspan="1" rowspan="1" + valign="top" align="left"> + Compatibility: + </th> + <td colspan="1" rowspan="1" + valign="top" align="left"> + Ant 1.6.5 + </td> + </tr> + <tr> + <th colspan="1" rowspan="1" + valign="top" align="left"> + URL: + </th> + <td colspan="1" rowspan="1" + valign="top" align="left"> + <a href="http://www.javapreprocessor.com">http://www.javapreprocessor.com</a> + </td> + </tr> + <tr> + <th colspan="1" rowspan="1" + valign="top" align="left"> + Contact: + </th> + <td colspan="1" rowspan="1" + valign="top" align="left"> + <a href="mailto://[EMAIL PROTECTED]">[EMAIL PROTECTED]</a> + </td> + </tr> + <tr> + <th colspan="1" rowspan="1" + valign="top" align="left"> + License: + </th> + <td colspan="1" rowspan="1" + valign="top" align="left"> + Freeware + </td> + </tr> + </table> + <h4 class="subsection"> <a name="JReleaseInfo"></a> JReleaseInfo </h4> Modified: ant/core/trunk/xdocs/external.xml URL: http://svn.apache.org/viewvc/ant/core/trunk/xdocs/external.xml?view=diff&rev=527828&r1=527827&r2=527828 ============================================================================== --- ant/core/trunk/xdocs/external.xml (original) +++ ant/core/trunk/xdocs/external.xml Thu Apr 12 01:14:46 2007 @@ -1995,8 +1995,35 @@ </table> </subsection> - <subsection name="JReleaseInfo"> + <subsection name="JPP"> + <p> + <a href="http://www.javapreprocessor.com">JPP</a> is a preprocessor for Ant supporting + many different file types that allows you to include / exclude contents based on + build-time parameters. It is completely invisible to other tools and takes the hassle + out of maintaining customised code or content. It is free, is provided as an Ant task, + and very simple to use. + </p> + <table class="externals"> + <tr> + <th>Compatibility:</th> + <td>Ant 1.6.5</td> + </tr> + <tr> + <th>URL:</th> + <td><a href="http://www.javapreprocessor.com">http://www.javapreprocessor.com</a></td> + </tr> + <tr> + <th>Contact:</th> + <td><a href="mailto://[EMAIL PROTECTED]">[EMAIL PROTECTED]</a></td> + </tr> + <tr> + <th>License:</th> + <td>Freeware</td> + </tr> + </table> + </subsection> + <subsection name="JReleaseInfo"> <p>Sometimes you are interested at runtime to have information from build time. This may be the build date, a build number or the version. The JReleaseInfo Ant Task generates a java --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]