From 0a7fe91b227bb50c0f3c29b4a60f2adb2ead29fe Mon Sep 17 00:00:00 2001 From: Jamie Cameron Date: Mon, 1 Dec 2008 23:17:43 +0000 Subject: [PATCH] Remove jar file that doesn't need to be packages --- makedist.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/makedist.pl b/makedist.pl index 69059cee0..cbb6a9d8d 100755 --- a/makedist.pl +++ b/makedist.pl @@ -109,6 +109,7 @@ foreach $m (@mlist) { # Remove files that shouldn't be publicly available system("rm -rf $tardir/$dir/status/mailserver*"); +system("rm -rf $tardir/$dir/file/plugin.jar"); # Add other directories foreach $d (@dirlist) {