This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch experimental in repository eclipse-pydev.
commit 873268149e488ec86f8719795f99e3fc0ec6e116 Author: Markus Koschany <[email protected]> Date: Fri Feb 27 18:04:17 2015 +0100 Also remove prebuilt exe files from source --- debian/fetch-pydev.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/fetch-pydev.sh b/debian/fetch-pydev.sh index a1f7170..bd21cdb 100755 --- a/debian/fetch-pydev.sh +++ b/debian/fetch-pydev.sh @@ -33,7 +33,7 @@ rm -rf builders make_release.py fix_new_lines.py rm -rf plugins/org.python.pydev.core/lib # No binary junk, please -find -type f -iregex '.*/.*\.\(jar\|so\|dll\)' -delete +find -type f -iregex '.*/.*\.\(jar\|so\|exe\|dll\)' -delete rm -f plugins/org.python.pydev/tests/pysrc/configobj-*.egg # Bye bye, bundled Jython -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/eclipse-pydev.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

