From f1077d0a86cf931474d80c7899821fb2dd58c2f8 Mon Sep 17 00:00:00 2001 From: gohai Date: Mon, 2 May 2016 11:37:44 +0200 Subject: [PATCH] IO: Prepare for standalone distribution in Contribution Manager --- java/libraries/io/build.xml | 42 ++++++++++++++++++++++++++++ java/libraries/io/library.properties | 7 +++++ 2 files changed, 49 insertions(+) diff --git a/java/libraries/io/build.xml b/java/libraries/io/build.xml index 8828ccec5..631ba399b 100644 --- a/java/libraries/io/build.xml +++ b/java/libraries/io/build.xml @@ -29,4 +29,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/java/libraries/io/library.properties b/java/libraries/io/library.properties index 6bf755571..519c34193 100644 --- a/java/libraries/io/library.properties +++ b/java/libraries/io/library.properties @@ -1,2 +1,9 @@ name = Hardware I/O +authors = The Processing Foundation +url = http://processing.org/reference/libraries/io/index.html +categories = Hardware +sentence = Access peripherals on the Raspberry Pi and other Linux-based computers. +paragraph = For other platforms, this is solely provided in order to build and export sketches that require processing.io. version = 1 +prettyVersion = 1 +minRevision = 247