From 5741bedf4c211da01b009b90687f27f0bbcf9d2d Mon Sep 17 00:00:00 2001
From: Peter Reilly
+ 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
+ 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:Import
-Description
-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.
-
+ Import
+ Description
+ <project>
+ tag.
+
+that are not possible with entity includes:
+
-