Browse Source

New external Task PRes.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275536 13f79535-47bb-0310-9956-ffa450edef68
master
Jan Materne 22 years ago
parent
commit
d16990e9cb
2 changed files with 73 additions and 0 deletions
  1. +49
    -0
      docs/external.html
  2. +24
    -0
      xdocs/external.xml

+ 49
- 0
docs/external.html View File

@@ -2574,6 +2574,55 @@
valign="top" align="left"> valign="top" align="left">
Apache Software Foundation License Apache Software Foundation License
</td> </td>
</tr>
</table>
<h4 class="subsection">
<a name="PRes"></a>
PRes
</h4>
<p>PRes is short for Property Resources and will generate a Java source
file from name=value pair .property files which can be compiled like any
other class.</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.5 and later (may work with earlier)
</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://mseries.sourceforge.net">http://mseries.sourceforge.net</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="http://web.ukonline.co.uk/mseries/contact.html">MSeries</a>
</td>
</tr>
<tr>
<th colspan="1" rowspan="1"
valign="top" align="left">
License:
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
LGPL
</td>
</tr> </tr>
</table> </table>
<h4 class="subsection"> <h4 class="subsection">


+ 24
- 0
xdocs/external.xml View File

@@ -1357,6 +1357,30 @@
</table> </table>
</subsection> </subsection>


<subsection name="PRes">
<p>PRes is short for Property Resources and will generate a Java source
file from name=value pair .property files which can be compiled like any
other class.</p>
<table class="externals">
<tr>
<th>Compatibility:</th>
<td>Ant 1.5 and later (may work with earlier)</td>
</tr>
<tr>
<th>URL:</th>
<td><a href="http://mseries.sourceforge.net">http://mseries.sourceforge.net</a></td>
</tr>
<tr>
<th>Contact:</th>
<td><a href="http://web.ukonline.co.uk/mseries/contact.html">MSeries</a></td>
</tr>
<tr>
<th>License:</th>
<td>LGPL</td>
</tr>
</table>
</subsection>

<subsection name="ProGuard"> <subsection name="ProGuard">
<p><a href="http://proguard.sourceforge.net/">ProGuard</a> is <p><a href="http://proguard.sourceforge.net/">ProGuard</a> is
a free Java class file shrinker and obfuscator. It can detect a free Java class file shrinker and obfuscator. It can detect


Loading…
Cancel
Save