Author: bodewig
Date: Mon Aug 4 03:17:57 2008
New Revision: 682312
URL: http://svn.apache.org/viewvc?rev=682312&view=rev
Log:
re-generate site
Modified:
ant/core/trunk/docs/external.html
ant/core/trunk/docs/faq.html
Modified: ant/core/trunk/docs/external.html
URL:
http://svn.apache.org/viewvc/ant/core/trunk/docs/external.html?rev=682312&r1=682311&r2=682312&view=diff
==============================================================================
--- ant/core/trunk/docs/external.html (original)
+++ ant/core/trunk/docs/external.html Mon Aug 4 03:17:57 2008
@@ -7053,7 +7053,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
- bundles 1.6.5 for NetBeans 5.0 and 5.5; 1.7.0 for NetBeans 6.0
+ bundles 1.7.0 for NetBeans 6.0 and 6.1, 1.7.1 for 6.5
</td>
</tr>
<tr>
@@ -7083,7 +7083,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
- Common Development and Distribution License
+ Common Development and Distribution License / GNU General Public
License
</td>
</tr>
</table>
Modified: ant/core/trunk/docs/faq.html
URL:
http://svn.apache.org/viewvc/ant/core/trunk/docs/faq.html?rev=682312&r1=682311&r2=682312&view=diff
==============================================================================
--- ant/core/trunk/docs/faq.html (original)
+++ ant/core/trunk/docs/faq.html Mon Aug 4 03:17:57 2008
@@ -757,7 +757,7 @@
</p>
<p>The core idea is using property files which name accords
to the
os-name. Then simply use the build-in property <tt>os.name</tt>.</p>
- <p>For better use you should also provide a file with
defaul values.
+ <p>For better use you should also provide a file with
default values.
But be careful with the correct os-names. For test simply <echo>
the ${os.name} on all machines and you can be sure to use the right
file names.</p>