# HG changeset patch # User Mario Torre # Date 1314821932 -7200 # Node ID e98c96d801bc5328c8e2f6172e43ef3191d0029c # Parent f6adedd7cdbdbb2aaf4636cfbba20d645ef70f41 Enable new plugin. diff -r f6adedd7cdbd -r e98c96d801bc src/main/resources/core_plugins.properties --- a/src/main/resources/core_plugins.properties Wed Aug 31 22:18:12 2011 +0200 +++ b/src/main/resources/core_plugins.properties Wed Aug 31 22:18:52 2011 +0200 @@ -16,4 +16,7 @@ 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 \ No newline at end of file +pop=org.icedrobot.ika.plugins.scm.IkaPatchQueuePop + +# ika2 build support plugins +logtags=org.icedrobot.ika.plugins.build.logtags.IkaLogtagsGenerator