Author: eugene-guest Date: 2013-09-07 19:03:02 +0000 (Sat, 07 Sep 2013) New Revision: 17200
Modified: trunk/saxonhe/debian/orig-tar.sh Log: two packages dropped from upstream tarball Modified: trunk/saxonhe/debian/orig-tar.sh =================================================================== --- trunk/saxonhe/debian/orig-tar.sh 2013-09-04 17:49:47 UTC (rev 17199) +++ trunk/saxonhe/debian/orig-tar.sh 2013-09-07 19:03:02 UTC (rev 17200) @@ -7,7 +7,7 @@ TAG="$VERSION" svn export https://www.saxonica.co.uk/repos/archive/opensource/tags/${TAG}/hej/ $SRC_DIR -tar -c -z -f $TAR --exclude 'net/sf/saxon/dotnet' --exclude 'net/sf/saxon/option' $SRC_DIR +tar -c -z -f $TAR --exclude 'net/sf/saxon/dotnet' --exclude 'net/sf/saxon/option' --exclude 'javax' --exclude 'net/sf/saxon/xqj' $SRC_DIR rm -rf $DIR ../$TAG # move to directory 'tarballs' _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

