view src/main/resources/core_plugins.properties @ 19:bd66068b1c3f

Add alieases for patch queue commands.
author Mario Torre <neugens.limasoftware@gmail.com>
date Tue, 05 Apr 2011 23:11:21 +0200
parents 9c7b23248996
children e98c96d801bc
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
# aliases for the patch queue
new=org.icedrobot.ika.plugins.scm.IkaPatchQueueNew
refresh=org.icedrobot.ika.plugins.scm.IkaPatchQueueRefresh
status=org.icedrobot.ika.plugins.scm.IkaPatchQueueStatus
applied=org.icedrobot.ika.plugins.scm.IkaPatchQueueApplied
add=org.icedrobot.ika.plugins.scm.IkaPatchQueueAdd
push=org.icedrobot.ika.plugins.scm.IkaPatchQueuePush
pop=org.icedrobot.ika.plugins.scm.IkaPatchQueuePop