~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/rabbitmq/plugin.ini

  • Committer: Mark Atwood
  • Date: 2011-09-13 19:54:55 UTC
  • mfrom: (2397.1.3 plugin-docs)
  • Revision ID: me@mark.atwood.name-20110913195455-3bk3locm85m4jimp
mergeĀ lp:~daniel-nichter/drizzle/plugin-docs

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
[plugin]
2
 
name=rabbitmq
 
2
title=RabbitMQ Replicator
 
3
description=Replicator plugin that publishes transactions to RabbitMQ
3
4
version=0.1
4
5
author=Marcus Eriksson
5
6
license=PLUGIN_LICENSE_GPL
6
 
title=RabbitMQ Replicator
7
 
description=Replicator plugin that publishes transactions to RabbitMQ
8
7
load_by_default=no
9
8
sources=rabbitmq_log.cc rabbitmq_handler.cc
10
9
headers=rabbitmq_log.h rabbitmq_handler.h