From af92579129943acac73542f4e05e1c7faeda0994 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Mon, 19 Nov 2012 18:04:49 +0100 Subject: o Adding logic to stop fetching pages when Gitorious returns non-XML response. o Adding support for self-signed certificates with https. o Moving client code to GitoriousClient. o Adding Nexus client and an importer that fetches all artifacts. o A nexus client that actually fetches the entire set of artifacts. --- config.properties.template | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 config.properties.template (limited to 'config.properties.template') diff --git a/config.properties.template b/config.properties.template new file mode 100755 index 0000000..5aba05e --- /dev/null +++ b/config.properties.template @@ -0,0 +1,4 @@ +gitorious.url= +gitorious.sessionValue= + +nexus.url= -- cgit v1.2.3