Skip to content

Commit 9b07dcc

Browse files
committed
fix the name of the subfolder so it works properly
1 parent f8b3be5 commit 9b07dcc

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<project name="Processing JavaFX renderer" default="build">
33

4-
<property name="me" value="processing4-javafx" />
4+
<property name="me" value="javafx" />
55

66
<target name="core-check">
77
<property file="local.properties" />

todo.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
1280
2+
X change the name of the subfolder from processing4-javafx to javafx
3+
X the former didn't work at all
4+
X had to manually modify the download .zip for the previous release
25

36

47
getting away from reliance on AWT

0 commit comments

Comments
 (0)