You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by pa...@apache.org on 2015/06/08 13:40:14 UTC

[04/13] incubator-groovy git commit: Documentation: Replace links to codehaus.org with groovy-lang.org

Documentation: Replace links to codehaus.org with groovy-lang.org


Project: http://git-wip-us.apache.org/repos/asf/incubator-groovy/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-groovy/commit/53bab173
Tree: http://git-wip-us.apache.org/repos/asf/incubator-groovy/tree/53bab173
Diff: http://git-wip-us.apache.org/repos/asf/incubator-groovy/diff/53bab173

Branch: refs/heads/GROOVY_2_4_X
Commit: 53bab173b338378d870b969b78dfa9671d95631e
Parents: 816e759
Author: pascalschumacher <pa...@gmx.net>
Authored: Sun Jun 7 17:20:19 2015 +0200
Committer: Paul King <pa...@asert.com.au>
Committed: Mon Jun 8 21:27:31 2015 +1000

----------------------------------------------------------------------
 src/conf/groovy-starter.conf                                    | 2 +-
 src/main/groovy/lang/Grab.java                                  | 2 +-
 src/main/groovy/lang/GrabConfig.java                            | 2 +-
 src/main/groovy/lang/GrabExclude.java                           | 2 +-
 src/main/groovy/lang/GrabResolver.java                          | 2 +-
 src/main/groovy/ui/GroovySocketServer.java                      | 5 +++--
 .../src/main/java/org/codehaus/groovy/bsf/GroovyEngine.java     | 2 +-
 7 files changed, 9 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/53bab173/src/conf/groovy-starter.conf
----------------------------------------------------------------------
diff --git a/src/conf/groovy-starter.conf b/src/conf/groovy-starter.conf
index daac85d..5778ffd 100644
--- a/src/conf/groovy-starter.conf
+++ b/src/conf/groovy-starter.conf
@@ -10,7 +10,7 @@
 ## Note: do not add classes from java.lang here. No rt.jar and on some
 ##       platforms no tools.jar
 ##
-## See http://groovy.codehaus.org/api/org/codehaus/groovy/tools/LoaderConfiguration.html
+## See http://docs.groovy-lang.org/docs/latest/html/api/org/codehaus/groovy/tools/LoaderConfiguration.html
 ## for the file format
 
     # load required libraries

http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/53bab173/src/main/groovy/lang/Grab.java
----------------------------------------------------------------------
diff --git a/src/main/groovy/lang/Grab.java b/src/main/groovy/lang/Grab.java
index c263d32..0e21ceb 100644
--- a/src/main/groovy/lang/Grab.java
+++ b/src/main/groovy/lang/Grab.java
@@ -46,7 +46,7 @@ import java.lang.annotation.ElementType;
  * </pre>
  * Further information such as where artifacts are downloaded to, how to add additional resolvers,
  * how to customise artifact resolution etc., can be found on the Grape documentation page:
