Skip to content

Commit 6bb23e3

Browse files
authored
Merge pull request #23 from jaewhyun/propertiesfileupdate
updating build properties and tool properties
2 parents 49b590e + ded96b4 commit 6bb23e3

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

processing-tool-template-3.0.2/resources/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ tool.categories=Other
109109
# mentioning that it's a Tool. This should start with a capitalized letter, and
110110
# end with a period.
111111

112-
tool.sentence=A Tool that gives a short introduction to the PDE for new/beginner users.
112+
tool.sentence=A Tool that provides a quick introduction to the PDE for new/beginner users.
113113

114114

115115
# Additional information suitable for the Processing website. The value of

processing-tool-template-3.0.2/resources/tool.properties

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
# UTF-8 supported.
33

44
# The name of your tool as you want it formatted.
5-
name = ##tool.name##
5+
name = Getting Started
66

77
# List of authors. Links can be provided using the syntax [author name](url).
8-
authors = [##author.name##](##author.url##)
8+
authors = [Jae Hyun](www.github.com/jaewhyun)
99

1010
# A web page for your tool, NOT a direct link to where to download it.
11-
url = ##tool.url##
11+
url = www.github.com/jaewhyun/GettingStarted
1212

1313
# The category (or categories) of your tool, must be from the following list:
1414
# "3D" "Animation" "Compilations" "Data"
@@ -18,14 +18,14 @@ url = ##tool.url##
1818
#
1919
# If a value other than those listed is used, your library will listed as
2020
# "Other". Many categories must be comma-separated.
21-
categories = ##tool.categories##
21+
categories = Other
2222

2323
# A short sentence (or fragment) to summarize the tool's function. This will be
2424
# shown from inside the PDE when the tool is being installed. Avoid repeating
2525
# the name of your tool here. Also, avoid saying anything redundant like
2626
# mentioning that it's a tool. This should start with a capitalized letter, and
2727
# end with a period.
28-
sentence = ##tool.sentence##
28+
sentence = A Tool that provides a quick introduction to the PDE for new/beginner users.
2929

3030
# Additional information suitable for the Processing website. The value of
3131
# 'sentence' always will be prepended, so you should start by writing the
@@ -41,17 +41,17 @@ paragraph = ##tool.paragraph##
4141
# compare different versions of the same tool, and check if an update is
4242
# available. You should think of it as a counter, counting the total number of
4343
# releases you've had.
44-
version = ##tool.version## # This must be parsable as an int
44+
version = 1
4545

4646
# The version as the user will see it. If blank, the version attribute will be
4747
# used here. This should be a single word, with no spaces.
48-
prettyVersion = ##tool.prettyVersion## # This is treated as a String
48+
prettyVersion = 1.0.0
4949

5050
# The min and max revision of Processing compatible with your tool.
5151
# Note that these fields use the revision and not the version of Processing,
5252
# parsable as an int. For example, the revision number for 2.2.1 is 227.
5353
# You can find the revision numbers in the change log: https://raw.githubusercontent.com/processing/processing/master/build/shared/revisions.txt
5454
# Only use maxRevision (or minRevision), when your tool is known to break in a
5555
# later (or earlier) release. Otherwise, use the default value 0.
56-
minRevision = ##compatible.minRevision##
57-
maxRevision = ##compatible.maxRevision##
56+
minRevision = 228
57+
maxRevision = 0

0 commit comments

Comments
 (0)