[netbeans] 01/01: orig-tar.sh: Remove embedded jquery.js files
Markus Koschany
apo-guest at moszumanska.debian.org
Mon Sep 14 17:07:12 UTC 2015
This is an automated email from the git hooks/post-receive script.
apo-guest pushed a commit to branch master
in repository netbeans.
commit 2129f33f462ea45a72a2f47ddc6b07f73b8da73c
Author: Markus Koschany <apo at gambaru.de>
Date: Mon Sep 14 19:06:16 2015 +0200
orig-tar.sh: Remove embedded jquery.js files
---
debian/orig-tar.sh | 3 +++
1 file changed, 3 insertions(+)
diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
index 5a6d2a3..229a67e 100755
--- a/debian/orig-tar.sh
+++ b/debian/orig-tar.sh
@@ -125,6 +125,9 @@ find $BASE/ -name "*.out" -type f -delete
# Remove minified Javascript files.
find $BASE/ -name "*min.js" -type f -delete
+# Remove embedded jquery versions
+find $BASE/ -name "jquery.js" -type f -delete
+
# Remove zip files. We'll have to reproduce some.
find $BASE/ -name "*.zip" -type f -delete
find $BASE/ -name "*.cap" -type f -delete
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/netbeans.git
More information about the pkg-java-commits
mailing list