diff --git a/docs/manual/CoreTasks/import.html b/docs/manual/CoreTasks/import.html index ce927b9b6..63170692e 100644 --- a/docs/manual/CoreTasks/import.html +++ b/docs/manual/CoreTasks/import.html @@ -5,24 +5,31 @@
<project>
-tag.+ Imports another build file into the current project. +
+
+ On execution it will read another Ant file into
+ the same Project. This means that it basically works like the
+ Entity
+ Includes as explained in the Ant FAQ, as if the imported file was
+ contained in the importing file, minus the top <project>
+ tag.
+
+ The import task may only be used as a top-level task. This means that + it may not be used in a target. +
+
There are two further functional aspects that pertain to this task and
-that are not possible with entity includes:
+that are not possible with entity includes: