view src/main/resources/core_plugins.properties @ 18:9c7b23248996

Add new plugins to handle guilt patch queue.
author Mario Torre <neugens.limasoftware@gmail.com>
date Tue, 05 Apr 2011 23:03:18 +0200
parents ffeb5d49c3f2
children bd66068b1c3f
line wrap: on
line source

# list of core plugins, the keys are the names and the values the class name
version=org.icedrobot.ika.plugins.help.IkaVersion
assimilate=org.icedrobot.ika.plugins.borg.IcedRobotCloner
init=org.icedrobot.ika.plugins.scm.IkaInitRepository
qnew=org.icedrobot.ika.plugins.scm.IkaPatchQueueNew
qrefresh=org.icedrobot.ika.plugins.scm.IkaPatchQueueRefresh
qstatus=org.icedrobot.ika.plugins.scm.IkaPatchQueueStatus
qapplied=org.icedrobot.ika.plugins.scm.IkaPatchQueueApplied
qadd=org.icedrobot.ika.plugins.scm.IkaPatchQueueAdd
qpush=org.icedrobot.ika.plugins.scm.IkaPatchQueuePush
qpop=org.icedrobot.ika.plugins.scm.IkaPatchQueuePop