What is the name of, function of and documentation for the Simple Build Tool (SBT) command in this example:
> *lift is org.lifty lifty 1.6.1
This is not a question about lift or lifty.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This registers a new processor in sbt 0.7.7 and earlier. A processor adds a new command. See http://code.google.com/p/simple-build-tool/wiki/Processors for documentation.
Note that in 0.10 and later versions, it is no longer called a processor, but is just called a command and is added by normal plugins instead of being a separate extension point.