Skip to content

Commit 82ba429

Browse files
committed
update our own libraries to use .properties files (fixes #3574)
1 parent 592f61c commit 82ba429

File tree

6 files changed

+8
-2
lines changed

6 files changed

+8
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
name = DXF Export
2+
version = 1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
name = Network
2+
version = 1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
name = PDF Export
2+
version = 1
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
name = Serial I/O
2+
version = 1
3+
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
name = SVG Export
2+
version = 1

todo.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ X Use ctrl-pageup/down on Linux for prev/next tab
1010
X https://github.com/processing/processing/issues/3416
1111
_ Library names not showing up correctly ("pdf" instead of "PDF Export")
1212
_ https://github.com/processing/processing/issues/3574
13-
_ Contributed examples not using the 'name' field from their properties file
14-
_ seen in Dan's contrib examples
13+
X Contributed examples not using the 'name' field from their properties file
14+
X seen in Dan's contrib examples
1515
_ Invalid code signature on OS X
1616
_ https://github.com/processing/processing/issues/3575
1717

0 commit comments

Comments
 (0)