Repository: buildr
Updated Branches:
  refs/heads/master 7778888d2 -> 5ba7e9a50


Set the OPEN_IN_BROWSER to false when building idea launch targets via 
add_glassfish_remote_configuration.


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

Branch: refs/heads/master
Commit: 5ba7e9a50a28c20808e131e8c5c76f44b4dee16b
Parents: 7778888
Author: Peter Donald <[email protected]>
Authored: Thu Jan 19 13:13:26 2017 +1100
Committer: Peter Donald <[email protected]>
Committed: Thu Jan 19 13:13:26 2017 +1100

----------------------------------------------------------------------
 CHANGELOG              | 1 +
 lib/buildr/ide/idea.rb | 1 +
 2 files changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/buildr/blob/5ba7e9a5/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 56d06cd..ec9cef6 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -6,6 +6,7 @@
 * Fixed:  BUILDR-718 Deprecate SVN repository - remove links to SVN
 * Change: BUILDR-724 Use scalamain to call scala projects
 * Change: BUILDR-719 Change User-Agent when uploading artifacts
+* Change: Set the OPEN_IN_BROWSER to false when building idea launch targets 
via add_glassfish_remote_configuration.
 
 1.5.0 (2016-09-23)
 * Change: Update RJB to 1.5.4

http://git-wip-us.apache.org/repos/asf/buildr/blob/5ba7e9a5/lib/buildr/ide/idea.rb
----------------------------------------------------------------------
diff --git a/lib/buildr/ide/idea.rb b/lib/buildr/ide/idea.rb
index f1561c5..e275ee7 100644
--- a/lib/buildr/ide/idea.rb
+++ b/lib/buildr/ide/idea.rb
@@ -1081,6 +1081,7 @@ module Buildr #:nodoc:
         add_to_composite_component(self.configurations) do |xml|
           xml.configuration(:name => configuration_name, :type => 
'GlassfishConfiguration', :factoryName => 'Remote', :default => false, 
:APPLICATION_SERVER_NAME => server_name) do |xml|
             xml.option(:name => 'LOCAL', :value => 'false')
+            xml.option(:name => 'OPEN_IN_BROWSER', :value => 'false')
             xml.option(:name => 'UPDATING_POLICY', :value => 
'hot-swap-classes')
 
             xml.deployment do |deployment|

Reply via email to