Browse Source

regenerate site

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@962988 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 15 years ago
parent
commit
f92367d75e
1 changed files with 63 additions and 4 deletions
  1. +63
    -4
      docs/external.html

+ 63
- 4
docs/external.html View File

@@ -23,9 +23,7 @@
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Apache Ant - External Tools and Tasks</title>
<link type="text/css" href="./page.css" rel="stylesheet">
<meta name="author" content="Stefan Bodewig">
<meta name="email" content="bodewig@apache.org">
</head>
</head>

<body>
<p class="navpath">
@@ -1449,6 +1447,67 @@
valign="top" align="left">
Apache License 2.0
</td>
</tr>
</table>
<h4 class="subsection">
<a name="Commons Configuration Ant Task"></a>
Commons Configuration Ant Task
</h4>
<p>A set of Ant task that help convert Apache Commons
Configuration property files into build properties, java Enum's
(that are populated at runtime), and any exportable property /
env file desired (e.g., csh, bash, bat, etc.).</p>
<p>This project provides the following tasks:
<ul>
<li><b>CreateEnumTask</b>: Creates a Java enum based on
commons configuration property files. </li>
<li><b>ExportPropertiesTask</b>: Exports commons
configuration properties to a external file in a using a
specified format.</li>
<li><b>LoadPropertiesTask</b>: Loads commons configuration
properties into pre-generated Java enum.</li>
</ul>
</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 and 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://code.google.com/p/commonsconfiganttask/">http://code.google.com/p/commonsconfiganttask/</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:ndunn.at.me.com">ndunn at me.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">
Apache License 2.0
</td>
</tr>
</table>
<h4 class="subsection">
@@ -6939,7 +6998,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
bundles 1.8.0 starting with NetBeans 6.9
bundles 1.8.0 starting with NetBeans 6.9; 1.8.1 for 6.9.1
</td>
</tr>
<tr>


Loading…
Cancel
Save