[Qt-jambi-interest] [PATCH 1/5] New file antcontrib.properties

Francis Galiegue fgaliegue at gmail.com
Tue Dec 22 06:24:05 CET 2009


This file defines two properties:

* antcontrib.download.url: where the ant-contrib binary distribution is
  downloaded from;
* antcontrib.jar.location: where, in the binary distribution, the ant-contrib
  jar is located.

Signed-off-by: Francis Galiegue <fgaliegue at gmail.com>
---
 antcontrib.properties |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)
 create mode 100644 antcontrib.properties

diff --git a/antcontrib.properties b/antcontrib.properties
new file mode 100644
index 0000000..4fe3a7a
--- /dev/null
+++ b/antcontrib.properties
@@ -0,0 +1,14 @@
+#
+# This file contains the necessary properties to download ant-contrib and have
+# it known throughout the build system.
+
+#
+# Where to download it from:
+#
+antcontrib.download.url = http://downloads.sourceforge.net/project/ant-contrib/ant-contrib/1.0b3/ant-contrib-1.0b3-bin.zip
+
+#
+# The location of the ant-contrib.jar in the zip file, relative to the "root" of
+# the archive:
+#
+antcontrib.jar.location = ant-contrib/ant-contrib-1.0b3.jar
-- 
1.6.6.rc3




More information about the Qt-jambi-interest mailing list