From ded96b475164377eb434a44e07460d957743f3f2 Mon Sep 17 00:00:00 2001 From: Jae Hyun Date: Sat, 16 Jun 2018 20:45:04 +0900 Subject: [PATCH] updating build properties and tool properties --- .../resources/build.properties | 2 +- .../resources/tool.properties | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/processing-tool-template-3.0.2/resources/build.properties b/processing-tool-template-3.0.2/resources/build.properties index b4cd4c1..9071d42 100644 --- a/processing-tool-template-3.0.2/resources/build.properties +++ b/processing-tool-template-3.0.2/resources/build.properties @@ -109,7 +109,7 @@ tool.categories=Other # mentioning that it's a Tool. This should start with a capitalized letter, and # end with a period. -tool.sentence=A Tool that gives a short introduction to the PDE for new/beginner users. +tool.sentence=A Tool that provides a quick introduction to the PDE for new/beginner users. # Additional information suitable for the Processing website. The value of diff --git a/processing-tool-template-3.0.2/resources/tool.properties b/processing-tool-template-3.0.2/resources/tool.properties index c9f255d..a8321de 100644 --- a/processing-tool-template-3.0.2/resources/tool.properties +++ b/processing-tool-template-3.0.2/resources/tool.properties @@ -2,13 +2,13 @@ # UTF-8 supported. # The name of your tool as you want it formatted. -name = ##tool.name## +name = Getting Started # List of authors. Links can be provided using the syntax [author name](url). -authors = [##author.name##](##author.url##) +authors = [Jae Hyun](www.github.com/jaewhyun) # A web page for your tool, NOT a direct link to where to download it. -url = ##tool.url## +url = www.github.com/jaewhyun/GettingStarted # The category (or categories) of your tool, must be from the following list: # "3D" "Animation" "Compilations" "Data" @@ -18,14 +18,14 @@ url = ##tool.url## # # If a value other than those listed is used, your library will listed as # "Other". Many categories must be comma-separated. -categories = ##tool.categories## +categories = Other # A short sentence (or fragment) to summarize the tool's function. This will be # shown from inside the PDE when the tool is being installed. Avoid repeating # the name of your tool here. Also, avoid saying anything redundant like # mentioning that it's a tool. This should start with a capitalized letter, and # end with a period. -sentence = ##tool.sentence## +sentence = A Tool that provides a quick introduction to the PDE for new/beginner users. # Additional information suitable for the Processing website. The value of # 'sentence' always will be prepended, so you should start by writing the @@ -41,11 +41,11 @@ paragraph = ##tool.paragraph## # compare different versions of the same tool, and check if an update is # available. You should think of it as a counter, counting the total number of # releases you've had. -version = ##tool.version## # This must be parsable as an int +version = 1 # The version as the user will see it. If blank, the version attribute will be # used here. This should be a single word, with no spaces. -prettyVersion = ##tool.prettyVersion## # This is treated as a String +prettyVersion = 1.0.0 # The min and max revision of Processing compatible with your tool. # Note that these fields use the revision and not the version of Processing, @@ -53,5 +53,5 @@ prettyVersion = ##tool.prettyVersion## # This is treated as a String # You can find the revision numbers in the change log: https://raw.githubusercontent.com/processing/processing/master/build/shared/revisions.txt # Only use maxRevision (or minRevision), when your tool is known to break in a # later (or earlier) release. Otherwise, use the default value 0. -minRevision = ##compatible.minRevision## -maxRevision = ##compatible.maxRevision## +minRevision = 228 +maxRevision = 0