Skip to content

Commit 493986d

Browse files
committed
https://github.com/VRL-Studio/VRL-Studio/issues/48
#80
1 parent b449296 commit 493986d

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

VRL/src/eu/mihosoft/vrl/devel/LibraryPluginCreator.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ private static void generatePackage(
390390

391391
} catch (IOException ex) {
392392
Logger.getLogger(
393-
Compiler.class.getName()).log(Level.SEVERE, null, ex);
393+
LibraryPluginCreator.class.getName()).log(Level.SEVERE, null, ex);
394394

395395
if (action != null) {
396396
action.cannotCreate(ex);

VRL/src/eu/mihosoft/vrl/resources/changelog/changelog.txt

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
-----------------------------------------------
2+
Version: v0.4.5.0.0
3+
Date: Tue, 16 Jun 2020 11:40:19 +0200
4+
-----------------------------------------------
5+
6+
vrl for newer jdks >= 11 (see changes in vrl-studio)
7+
18
-----------------------------------------------
29
Version: v0.4.4.0.3
310
Date: Wed, 31 Oct 2018 13:03:26 +0100

VRL/src/eu/mihosoft/vrl/system/Constants.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -87,12 +87,12 @@ public class Constants {
8787
* Copyright statement.
8888
*/
8989
public static final String COPYRIGHT =
90-
"2006-" + /*<VRL_COMPILE_DATE_YEAR>*/"2020"/*</VRL_COMPILE_DATE_YEAR>*/ + " by Michael Hoffer &lt;info@michaelhoffer.de&gt;";
90+
"2006-" + /*<VRL_COMPILE_DATE_YEAR>*/"2024"/*</VRL_COMPILE_DATE_YEAR>*/ + " by Michael Hoffer &lt;info@michaelhoffer.de&gt;";
9191
/**
9292
* Simple copyright statement (usefull for windows titles etc.)
9393
*/
9494
public static final String COPYRIGHT_SIMPLE =
95-
"2006-" + /*<VRL_COMPILE_DATE_YEAR>*/"2020"/*</VRL_COMPILE_DATE_YEAR>*/ + " by Michael Hoffer";
95+
"2006-" + /*<VRL_COMPILE_DATE_YEAR>*/"2024"/*</VRL_COMPILE_DATE_YEAR>*/ + " by Michael Hoffer";
9696
/**
9797
* Defines which projects can be processed by this version of VRL.
9898
*/

VRL/src/eu/mihosoft/vrl/visual/WindowGroupMenuController.java

-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@
6161
import eu.mihosoft.vrl.visual.Selectable;
6262
import java.awt.event.ActionEvent;
6363
import java.awt.event.ActionListener;
64-
import java.security.acl.Group;
6564
import java.util.ArrayList;
6665
import javax.swing.JCheckBoxMenuItem;
6766
import javax.swing.JMenu;

0 commit comments

Comments
 (0)