update our own libraries to use .properties files (fixes #3574)

This commit is contained in:
Ben Fry
2015-08-11 10:30:37 -04:00
parent ae01eac3b2
commit f496709a87
6 changed files with 8 additions and 2 deletions

View File

@@ -1 +1,2 @@
name = DXF Export
version = 1

View File

@@ -1 +1,2 @@
name = Network
version = 1

View File

@@ -1 +1,2 @@
name = PDF Export
version = 1

View File

@@ -1 +1,3 @@
name = Serial I/O
version = 1

View File

@@ -1 +1,2 @@
name = SVG Export
version = 1

View File

@@ -10,8 +10,8 @@ X Use ctrl-pageup/down on Linux for prev/next tab
X https://github.com/processing/processing/issues/3416
_ Library names not showing up correctly ("pdf" instead of "PDF Export")
_ https://github.com/processing/processing/issues/3574
_ Contributed examples not using the 'name' field from their properties file
_ seen in Dan's contrib examples
X Contributed examples not using the 'name' field from their properties file
X seen in Dan's contrib examples
_ Invalid code signature on OS X
_ https://github.com/processing/processing/issues/3575