[codeface] [PATCH 06/27] Add configuration file for Apache Ivy

  • From: <wolfgang.mauerer@xxxxxxxxxxxxxxxxx>
  • To: <codeface@xxxxxxxxxxxxx>
  • Date: Sun, 27 Sep 2015 02:28:02 +0200

From: Wolfgang Mauerer <wolfgang.mauerer@xxxxxxxxxxx>

Proximity mode is used because the project does not use
DCO or Apache tags.

Signed-off-by: Wolfgang Mauerer <wolfgang.mauerer@xxxxxxxxxxxxxxxxx>
---
conf/ivy.conf | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
create mode 100644 conf/ivy.conf

diff --git a/conf/ivy.conf b/conf/ivy.conf
new file mode 100644
index 0000000..168c305
--- /dev/null
+++ b/conf/ivy.conf
@@ -0,0 +1,20 @@
+# -*- yaml -*-
+# codeface configuration for Apache Ivy
+# Copyright 2015, Wolfgang Mauerer
+#
+# Copying and distribution of this file, with or without modification,
+# are permitted in any medium without royalty provided the copyright
+# notice and this notice are preserved. This file is offered as-is,
+# without any warranty.
+
+# Repository: https://git-wip-us.apache.org/repos/asf/ant-ivy.git
+
+---
+project: ivy
+repo: ant-ivy # Relative to git-dir as specified on the command line
+description: Apache Ivy, an agile dependency manager
+
+revisions: [ "1.4.1", "2.0.0", "2.1.0", "2.2.0", "2.3.0", "2.4.0" ]
+rcs: [ "", "2.0.0-rc1", "2.1.0-rc1", "2.2.0-rc1", "2.3.0-rc1", "2.4.0-rc1" ]
+
+tagging: proximity
--
2.1.4


Other related posts:

  • » [codeface] [PATCH 06/27] Add configuration file for Apache Ivy - wolfgang.mauerer