Author: jvanzyl
Date: Thu Nov 16 03:57:45 2006
New Revision: 475697
URL: http://svn.apache.org/viewvc?view=rev&rev=475697
Log:
o add the date to the name as well so they sort in the order they were executed
in time
Added:
maven/archiva/trunk/maven-meeper/src/bin/fixes/2006-11-16-m1-m2-plugin-conversion.sh
(with props)
Removed:
maven/archiva/trunk/maven-meeper/src/bin/fixes/m1-m2-plugin-conversion.sh
Added:
maven/archiva/trunk/maven-meeper/src/bin/fixes/2006-11-16-m1-m2-plugin-conversion.sh
URL:
http://svn.apache.org/viewvc/maven/archiva/trunk/maven-meeper/src/bin/fixes/2006-11-16-m1-m2-plugin-conversion.sh?view=auto&rev=475697
==============================================================================
---
maven/archiva/trunk/maven-meeper/src/bin/fixes/2006-11-16-m1-m2-plugin-conversion.sh
(added)
+++
maven/archiva/trunk/maven-meeper/src/bin/fixes/2006-11-16-m1-m2-plugin-conversion.sh
Thu Nov 16 03:57:45 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/2006-11-16-m1-m2-plugin-conversion.sh
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
maven/archiva/trunk/maven-meeper/src/bin/fixes/2006-11-16-m1-m2-plugin-conversion.sh
------------------------------------------------------------------------------
svn:keywords = "Author Date Id Revision"