aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/common2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/common b/bin/common
index 3b7f226cb..1cb79fc14 100755
--- a/bin/common
+++ b/bin/common
@@ -58,7 +58,7 @@ function build_jar {
local sedjar="$3"
if [ "$sedjar" == "" ]; then
- sedjar="/.*\.jar/p"
+ sedjar="/tests/d; /javadoc/d; /.*\.jar/p"
fi
if [ "$jar" == "" ]; then