Updated/corrected location of tool in sketchbook folder.

This commit is contained in:
Far McKon 2011-07-07 12:34:47 -07:00 committed by Cristian Maglie
parent f45b9869b5
commit 01a8b4ebc7
1 changed files with 3 additions and 3 deletions

View File

@ -71,9 +71,9 @@ regarding the usefulness of including (by default) a Tool that mangles code.)
The folder should be called Mangler (note the capitalization), and contain:
sketchbook/Mangler -> tool folder
sketchbook/Mangler/tool -> location for code
sketchbook/Mangler/tool/mangle.jar -> jar with one or more classes
sketchbook/tools/Mangler -> tool folder
sketchbook/tools/Mangler/tool -> location for code
sketchbook/tools/Mangler/tool/mangle.jar -> jar with one or more classes
The naming of jar and zip files in the tool/* directory doesn't matter.