# HelperCommandTokens.txt
# -----------------------
# This file is used to register Integration Command Extensions with the
# Integrity Client or Server. Place the file inside the installation directory
# in /lib/patch/classes, along with the implementing classes in their
# package structure. Refer to the "PTC Integrity Integrations Builder Guide".
#
# Each line represents a single Integration Command Extension, formatted as:
# vendor,application,command,implementingClassName
#
# e.g.
mycompany,myapp,exitcode,ptc.integrationcommandextensions.example.ExitCodeExampleIntegrationCommand
