diff options
Diffstat (limited to 'net-im/openfire/files/buildxml-3.4.1.patch')
-rw-r--r-- | net-im/openfire/files/buildxml-3.4.1.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/net-im/openfire/files/buildxml-3.4.1.patch b/net-im/openfire/files/buildxml-3.4.1.patch new file mode 100644 index 000000000000..eb52f286d250 --- /dev/null +++ b/net-im/openfire/files/buildxml-3.4.1.patch @@ -0,0 +1,20 @@ +--- build/build.xml 2007-04-13 21:00:32.000000000 +0000 ++++ build/build.xml 2007-04-16 23:11:05.000000000 +0000 +@@ -1133,7 +1133,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> +@@ -1143,7 +1143,7 @@ + + </target> + <target name="-plugins-impl-dev" if="plugin.dev.dir"> +- ++ <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"/> + |