]> source.dussan.org Git - archiva.git/commitdiff
Brought back logback and slf4j
authorCarlos Sanchez Gonzalez <carlos@apache.org>
Thu, 9 Nov 2006 21:19:13 +0000 (21:19 +0000)
committerCarlos Sanchez Gonzalez <carlos@apache.org>
Thu, 9 Nov 2006 21:19:13 +0000 (21:19 +0000)
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@473075 13f79535-47bb-0310-9956-ffa450edef68

maven-meeper/src/bin/synchronize/m2-sync/conf/ch.qos.logback.sh [new file with mode: 0755]
maven-meeper/src/bin/synchronize/m2-sync/conf/ch.qos.logback.sh.bak [deleted file]
maven-meeper/src/bin/synchronize/m2-sync/conf/org.slf4j.sh [new file with mode: 0755]
maven-meeper/src/bin/synchronize/m2-sync/conf/org.slf4j.sh.bak [deleted file]

diff --git a/maven-meeper/src/bin/synchronize/m2-sync/conf/ch.qos.logback.sh b/maven-meeper/src/bin/synchronize/m2-sync/conf/ch.qos.logback.sh
new file mode 100755 (executable)
index 0000000..9300e24
--- /dev/null
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+# Sebastien Pennec sebastien@qos.ch
+# Ceki Gulcu ceki@qos.ch
+
+FROM=rsync://pixie.qos.ch/mvnrepo/ch/qos/logback
+TO=ch/qos/logback
+
+NO_SSH=true
diff --git a/maven-meeper/src/bin/synchronize/m2-sync/conf/ch.qos.logback.sh.bak b/maven-meeper/src/bin/synchronize/m2-sync/conf/ch.qos.logback.sh.bak
deleted file mode 100755 (executable)
index 9300e24..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-
-# Sebastien Pennec sebastien@qos.ch
-# Ceki Gulcu ceki@qos.ch
-
-FROM=rsync://pixie.qos.ch/mvnrepo/ch/qos/logback
-TO=ch/qos/logback
-
-NO_SSH=true
diff --git a/maven-meeper/src/bin/synchronize/m2-sync/conf/org.slf4j.sh b/maven-meeper/src/bin/synchronize/m2-sync/conf/org.slf4j.sh
new file mode 100755 (executable)
index 0000000..8e452ba
--- /dev/null
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+# Ceki Gulcu ceki@qos.ch
+
+FROM=rsync://pixie.qos.ch/mvnrepo/org/slf4j
+TO=org/slf4j
+
+NO_SSH=true
diff --git a/maven-meeper/src/bin/synchronize/m2-sync/conf/org.slf4j.sh.bak b/maven-meeper/src/bin/synchronize/m2-sync/conf/org.slf4j.sh.bak
deleted file mode 100755 (executable)
index 8e452ba..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-
-# Ceki Gulcu ceki@qos.ch
-
-FROM=rsync://pixie.qos.ch/mvnrepo/org/slf4j
-TO=org/slf4j
-
-NO_SSH=true