summaryrefslogtreecommitdiff
blob: ce2c8b38abff6379f92c304bf49689edc754965d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
diff --git a/build/build.xml b/build/build.xml
index fc3b75f..4eacc95 100644
--- a/build/build.xml
+++ b/build/build.xml
@@ -1244,6 +1244,7 @@
     </target>
     <target name="-plugins-impl" if="dirlist">
 
+        <taskdef classname="net.sf.antcontrib.logic.For" name="for"/>
         <!-- For each plugin in the main src dir, call the 'buildplugin' macro -->
         <for list="${dirlist}" param="plugin" trim="true">
             <sequential>
@@ -1262,6 +1263,7 @@
     </target>
     <target name="-plugins-impl-dev" if="plugin.dev.dir" depends="anttasks">
 
+        <taskdef classname="net.sf.antcontrib.logic.For" name="for"/>
         <!-- Get a list of plugins in the optional dev dir -->
         <subdirinfo dir="${plugin.dev.dir}" property="dirlist2" ifexists="plugin.xml"/>