This is an automated email from the ASF dual-hosted git repository.

neilcsmith pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git


The following commit(s) were added to refs/heads/master by this push:
     new 086c43b  [NETBEANS-2788] The link provided for downloading Groovy is 
obsolete (#1477)
086c43b is described below

commit 086c43bd417523c811ef624071e1f37388f5fe38
Author: Rami Swailem <[email protected]>
AuthorDate: Wed Sep 18 17:19:55 2019 +0200

    [NETBEANS-2788] The link provided for downloading Groovy is obsolete (#1477)
    
    * Update SupportPanel.java
    
    * Update Bundle.properties
    
    * Update Bundle.properties
---
 .../src/org/netbeans/modules/groovy/support/Bundle.properties           | 2 +-
 .../src/org/netbeans/modules/groovy/support/options/Bundle.properties   | 2 +-
 .../src/org/netbeans/modules/groovy/support/options/SupportPanel.java   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/groovy/groovy.support/src/org/netbeans/modules/groovy/support/Bundle.properties
 
b/groovy/groovy.support/src/org/netbeans/modules/groovy/support/Bundle.properties
index 996dec6..ab92e53 100644
--- 
a/groovy/groovy.support/src/org/netbeans/modules/groovy/support/Bundle.properties
+++ 
b/groovy/groovy.support/src/org/netbeans/modules/groovy/support/Bundle.properties
@@ -36,7 +36,7 @@ OpenIDE-Module-Display-Category=Tools
 OpenIDE-Module-Short-Description=Enables editing and running of scripts 
written in Groovy language.
 OpenIDE-Module-Long-Description=The Groovy Support module enables editing and 
running of \
 user application files written in Groovy language. This module requires groovy 
installation \
-on the computer. Groovy home page: http://groovy.codehaus.org/
+on the computer. Groovy home page: https://groovy.apache.org/download.html
 
 #MakeGroovyWebApp
 CTL_MakeGroovyWebAppAction=Make WebApp Groovy Compliant
diff --git 
a/groovy/groovy.support/src/org/netbeans/modules/groovy/support/options/Bundle.properties
 
b/groovy/groovy.support/src/org/netbeans/modules/groovy/support/options/Bundle.properties
index 2fd155b..b2aff8c 100644
--- 
a/groovy/groovy.support/src/org/netbeans/modules/groovy/support/options/Bundle.properties
+++ 
b/groovy/groovy.support/src/org/netbeans/modules/groovy/support/options/Bundle.properties
@@ -16,7 +16,7 @@
 # under the License.
 
 # Followed by a URL where Groovy can be downloaded
-SupportPanel.jLabel2.text=Get Groovy at: http://groovy.codehaus.org
+SupportPanel.jLabel2.text=Get Groovy at: 
https://groovy.apache.org/download.html
 
 OptionsCategory_Name_Groovy=Groovy
 OptionsCategory_Title_Groovy=Groovy
diff --git 
a/groovy/groovy.support/src/org/netbeans/modules/groovy/support/options/SupportPanel.java
 
b/groovy/groovy.support/src/org/netbeans/modules/groovy/support/options/SupportPanel.java
index 9b1034a..b24fdee 100644
--- 
a/groovy/groovy.support/src/org/netbeans/modules/groovy/support/options/SupportPanel.java
+++ 
b/groovy/groovy.support/src/org/netbeans/modules/groovy/support/options/SupportPanel.java
@@ -196,7 +196,7 @@ private void 
chooseDocButtonActionPerformed(java.awt.event.ActionEvent evt) {//G
 
     private void jLabel2MousePressed(java.awt.event.MouseEvent evt) 
{//GEN-FIRST:event_jLabel2MousePressed
         try {
-            HtmlBrowser.URLDisplayer.getDefault().showURL(new 
URL("http://groovy.codehaus.org";)); // NOI18N
+            HtmlBrowser.URLDisplayer.getDefault().showURL(new 
URL("https://groovy.apache.org/download.html";)); // NOI18N
         } catch (MalformedURLException murle) {
             Exceptions.printStackTrace(murle);
         }


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to