[pkg-java] r9704 - trunk/plexus-active-collections/debian
Ludovic Claude
ludovicc-guest at alioth.debian.org
Wed Aug 5 21:51:52 UTC 2009
Author: ludovicc-guest
Date: 2009-08-05 21:51:52 +0000 (Wed, 05 Aug 2009)
New Revision: 9704
Modified:
trunk/plexus-active-collections/debian/orig-tar.sh
Log:
* New version
Modified: trunk/plexus-active-collections/debian/orig-tar.sh
===================================================================
--- trunk/plexus-active-collections/debian/orig-tar.sh 2009-08-05 21:50:14 UTC (rev 9703)
+++ trunk/plexus-active-collections/debian/orig-tar.sh 2009-08-05 21:51:52 UTC (rev 9704)
@@ -3,7 +3,7 @@
VERSION=$2
TAR=../plexus-active-collections_$VERSION.orig.tar.gz
DIR=plexus-active-collections-$VERSION
-TAG=$(echo "plexus-active-collections-$VERSION" | sed -e's/~(alpha|beta)/-\1-/')
+TAG=$(echo "plexus-active-collections-$VERSION" | sed -re's/~(alpha|beta)/-\1-/')
svn export http://svn.codehaus.org/plexus/tags/${TAG}/ $DIR
tar -c -z -f $TAR $DIR
More information about the pkg-java-commits
mailing list