diff --git a/apps/samples/Ensemble8/UPDATING-lucene.txt b/apps/samples/Ensemble8/UPDATING-lucene.txt index 07480bac5e4..b8058d9eefb 100644 --- a/apps/samples/Ensemble8/UPDATING-lucene.txt +++ b/apps/samples/Ensemble8/UPDATING-lucene.txt @@ -22,7 +22,7 @@ $ cd apps/samples/Ensemble8 $ rm -rf src/generated/resources/ensemble/search/index $ ant -Dplatforms.JDK_1.9.home=$JAVA_HOME clean ensemble-generate-search-index jar $ rm src/generated/resources/ensemble/search/index/write.lock -$ hg addremove src/generated/resources/ensemble/search/index +$ git add --all src/generated/resources/ensemble/search/index 4. Test it by running Ensemble and entering text into the search box (upper right) diff --git a/build.gradle b/build.gradle index f33bb243fc5..22063aa24d7 100644 --- a/build.gradle +++ b/build.gradle @@ -5170,32 +5170,6 @@ compileTargets { t -> } } -task checkrepo() { - doLast { - logger.info("checking for whitespace (open)"); - exec { - if (IS_WINDOWS) { - commandLine 'bash', 'tools/scripts/checkWhiteSpace' - } else { - commandLine 'bash', 'tools/scripts/checkWhiteSpace', '-x' - } - } - } -} - -task checkrepoall() { - doLast { - logger.info("checking for all whitespace (open)"); - exec { - if (IS_WINDOWS) { - commandLine 'bash', 'tools/scripts/checkWhiteSpace', '-a' - } else { - commandLine 'bash', 'tools/scripts/checkWhiteSpace', '-x', '-a' - } - } - } -} - /****************************************************************************** * * * BUILD_CLOSED * diff --git a/modules/javafx.media/src/main/legal/glib.md b/modules/javafx.media/src/main/legal/glib.md index e366117b94b..d71d0ab7366 100644 --- a/modules/javafx.media/src/main/legal/glib.md +++ b/modules/javafx.media/src/main/legal/glib.md @@ -15,11 +15,11 @@ this library: - On Windows systems: delete $(JAVA_HOME)\bin\glib-lite.dll A copy of the Oracle modified GNU Glib library source code is located -in the following OpenJDK Mercurial repository: +in the following OpenJDK git repository: - http://hg.openjdk.java.net/openjfx/jfx/rt + https://github.com/openjdk/jfx -You can use Mercurial to clone the repository or you can browse the +You can use git to clone the repository or you can browse the source using a web browser. The root directory of the GNU Glib source code is here: diff --git a/modules/javafx.media/src/main/legal/gstreamer.md b/modules/javafx.media/src/main/legal/gstreamer.md index 54f80b41f89..a5837c12924 100644 --- a/modules/javafx.media/src/main/legal/gstreamer.md +++ b/modules/javafx.media/src/main/legal/gstreamer.md @@ -15,11 +15,11 @@ this library: - On Windows systems: delete $(JAVA_HOME)\bin\gstreamer-lite.dll A copy of the Oracle modified GStreamer library source code is located -in the following OpenJDK Mercurial repository: +in the following OpenJDK git repository: - http://hg.openjdk.java.net/openjfx/jfx/rt + https://github.com/openjdk/jfx -You can use Mercurial to clone the repository or you can browse the +You can use git to clone the repository or you can browse the source using a web browser. The root directory of the GStreamer source code is here: diff --git a/modules/javafx.web/src/main/legal/webkit.md b/modules/javafx.web/src/main/legal/webkit.md index 456c3c2fe0e..e4cbc1e2d90 100644 --- a/modules/javafx.web/src/main/legal/webkit.md +++ b/modules/javafx.web/src/main/legal/webkit.md @@ -15,11 +15,11 @@ this library: - On Windows systems: delete $(JAVA_HOME)\bin\jfxwebkit.dll A copy of the Oracle modified WebKit library source code is located -in the following OpenJDK Mercurial repository: +in the following OpenJDK git repository: - http://hg.openjdk.java.net/openjfx/jfx/rt + https://github.com/openjdk/jfx -You can use Mercurial to clone the repository or you can browse the +You can use git to clone the repository or you can browse the source using a web browser. The root directory of the WebKit source code is here: