Author: jvanzyl
Date: Thu Nov 16 03:56:49 2006
New Revision: 475695
URL: http://svn.apache.org/viewvc?view=rev&rev=475695
Log:
o catalog of little fixes that have been run
Added:
maven/archiva/trunk/maven-meeper/src/bin/fixes/
maven/archiva/trunk/maven-meeper/src/bin/fixes/README.txt (with props)
maven/archiva/trunk/maven-meeper/src/bin/fixes/m1-m2-plugin-conversion.sh
(with props)
Added: maven/archiva/trunk/maven-meeper/src/bin/fixes/README.txt
URL:
http://svn.apache.org/viewvc/maven/archiva/trunk/maven-meeper/src/bin/fixes/README.txt?view=auto&rev=475695
==============================================================================
--- maven/archiva/trunk/maven-meeper/src/bin/fixes/README.txt (added)
+++ maven/archiva/trunk/maven-meeper/src/bin/fixes/README.txt Thu Nov 16
03:56:49 2006
@@ -0,0 +1,2 @@
+These are little fixes that are one offs that need to be run to correct
+problems with faulty conversions or syncing errors.
Propchange: maven/archiva/trunk/maven-meeper/src/bin/fixes/README.txt
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: maven/archiva/trunk/maven-meeper/src/bin/fixes/README.txt
------------------------------------------------------------------------------
svn:keywords = "Author Date Id Revision"
Added: maven/archiva/trunk/maven-meeper/src/bin/fixes/m1-m2-plugin-conversion.sh
URL:
http://svn.apache.org/viewvc/maven/archiva/trunk/maven-meeper/src/bin/fixes/m1-m2-plugin-conversion.sh?view=auto&rev=475695
==============================================================================
--- maven/archiva/trunk/maven-meeper/src/bin/fixes/m1-m2-plugin-conversion.sh
(added)
+++ maven/archiva/trunk/maven-meeper/src/bin/fixes/m1-m2-plugin-conversion.sh
Thu Nov 16 03:56:49 2006
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+# Thu Nov 16 06:55:11 EST 2006
+# A little script which gets rid of *.plugin files that were created by
Archiva by mistake. We
+# don't want to convert Maven 1.x plugins to Maven 2.x plugins as they won't
even run. Bad Jelly, bad.
+
+find . -name '*.plugin' -exec rm -f {} \;
Propchange:
maven/archiva/trunk/maven-meeper/src/bin/fixes/m1-m2-plugin-conversion.sh
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
maven/archiva/trunk/maven-meeper/src/bin/fixes/m1-m2-plugin-conversion.sh
------------------------------------------------------------------------------
svn:keywords = "Author Date Id Revision"