diff --git a/docs/external.html b/docs/external.html index 31d47f0b7..f1960e23a 100644 --- a/docs/external.html +++ b/docs/external.html @@ -7053,7 +7053,7 @@ - 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 @@ -7083,7 +7083,7 @@ - Common Development and Distribution License + Common Development and Distribution License / GNU General Public License diff --git a/docs/faq.html b/docs/faq.html index 14f8ddafc..374d69e4d 100644 --- a/docs/faq.html +++ b/docs/faq.html @@ -757,7 +757,7 @@ Apache Ant version 1.6.2 compiled on July 16 2004

The core idea is using property files which name accords to the os-name. Then simply use the build-in property os.name.

-

For better use you should also provide a file with defaul values. +

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.