Browse Source

Add pointer to properties2java task

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278399 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 20 years ago
parent
commit
0ff74f9f7e
3 changed files with 76 additions and 0 deletions
  1. +49
    -0
      docs/external.html
  2. +1
    -0
      docs/projects/index.html
  3. +26
    -0
      xdocs/external.xml

+ 49
- 0
docs/external.html View File

@@ -4125,6 +4125,55 @@
valign="top" align="left">
GNU General Public License
</td>
</tr>
</table>
<h4 class="subsection">
<a name="properties2java"></a>
properties2java
</h4>
<p>Properties2Java is an Ant task for automatic conversion of
java ".properties" files to ".java" files extending the
java.util.ListResourceBundle.</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 or above
</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://properties2java.jayefem.de/">http://properties2java.jayefem.de/</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:properties2java@jayefem.de">properties2java@jayefem.de</a>
</td>
</tr>
<tr>
<th colspan="1" rowspan="1"
valign="top" align="left">
License:
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
Apache Software License 2.0
</td>
</tr>
</table>
<h4 class="subsection">


+ 1
- 0
docs/projects/index.html View File

@@ -131,3 +131,4 @@





+ 26
- 0
xdocs/external.xml View File

@@ -2240,6 +2240,32 @@
</table>
</subsection>

<subsection name="properties2java">

<p>Properties2Java is an Ant task for automatic conversion of
java ".properties" files to ".java" files extending the
java.util.ListResourceBundle.</p>

<table class="externals">
<tr>
<th>Compatibility:</th>
<td>Ant 1.6 or above</td>
</tr>
<tr>
<th>URL:</th>
<td><a href="http://properties2java.jayefem.de/">http://properties2java.jayefem.de/</a></td>
</tr>
<tr>
<th>Contact:</th>
<td><a href="mailto:properties2java@jayefem.de">properties2java@jayefem.de</a></td>
</tr>
<tr>
<th>License:</th>
<td>Apache Software License 2.0</td>
</tr>
</table>
</subsection>

<subsection name="Purge">

<p>Purge deletes all but the most recent few files from a fileset.


Loading…
Cancel
Save