git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@527828 13f79535-47bb-0310-9956-ffa450edef68master
@@ -3693,6 +3693,59 @@ | |||||
valign="top" align="left"> | valign="top" align="left"> | ||||
GNU LGPL | GNU LGPL | ||||
</td> | </td> | ||||
</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://info@javapreprocessor.com">info@javapreprocessor.com</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> | </tr> | ||||
</table> | </table> | ||||
<h4 class="subsection"> | <h4 class="subsection"> | ||||
@@ -1995,8 +1995,35 @@ | |||||
</table> | </table> | ||||
</subsection> | </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://info@javapreprocessor.com">info@javapreprocessor.com</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 | <p>Sometimes you are interested at runtime to have information | ||||
from build time. This may be the build date, a build number or | from build time. This may be the build date, a build number or | ||||
the version. The JReleaseInfo Ant Task generates a java | the version. The JReleaseInfo Ant Task generates a java | ||||