You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by do...@apache.org on 2014/03/31 22:23:38 UTC

[2/5] git commit: Remove duplicate -keep parameter passed to the underlying tool

Remove duplicate -keep parameter passed to the underlying tool


Project: http://git-wip-us.apache.org/repos/asf/buildr/repo
Commit: http://git-wip-us.apache.org/repos/asf/buildr/commit/8f76d43c
Tree: http://git-wip-us.apache.org/repos/asf/buildr/tree/8f76d43c
Diff: http://git-wip-us.apache.org/repos/asf/buildr/diff/8f76d43c

Branch: refs/heads/master
Commit: 8f76d43cf7cc6d1e5ac3dd8984113db4978d5852
Parents: 7c8b372
Author: Peter Donald <pe...@realityforge.org>
Authored: Sun Mar 30 13:03:27 2014 +1100
Committer: Peter Donald <pe...@realityforge.org>
Committed: Tue Apr 1 07:21:47 2014 +1100

----------------------------------------------------------------------
 addon/buildr/wsgen.rb | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/buildr/blob/8f76d43c/addon/buildr/wsgen.rb
----------------------------------------------------------------------
diff --git a/addon/buildr/wsgen.rb b/addon/buildr/wsgen.rb
index f773f54..4404628 100644
--- a/addon/buildr/wsgen.rb
+++ b/addon/buildr/wsgen.rb
@@ -80,7 +80,6 @@ module Buildr
             args << intermediate_dir
             args << "-r"
             args << "#{base_wsdl_dir}/META-INF/wsdl"
-            args << "-keep"
             args << "-s"
             args << java_dir
             args << "-cp"