From 9f1829c5f74550b2bcefef0fb58417cebc1e7dab Mon Sep 17 00:00:00 2001
From: bobbylight
Date: Sun, 6 Aug 2023 17:38:47 -0400
Subject: [PATCH] Preparing for 6.0.2 release
---
MakeRTextInstaller.nsi | 5 +++--
gradle.properties | 12 ++++++------
launch4j.xml | 2 +-
mac/build-mac-app.sh | 2 +-
src/main/dist/License.txt | 2 +-
src/main/dist/doc/en/Introduction.html | 2 +-
src/main/dist/doc/en/License.txt | 2 +-
src/main/java/org/fife/rtext/RText.java | 2 +-
.../java/org/fife/rtext/plugins/console/Plugin.java | 2 +-
.../plugins/filesystemtree/FileSystemTreePlugin.java | 2 +-
.../plugins/heapindicator/HeapIndicatorPlugin.java | 2 +-
.../org/fife/rtext/plugins/langsupport/Plugin.java | 2 +-
.../org/fife/rtext/plugins/macros/MacroPlugin.java | 2 +-
.../fife/rtext/plugins/project/ProjectPlugin.java | 2 +-
.../plugins/sourcebrowser/SourceBrowserPlugin.java | 2 +-
.../org/fife/rtext/plugins/tasks/TasksPlugin.java | 2 +-
.../java/org/fife/rtext/plugins/tidy/Plugin.java | 2 +-
.../org/fife/rtext/plugins/tools/ToolPlugin.java | 2 +-
18 files changed, 25 insertions(+), 24 deletions(-)
diff --git a/MakeRTextInstaller.nsi b/MakeRTextInstaller.nsi
index 82d40955..a8f3a91c 100644
--- a/MakeRTextInstaller.nsi
+++ b/MakeRTextInstaller.nsi
@@ -2,7 +2,7 @@
; HM NIS Edit Wizard helper defines
!define PRODUCT_NAME "RText"
-!define PRODUCT_VERSION "6.0.1"
+!define PRODUCT_VERSION "6.0.2"
!define PRODUCT_WEB_SITE "https://bobbylight.github.io/RText/"
!define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\RText.exe"
!define PRODUCT_UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}"
@@ -96,7 +96,8 @@ Section Uninstall
RMDir /r "$INSTDIR\jre-14.0.1" ; From prior installs
RMDir /r "$INSTDIR\jre-17.0.2" ; From prior installs
RMDir /r "$INSTDIR\jre-17.0.5" ; From prior installs
- RMDir /r "$INSTDIR\jre-17.0.6"
+ RMDir /r "$INSTDIR\jre-17.0.6" ; From prior installs
+ RMDir /r "$INSTDIR\jre-17.0.8"
RMDir /r "$INSTDIR\lnfs" ; From prior installs
RMDir /r "$INSTDIR\plugins"
Delete /REBOOTOK "$INSTDIR\RText.*"
diff --git a/gradle.properties b/gradle.properties
index 2b7151db..c34fea4a 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -1,14 +1,14 @@
# Note that Maven- and signing-related properties are in /gradle.properties
javaVersion=17
-version=6.0.2-SNAPSHOT
+version=6.0.2
# The JDK to use when generating the embedded JRE
-jdkRoot=C:/java/jdk-17.0.6
-#export JAVA_HOME=/c/java/jdk-17.0.6
-#jdkRoot=/Library/Java/JavaVirtualMachines/jdk-17.0.6.jdk/Contents/Home
-#export JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk-17.0.6.jdk/Contents/Home
+jdkRoot=C:/java/jdk-17.0.8
+#export JAVA_HOME=/c/java/jdk-17.0.8
+#jdkRoot=/Library/Java/JavaVirtualMachines/jdk-17.0.8.jdk/Contents/Home
+#export JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk-17.0.8.jdk/Contents/Home
# The folder to store the embedded JRE in (Windows only)
-embeddedJreFolderName=jre-17.0.6
+embeddedJreFolderName=jre-17.0.8
launch4jExe=C:/Progra~2/Launch4j/launch4jc.exe
diff --git a/launch4j.xml b/launch4j.xml
index aafb0f00..501e8c0e 100644
--- a/launch4j.xml
+++ b/launch4j.xml
@@ -15,7 +15,7 @@
rtext.ico
- jre-17.0.6
+ jre-17.0.8
true
false
diff --git a/mac/build-mac-app.sh b/mac/build-mac-app.sh
index 745c8044..89e691af 100755
--- a/mac/build-mac-app.sh
+++ b/mac/build-mac-app.sh
@@ -8,7 +8,7 @@
# The version of RText you're building. This appears in the generated
# .dmg file name.
-APP_VERSION=6.0.1
+APP_VERSION=6.0.2
#
# You probably don't want to change anything below this line.
diff --git a/src/main/dist/License.txt b/src/main/dist/License.txt
index 8768055d..b30a485a 100644
--- a/src/main/dist/License.txt
+++ b/src/main/dist/License.txt
@@ -1,4 +1,4 @@
-Copyright (c) 2022, Robert Futrell
+Copyright (c) 2023, Robert Futrell
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/src/main/dist/doc/en/Introduction.html b/src/main/dist/doc/en/Introduction.html
index 43c47e4b..ba430de0 100644
--- a/src/main/dist/doc/en/Introduction.html
+++ b/src/main/dist/doc/en/Introduction.html
@@ -29,7 +29,7 @@ Introduction
Bug List first, as they'll most
likely answer any questions you may have.
-RText is released under the GNU General Public License.
+RText is released under a modified BSD license.