[csw-devel] SF.net SVN: gar:[13120] csw/mgar/pkg/java/ajcio/trunk/Makefile
wbonnet at users.sourceforge.net
wbonnet at users.sourceforge.net
Sun Jan 30 17:50:41 CET 2011
Revision: 13120
http://gar.svn.sourceforge.net/gar/?rev=13120&view=rev
Author: wbonnet
Date: 2011-01-30 16:50:41 +0000 (Sun, 30 Jan 2011)
Log Message:
-----------
Fix uwatch regexp
Modified Paths:
--------------
csw/mgar/pkg/java/ajcio/trunk/Makefile
Modified: csw/mgar/pkg/java/ajcio/trunk/Makefile
===================================================================
--- csw/mgar/pkg/java/ajcio/trunk/Makefile 2011-01-30 14:52:09 UTC (rev 13119)
+++ csw/mgar/pkg/java/ajcio/trunk/Makefile 2011-01-30 16:50:41 UTC (rev 13120)
@@ -11,7 +11,7 @@
# Use jakarta sources
MASTER_SITES = http://apache.cict.fr/commons/$(SHORTNAME)/binaries/
-UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*)(-bin*).tar.gz
+UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*)(?:-bin*).tar.gz
# Set archive filename
DISTFILES = $(NAME)-$(VERSION)-bin.tar.gz
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list