Browse Source

Add EPP

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@825815 13f79535-47bb-0310-9956-ffa450edef68
master
Jan Materne 15 years ago
parent
commit
271df98a95
2 changed files with 75 additions and 0 deletions
  1. +50
    -0
      docs/external.html
  2. +25
    -0
      xdocs/external.xml

+ 50
- 0
docs/external.html View File

@@ -1819,6 +1819,56 @@
valign="top" align="left">
Common Public License 1.0
</td>
</tr>
</table>
<h4 class="subsection">
<a name="EPP Task"></a>
EPP Task
</h4>
<p>EPP Task is an easy preprocessor ant task.
The next directives are supported: #ifdef, #ifndef, #else,
#endif and #include.</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.4 and higher
</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://sourceforge.net/projects/epptask/">
http://sourceforge.net/projects/epptask/</a>
</td>
</tr>
<tr>
<th colspan="1" rowspan="1"
valign="top" align="left">
Contact:
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
Dmitriy Rykov
</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">


+ 25
- 0
xdocs/external.xml View File

@@ -926,6 +926,31 @@
</table>
</subsection>

<subsection name="EPP Task">
<p>EPP Task is an easy preprocessor ant task.
The next directives are supported: #ifdef, #ifndef, #else,
#endif and #include.</p>
<table class="externals">
<tr>
<th>Compatibility:</th>
<td>Ant 1.4 and higher</td>
</tr>
<tr>
<th>URL:</th>
<td><a href="http://sourceforge.net/projects/epptask/">
http://sourceforge.net/projects/epptask/</a></td>
</tr>
<tr>
<th>Contact:</th>
<td>Dmitriy Rykov</td>
</tr>
<tr>
<th>License:</th>
<td>Apache License 2.0</td>
</tr>
</table>
</subsection>

<subsection name="FMPP">
<p>FMPP is a general-purpose text file preprocessor tool that
uses FreeMarker templates. It is particularly designed for


Loading…
Cancel
Save