[xsom] 01/01: remove generated files on tarball build

Timo Aaltonen tjaalton-guest at moszumanska.debian.org
Tue Jun 17 18:55:21 UTC 2014


This is an automated email from the git hooks/post-receive script.

tjaalton-guest pushed a commit to branch master
in repository xsom.

commit eb43977f4d25c32f68617dd12470dbf16bdd7370
Author: Timo Aaltonen <tjaalton at ubuntu.com>
Date:   Tue Jun 17 21:54:17 2014 +0300

    remove generated files on tarball build
---
 debian/orig-tar.sh | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
index 41e96c8..f144610 100755
--- a/debian/orig-tar.sh
+++ b/debian/orig-tar.sh
@@ -15,6 +15,13 @@ XZ_OPT=--best tar -c -J -f $TAR \
     --exclude '.project' \
     --exclude '.classpath' \
     --exclude 'lib' \
+    --exclude 'src/com/sun/xml/xsom/impl/scd/ParseException.java' \
+    --exclude 'src/com/sun/xml/xsom/impl/scd/SCDParser.java' \
+    --exclude 'src/com/sun/xml/xsom/impl/scd/SCDParserConstants.java' \
+    --exclude 'src/com/sun/xml/xsom/impl/scd/SCDParserTokenManager.java' \
+    --exclude 'src/com/sun/xml/xsom/impl/scd/SimpleCharStream.java' \
+    --exclude 'src/com/sun/xml/xsom/impl/scd/Token.java' \
+    --exclude 'src/com/sun/xml/xsom/impl/scd/TokenMgrError.java' \
     $DIR
 rm -rf $DIR ../$TAG
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/xsom.git



More information about the pkg-java-commits mailing list