Skip to content

Commit

Permalink
https://github.com/VRL-Studio/VRL-Studio/issues/48
Browse files Browse the repository at this point in the history
  • Loading branch information
miho committed Jun 26, 2024
1 parent b449296 commit 493986d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VRL/src/eu/mihosoft/vrl/devel/LibraryPluginCreator.java
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ private static void generatePackage(

} catch (IOException ex) {
Logger.getLogger(
Compiler.class.getName()).log(Level.SEVERE, null, ex);
LibraryPluginCreator.class.getName()).log(Level.SEVERE, null, ex);

if (action != null) {
action.cannotCreate(ex);
Expand Down
7 changes: 7 additions & 0 deletions VRL/src/eu/mihosoft/vrl/resources/changelog/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
-----------------------------------------------
Version: v0.4.5.0.0
Date: Tue, 16 Jun 2020 11:40:19 +0200
-----------------------------------------------

vrl for newer jdks >= 11 (see changes in vrl-studio)

-----------------------------------------------
Version: v0.4.4.0.3
Date: Wed, 31 Oct 2018 13:03:26 +0100
Expand Down
4 changes: 2 additions & 2 deletions VRL/src/eu/mihosoft/vrl/system/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,12 @@ public class Constants {
* Copyright statement.
*/
public static final String COPYRIGHT =
"2006-" + /*<VRL_COMPILE_DATE_YEAR>*/"2020"/*</VRL_COMPILE_DATE_YEAR>*/ + " by Michael Hoffer &lt;[email protected]&gt;";
"2006-" + /*<VRL_COMPILE_DATE_YEAR>*/"2024"/*</VRL_COMPILE_DATE_YEAR>*/ + " by Michael Hoffer &lt;[email protected]&gt;";
/**
* Simple copyright statement (usefull for windows titles etc.)
*/
public static final String COPYRIGHT_SIMPLE =
"2006-" + /*<VRL_COMPILE_DATE_YEAR>*/"2020"/*</VRL_COMPILE_DATE_YEAR>*/ + " by Michael Hoffer";
"2006-" + /*<VRL_COMPILE_DATE_YEAR>*/"2024"/*</VRL_COMPILE_DATE_YEAR>*/ + " by Michael Hoffer";
/**
* Defines which projects can be processed by this version of VRL.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@
import eu.mihosoft.vrl.visual.Selectable;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.security.acl.Group;
import java.util.ArrayList;
import javax.swing.JCheckBoxMenuItem;
import javax.swing.JMenu;
Expand Down

0 comments on commit 493986d

Please sign in to comment.