diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2010-12-01 23:01:06 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2010-12-01 23:01:06 +0000 |
commit | d32b3c906aaafe22388c49c3f1660d6f2f84c2d6 (patch) | |
tree | 9415605f23058d42db1293aeb09ba57658208434 /net-im/openfire | |
parent | 5049f6ae836487351a58ad178e91f38355ca1c98 (diff) |
Notes
Diffstat (limited to 'net-im/openfire')
-rw-r--r-- | net-im/openfire/files/patch-build-build.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net-im/openfire/files/patch-build-build.xml b/net-im/openfire/files/patch-build-build.xml new file mode 100644 index 000000000000..341c52a77fb7 --- /dev/null +++ b/net-im/openfire/files/patch-build-build.xml @@ -0,0 +1,10 @@ +--- build/build.xml.orig 2010-10-27 04:53:55.000000000 -0700 ++++ build/build.xml 2010-10-27 04:54:13.000000000 -0700 +@@ -224,6 +224,7 @@ + <or> + <contains string="${ant.version}" substring="1.6"/> + <contains string="${ant.version}" substring="1.7"/> ++ <contains string="${ant.version}" substring="1.8"/> + </or> + </not> + </condition> |