- * <a href="http://groovy.codehaus.org/Grape">http://groovy.codehaus.org/Grape</a>.
+ * <a href="http://groovy-lang.org/grape.html">http://groovy-lang.org/grape.html</a>.
  */
 @Retention(RetentionPolicy.SOURCE)
 @Target({

http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/53bab173/src/main/groovy/lang/GrabConfig.java
----------------------------------------------------------------------
diff --git a/src/main/groovy/lang/GrabConfig.java b/src/main/groovy/lang/GrabConfig.java
index 0cb35bf..c37ca33 100644
--- a/src/main/groovy/lang/GrabConfig.java
+++ b/src/main/groovy/lang/GrabConfig.java
@@ -68,7 +68,7 @@ import java.lang.annotation.Target;
  * </pre>
  * <p>
  * Further information about customising grape behavior can be found on the Grape documentation page:
- * <a href="http://groovy.codehaus.org/Grape">http://groovy.codehaus.org/Grape</a>.
+ * <a href="http://groovy-lang.org/grape.html">http://groovy-lang.org/grape.html</a>.
  */
 @Retention(RetentionPolicy.SOURCE)
 @Target({

http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/53bab173/src/main/groovy/lang/GrabExclude.java
----------------------------------------------------------------------
diff --git a/src/main/groovy/lang/GrabExclude.java b/src/main/groovy/lang/GrabExclude.java
index 7485bf8..ccecab4 100644
--- a/src/main/groovy/lang/GrabExclude.java
+++ b/src/main/groovy/lang/GrabExclude.java
@@ -31,7 +31,7 @@ import java.lang.annotation.Target;
  * {@code @GrabExclude('mysql:mysql-connector-java') // compact form}<br>
  * <p>
  * Further information about customising grape behavior can be found on the Grape documentation page:
- * <a href="http://groovy.codehaus.org/Grape">http://groovy.codehaus.org/Grape</a>.
+ * <a href="http://groovy-lang.org/grape.html">http://groovy-lang.org/grape.html</a>.
  */
 @Retention(RetentionPolicy.SOURCE)
 @Target({

http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/53bab173/src/main/groovy/lang/GrabResolver.java
----------------------------------------------------------------------
diff --git a/src/main/groovy/lang/GrabResolver.java b/src/main/groovy/lang/GrabResolver.java
index d87e40d..e9923d9 100644
--- a/src/main/groovy/lang/GrabResolver.java
+++ b/src/main/groovy/lang/GrabResolver.java
@@ -41,7 +41,7 @@ import java.lang.annotation.ElementType;
  * to resolve artifacts in the order specified in the chain of resolvers.
  * <p>
  * Further information about customising grape behavior can be found on the Grape documentation page:
- * <a href="http://groovy.codehaus.org/Grape">http://groovy.codehaus.org/Grape</a>.
+ * <a href="http://groovy-lang.org/grape.html">http://groovy-lang.org/grape.html</a>.
  *
  * @author Merlyn Albery-Speyer
  */

http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/53bab173/src/main/groovy/ui/GroovySocketServer.java
----------------------------------------------------------------------
diff --git a/src/main/groovy/ui/GroovySocketServer.java b/src/main/groovy/ui/GroovySocketServer.java
index 4401885..7dc3a5f 100644
--- a/src/main/groovy/ui/GroovySocketServer.java
+++ b/src/main/groovy/ui/GroovySocketServer.java
@@ -40,8 +40,9 @@ import java.util.regex.Pattern;
  * <p>
  * Typically this is used from the groovy command line agent but it can be 
  * invoked programatically. To run this program from the command line please
- * refer to the command line documentation at <a href="http://groovy.codehaus.org/Groovy+CLI">
- * Groovy CLI</a>.
+ * refer to the command line documentation at
+ * <a href="http://docs.groovy-lang.org/docs/latest/html/documentation/#_running_groovy_from_the_commandline">
+ * Running Groovy from the commandline</a>.
  * <p>
  * Here is an example of how to use this class to open a listening socket on the server, 
  * listen for incoming data, and then echo the data back to the client in reverse order: 

http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/53bab173/subprojects/groovy-bsf/src/main/java/org/codehaus/groovy/bsf/GroovyEngine.java
----------------------------------------------------------------------
diff --git a/subprojects/groovy-bsf/src/main/java/org/codehaus/groovy/bsf/GroovyEngine.java b/subprojects/groovy-bsf/src/main/java/org/codehaus/groovy/bsf/GroovyEngine.java
index 7954dde..bddf7eb 100644
--- a/subprojects/groovy-bsf/src/main/java/org/codehaus/groovy/bsf/GroovyEngine.java
+++ b/subprojects/groovy-bsf/src/main/java/org/codehaus/groovy/bsf/GroovyEngine.java
@@ -30,7 +30,7 @@ import org.codehaus.groovy.runtime.InvokerHelper;
 import java.util.Vector;
 
 /**
- * A BSF Engine for the <a href="http://groovy.codehaus.org/">Groovy</a>
+ * A BSF Engine for the <a href="http://groovy-lang.org/">Groovy</a>
  * scripting language.
  * <p>
  * It's derived from the Jython / JPython engine